Forum Discussion
Altera_Forum
Honored Contributor
20 years agothe question of the starting of uclinux by u-boot
when i download the kernel and filesystem of uclinux to the flash 0x0 , uclinux can rightly startup. but, when i use the u-boot to startup the kernel and filesystem of uclinux by the bootm com...
Altera_Forum
Honored Contributor
20 years agoHi Lucky,
> > "Please strip your linux and u-boot elf files and post the header objdump for both." > > i do not understand your mean. can you tell me how to do in detail? For u-boot $ nios2-elf-strip u-boot $ nios2-elf-objdump -h u-boot For kernel: $ nios2-elf-strip vmlinux $ nios2-elf-objdump -h vmlinux Another question: are you using a data cache? Regards, --Scott