Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi,
--- Quote Start --- There are two vmlinux.lds files in the linux-2.6.x directory. The file in the arch/nios2/boot/compressed does not have the .init.ramfs reference. The file in the arch/nios2/kernel does have the .init.ramfs reference. --- Quote End --- You must use the linker script which contains the .init.ramfs reference. --- Quote Start --- Also, I have to configure the "Initramfs source file(s)" in the menuconfig "General setup" with "../romfs ../vendors/Altera/nios2/romfs_list" or I get this error message.No filesystem could mount root, tried:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) --- Quote End --- Of course, your downloaded program does not contain the 'root file system'. Maybe, your linking process causes these errors. Kazu