Forum Discussion
Altera_Forum
Honored Contributor
20 years agohi Scott:
"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? "-- flash base address and size -- sdram base address and size -- restart address -- exception address" my board parameter: flash: 0x00000000----0x003fffff(4MB) sdram: 0x00800000----0x00ffffff(8MB) restart address: 0x00000000 exception address: 0x00800020 TEXT_BASE = 0x00fc0000 u-boot download address: 0x00000000 the kernel of uclinux download address: 0x00040000 the kernel of uclinux load address is 0x00800000 the kernel of uclinux entry address is 0x00800000 the filesystem of uclinux download address: 0x00150000 the filesystem of uclinux load address is 0x00c00000 the filesystem of uclinux entry address is 0x00c00000 vmlinux.bin.gz is 450KB romfs.bin.gz is 756KB download method: mkimage the *.bin.gz to uImage (and romfs) and then, nios2-flash-program the uImage (and romfs) to NOR flash thanks lucky