<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,<br><br><span>I have bought a board at <a target="_blank" href="http://armkits.com/Product/s3ceb2410.asp">http://armkits.com/Product/s3ceb2410.asp</a> and I am trying to use uboot to boot it from SMC card, </span><font color="black">Here are the steps I did:
<br>
<br>[root@nvthien u-boot-1.1.5]# make smdk2410_config
<br>
<br>Configuring for smdk2410 board...
<br>
<br>[root@nvthien u-boot-1.1.5]# make CROSS_COMPILE=arm-linux-
<br>...
<br>-Map u-boot.map -o u-boot
<br>arm-linux-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
<br>arm-linux-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
<br>
<br>[root@nvthien u-boot-1.1.5]# ls -al u-boot*
<br>-rwxr-xr-x 1 root root 584411 Oct 26 14:48 u-boot
<br>-rwxr-xr-x 1 root root 96596 Oct 26 14:48 u-boot.bin
<br>-rw-r--r-- 1 root root 79941 Oct 26 14:48 u-boot.map
<br>-rwxr-xr-x 1 root root 289882 Oct 26 14:48 u-boot.srec
<br>
<br>[root@nvthien u-boot-1.1.5]#
<br>
<br>After that I use Dnw program to down load u-boot.bin file at 0x30100000, and
<br>download & run at 0x30000000 file NandFlash_WR to write u-boot.bin to SMC:
<br>...
<br>Download&Run is selected.
<br>USB host is connected. Waiting a download.
<br>Now, Downloading [ADDRESS:30000000h,TOTAL:25234]
<br>RECEIVED FILE SIZE: 25234(312.3KB/S,0.1S)
<br>Now, Checksum calculation
<br>Download O.K.
<br>S3C2410 Test Program Ver 0.00 FCLK=200000000
<br> 0:NAND View Badblk 1:NAND View page 2:NAND Program 3:NAND Erase All
<br>Select the function to test?2
<br>[SMC(K9S1208V0M) NAND Flash writing program]
<br>the data must be downloaded using ICE from 30100000h
<br>Source size:0h~0h
<br>Available target block number: 0~4095
<br>Input target block number:0
<br>Input target size(0x4000*n):96606
<br>source base address(0x3010000x)=0x30100000
<br>target start block number =0
<br>target size (0x4000*n) =0x1795e
<br>............................................................................................................................................................................................
<br>
<br>And I reset the board to boot from UBoot but it does not work.????.<br>Please help me how to use it.<br><br>Thanks<br></font><br></div></div><br></body></html>