Forum Discussion
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