Re: [Redbutton-devel] Help for porting red button in a STB
Brought to you by:
skilvington
|
From: Simon K. <s.k...@er...> - 2007-05-17 16:03:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, if you have no hard disc, you can make a ram disc like this: mke2fs /dev/ram0 then mount it somewhere like this: mount -o loop /dev/ram0 /mnt/whatever I haven't tried different file system types to see which is best, but given that the MHEG files are generally quite small, something with a small block size is probably most efficient in terms of memory usage. obviously you'll need ram disc support configured in your kernel - - CONFIG_BLK_DEV_RAM et al. hope this helps! kalyan wrote: > Dear All, > > Its amazing that this group has contributed to the complete MHEG-5 implementation in open source. I am trying to port redbutton to my STB, and had success with porting the redbutton download, but i dont know how to store this contents in the DDR-RAM, Is there any specific file system which needs to be used for DDR-RAM for the successful running of the red button browser in my stb. Hope some one can help me in this regard. > > Thanks & Regs, > Kalyanasundaram.S > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Redbutton-devel mailing list > Red...@li... > https://lists.sourceforge.net/lists/listinfo/redbutton-devel - -- Simon Kilvington -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTHytmt9ZifioJSwRAiBBAJ9J0EhgAnmK4x4O34bV2wr7pojwkQCdFXuc f7MtPVuZVF525XQHn0wJSlE= =47f2 -----END PGP SIGNATURE----- |