
25 Jul
2006
25 Jul
'06
1:52 a.m.
On 7/24/06, mitsy mitsy12@gmail.com wrote:
When I do the mkimage with linux bin, I'm not sure what values to use for load address and entry point. In README file, it says for powerpc use 0 for both, but I think for mips, it won't be the case. (SDRAM base is 0x80000000.)
this is a snippet from the script we use:
START=`${CROSS_COMPILE}objdump -h vmlinux |awk '$2 == ".text" {print $4;}'` ENTRY=`${CROSS_COMPILE}objdump -f vmlinux |awk '/start/ {print $3;}'`
--
Hardware, n.:
The parts of a computer system that can be kicked.