Forum Discussion
Altera_Forum
Honored Contributor
20 years agoMoving filesystem into CF
Hi people, What is the best way to go about populating the /dev directory in my compact flash file system? After mounting the CF card, the kernel panics: Kernel panic - not syncing:...
Altera_Forum
Honored Contributor
20 years agoThe easiest way is to generate a filesystem using the microtronix filesystem plugin for the Nios2 IDE.
Create an ext2 filesystem on your flash-card Mount the ramfs image. copy everything from the ramfs image to the flash card. This gives you a nice base system with all the needed apps (including init http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif ) and /dev entry's to start off with.