hi all
we r trying to boot our DM365 board by spectrum digital through the nand flash
but our board is not booting without sd card ie
whenever i am pulling the sd card from the slot the board is not booting but the switches sw4 and sw5 are set according to nand flash boot mode
and our nand earse and nand write is also successful and our board is booting successfully after that
but that sd card if we r putting it out of the slot even console window is not coming.Can anybody sortout the problem is there some connecton b/w sd card and nand
here are the details of the board
DM365 EVM REV F
and the commands we had typed
DM365 EVM > tftp 0x80700000 uImage
TFTP from server 192.168.1.25; our IP address is 192.168.1.197
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
###########
done
Bytes transferred = 2066356 (1f87b4 hex)
DM365 EVM > nand erase 0x400000 0x200000
NAND erase: device 0 offset 0x400000, size 0x200000
Erasing at 0x400000 -- 100% complete.
OK
DM365 EVM > nand write 0x80700000 0x400000 0x200000
NAND write: device 0 offset 0x400000, size 0x200000
2097152 bytes written: OK
Setup the bootcmd ENV variable to boot the Linux Kernel image from NAND partition
DM365 EVM >setenv bootcmd 'nboot 0x80700000 0 0x400000; bootm'
DM365 EVM >saveenv
RESTARTED THE BOARD THEN
Hit any key to stop autoboot: 0
Loading from NAND 1GiB 3,3V 8-bit, offset 0x400000
Image Name: Linux-2.6.18_pro500-davinci_evm-
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2050052 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_evm-
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2050052 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux........................................................
thanx
kailash