Forum Discussion
Altera_Forum
Honored Contributor
21 years agoKernel panic--Unable to mount root fs
First I just test the flow of build uclinux is right or not. So I config the uclinux kernel without: 1. network 2. pio 3. loadable module I builde the kernel sucessfully, and "run it as h...
Altera_Forum
Honored Contributor
21 years agoYou need to create the "rootfs" in Eclipse IDE as well...just select new->project and choose uclinux filesystem instead of kernel and add the applications you want...make a build...and do an upload to the flash memory...
From the kernel messages you see where the rootfs is stored in flash:0x00200000-0x00600000 : "romfs/jffs2" And please read the startup guide supplied during installation of uclinux...gives a quick overview how to build kernel/filesystem and install them... rick