Hi,
i'm trying to test dm368_IPNC mt5 4.0 .
I write given binary ubl,u-boot,kernel,ubifs.
The problem is that the kernel when read from nand, it has a CRC error as below.
And the strange thing is when I boot using tftp(not read from nand) it booted, it also same kernel image that I write to nand.
please let me konw what should I try.
I have compiled the kernel and fs, but same symptom.
Thank you.
Jay
DM36x initialization passed!
TI UBL Base Version: 1.50
Boot Loader BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000008.
Boot Mode Task Completed
IPNC UBL Version: 2.1.0
Platform: DM368-432
Jumping to entry point at 0x81080000
U-Boot 1.3.4 (Jun 9 2012 - 17:24:47) DM368-IPNC-4.0.0
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Bad block table not found for chip 0
Bad block table not found for chip 0
loop oob 81021ad8 Bad block table written to 0x07fe0000, version 0x01
loop oob 81021ad8 Bad block table written to 0x07fc0000, version 0x01
128 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 432MHz
DDR Clock :- 340MHz
Ethernet PHY: GENERIC @ 0x01
Hit any key to stop autoboot: 0
Loading from NAND 128MiB 3,3V 8-bit, offset 0x500000
Image Name: Linux-2.6.37_IPNC_DM365_4.0.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3439968 Bytes = 3.3 MB
Load Address: 80008000
Entry Point: 80008000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.37_IPNC_DM365_4.0.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3439968 Bytes = 3.3 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
DM368 IPNC :>
DM368 IPNC :>
DM368 IPNC :>pri
bootdelay=4
baudrate=115200
bootfile="uImage"
serverip=192.168.1.210
ipaddr=192.168.1.208
ethaddr=00:01:02:03:04:05
netmask=255.255.255.0
gatewayip=192.168.1.1
network=192.168.1.0
dnsip=128.126.63.1
setboot=setenv bootargs $(bootargs)
bootargs=mem=48M console=ttyS1,115200n8 noinitrd ip=dhcp rw ubi.mtd=3,2048 rootfstype=ubifs root=ubi0:rootfs cmemk.phys_start=0x83000000 cmemk.phys_end=0x88000000 cmemk.phys_start_1=0x00001000 cmemk.phys_end_1=0x00008000 cmemk.pools_1=1x28672 cmemk.allowOverlap=1 cmemk.useHeapIfPoolUnavailable=1 lpj=1077248 nohz=off highres=off eth=$(ethaddr)
bootcmd=nboot 0x80700000 0 0x500000;bootm 0x80700000
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Jun 9 2012 - 17:24:47) DM368-IPNC-4.0.0
Environment size: 733/131068 bytes
DM368 IPNC :>