Re: [U-Boot-Users] Why my image isn't boot?

How poor I am, I am just have a JTAG cable and a RS232 cable connect to lubbock, then what should I do? Hongda Zhao
----- Original Message ----- From: "Wolfgang Denk" wd@denx.de To: "Zhao Hongda" zhaohongda@tsinghua.org.cn Cc: u-boot-users@lists.sourceforge.net Sent: Tuesday, April 08, 2003 5:30 AM Subject: Re: [U-Boot-Users] Why my image isn't boot?
In message 00af01c2fe45$e8dab100$fe02a8c0@esd11 you wrote:
I use the u-boot cvs source, linux-2.4.19 kernel, arm-linux patch, and xscale patch. arm-linux-gcc 3.0 as complier,lubbock(pxa250) as platform.
arm-linux-objcopy -O binary -R .note -R .comment -S vmlinux
linux.bin
gzip -9 linux.bin mkimage -A arm -O linux -T kernel -C gzip -a 0xa0008000 -e
0xa0008000 -n
"Linux Kernel Image" -d linux.bin.gz uImage then under u-boot: =>loadb 0xa0008000 (send the uImage) =>go 0xa0008000 start the application at 0xa0008000 <hang>
Could someone help me about this? Thanks a lot.
Type "where" and "bt" at your GDB prompt. Umm... you are using a debugger like the BDI2000, aren't you?
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de Schshschshchsch. -- The Gorn, "Arena", stardate 3046.2
participants (1)
-
Zhao Hongda