Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow do you make vmlinux bootable? It seems that the default boot loader wants to uncompress whatever is in the Flash.
After taking out the initramfs, I created the soft.flash image using the following command: elf2flash --base=0x06000000 --end=0x06ffffff --reset=0x06300000 --input=vmlinux --output=soft.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec Then I wrote soft.flash to Flash. If I try to open the nios2-terminal, there is a partial message: "Uncompres" nothing else after that. I'm using the NEEK board to test this out. Thanks