[U-Boot-Users] How to use UBoot for S3CEB2410 board
thien van
nvthien1112 at yahoo.com
Wed Nov 1 09:01:13 CET 2006
Hi all,
I have bought a board at http://armkits.com/Product/s3ceb2410.asp and I am trying to use uboot to boot it from SMC card, Here are the steps I did:
[root at nvthien u-boot-1.1.5]# make smdk2410_config
Configuring for smdk2410 board...
[root at nvthien u-boot-1.1.5]# make CROSS_COMPILE=arm-linux-
...
-Map u-boot.map -o u-boot
arm-linux-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
arm-linux-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
[root at nvthien u-boot-1.1.5]# ls -al u-boot*
-rwxr-xr-x 1 root root 584411 Oct 26 14:48 u-boot
-rwxr-xr-x 1 root root 96596 Oct 26 14:48 u-boot.bin
-rw-r--r-- 1 root root 79941 Oct 26 14:48 u-boot.map
-rwxr-xr-x 1 root root 289882 Oct 26 14:48 u-boot.srec
[root at nvthien u-boot-1.1.5]#
After that I use Dnw program to down load u-boot.bin file at 0x30100000, and
download & run at 0x30000000 file NandFlash_WR to write u-boot.bin to SMC:
...
Download&Run is selected.
USB host is connected. Waiting a download.
Now, Downloading [ADDRESS:30000000h,TOTAL:25234]
RECEIVED FILE SIZE: 25234(312.3KB/S,0.1S)
Now, Checksum calculation
Download O.K.
S3C2410 Test Program Ver 0.00 FCLK=200000000
0:NAND View Badblk 1:NAND View page 2:NAND Program 3:NAND Erase All
Select the function to test?2
[SMC(K9S1208V0M) NAND Flash writing program]
the data must be downloaded using ICE from 30100000h
Source size:0h~0h
Available target block number: 0~4095
Input target block number:0
Input target size(0x4000*n):96606
source base address(0x3010000x)=0x30100000
target start block number =0
target size (0x4000*n) =0x1795e
............................................................................................................................................................................................
And I reset the board to boot from UBoot but it does not work.????.
Please help me how to use it.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20061101/658e229d/attachment.htm
More information about the U-Boot
mailing list