Hi.,
i am trying to Bring up custom board with DM365 processor and the schematic is almost same as DM365evm, The nand , DDR same. xcluded ethernet and some components.
i am using TI UBL Version: 1.50 from DVSDK_3_10_00 3_10_00_19.
UBL an uboot sucessufully loaded in to NAND and i am using loady command to load the kernel.
after loading it strucks in Starting Kernel.....
if i used the pre built binires then it gets restart in .............done, booting Linux.
The log :
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000019.
DONE
Jumping to entry point at 0x81080000.
U-Boot 2009.03 (Dec 01 2010 - 17:30:39)
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit)
Bad block table found at page 262080, version 0x01
Bad block table found at page 262016, version 0x01
nand_bbt: ECC error while reading bad block table
1024 MiB
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron NAND 1GiB 3,3V 8-bit)
Bad block table found at page 262080, version 0x01
Bad block table found at page 262016, version 0x01
nand_bbt: ECC error while reading bad block table
1024 MiB
*** Warning - bad CRC or NAND, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
DM365 EVM > loady 0x80700000
## Ready for binary (ymodem) download to 0x80700000 at 115200 bps...
C/0(STX)/0(CAN) packets, 3 retries
## Total Size = 0x00214958 = 2181464 Bytes
DM365 EVM > bootm 0x80700000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.32-rc2-davinci1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2181400 Bytes = 2.1 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Sarting kernel ...
The printenv
DM365 EVM > printenv
bootargs=mem=60M console=ttyS0,115200n8 root=/dev/mtdblock4 rw rootfstype=jffs2 ip=off video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,2025K dm365_imp.oper_mode=0
bootcmd=nboot.e 0x80700000 0 0x1000000;bootm
bootdelay=4
baudrate=115200
bootfile="uImage"
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.03 (Dec 01 2010 - 17:30:39)
Environment size: 341/262140 bytes
DM365 EVM >