Hi,
i have already found other posts that expose a similar problem but no one can't guide me to a solution
When i boot kernel by TFTP, the process stop at "Starting kernel ..."
I obtain the same result with the provided uImage_ipnc_dm365_1.5.0 or my recompiled version
Can someone give me some
suggestions?
Thanks
boot output
U-Boot 1.3.4 (Aug 5 2009 - 18:21:12) DM365-IPNC-0.6
I2C: ready
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Bad block table found at page 65504, version 0x00
Bad block table found at page 65472, version 0x00
32 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 297MHz
DDR Clock :- 270MHz
Ethernet PHY: GENERIC @ 0x01
Hit any key to stop autoboot: 8 7 6 5 4 3 2 1 0
TFTP from server 10.0.0.1; our IP address is 10.0.0.2
Filename 'uImage'.
Load address: 0x80700000
Loading: *#################################################################
##########################################################
done
Bytes transferred = 1803272 (1b8408 hex)
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_IPNC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1803208 Bytes = 1.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
my printenv output:
baudrate=115200
bootfile="uImage"
bootdelay=8
ethaddr=00:0C:0C:A0:03:64
rootpath=/home/user/workdir/filesys
nfshost=10.0.0.1
filesize=BDC000
fileaddr=82000000
ipaddr=10.0.0.2
serverip=10.0.0.1
bootcmd=tftpboot 0x80700000 uImage; bootm 0x80700000
bootargs=console=ttyS0,115200n8 noinitrd rw ip=$(ipaddr) root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=80M video=davincifb:vid0=0FF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4
setboot=bootargs $(bootargs) video=dm36x:output=$(videostd)
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Aug 5 2009 - 18:21:12) DM365-IPNC-0.6