[U-Boot-Users] U-Boot and S3c2410

asnua at eircom.net asnua at eircom.net
Tue Feb 24 19:44:29 CET 2004


Wolfgang/Gerrit/Matt,
Thanks for your help....

I think that I finally figured out how to boot the kernel. 
I looked at the definitions for ZTEXTADDR and ZRELADDR and found that they were at 0x30008000. So I made my load and entry points to be that address.
I then offset my tftp address so that it would not overwrite
0x30008000.

Unfortunately, it dies after I get the message... Uncompressing Linux.... done, booting the kernel.





SMDK2410 # tftpboot 30a00000 myzImage.img
TFTP from server 192.xxx.xx.xx; our IP address is 192.xxx.xx.xx
Filename 'myzImage.img'.
Load address: 0x30a00000
Loading: #################################################################
         #################################################################
done
Bytes transferred = 662556 (a1c1c hex)
SMDK2410 # bootm
## Booting image at 30a00000 ...
   Image Name:   2.4.18 kernel
   Created:      2004-02-24  17:33:16 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    662492 Bytes = 647 kB
   Load Address: 30008000
   Entry Point:  30008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux................................................ done, bootin
g the kernel.




More information about the U-Boot mailing list