hi TI-friends,
I use pre-built kernel from rdk3.0 in our customized board, and boot as following
BB DVR vga color bar starting.
CM_ACTIVE_CLOCK_INIT (1546) 0x100000
CM_ACTIVE_CLOCK_INIT Finish
on chip hdmi setup ok.
hdmi color bar ok.
Net: Ethernet PHY: GENERIC @ 0x01
DaVinci EMAC
Hit any key to stop autoboot: 0
TDVRF# setenv nfsserver 192.168.107.86; setenv serverip 192.168.107.86 ;setenv ipaddr 192.168.107.168 ; setenv gatewayip 192.168.107.254;
TDVRF# tftp 81000000 uImage_DM816X_DVR;bootm
Using DaVinci EMAC device
TFTP from server 192.168.107.86; our IP address is 192.168.107.168
Filename 'uImage_DM816X_DVR'.
Load address: 0x81000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##############################################
done
Bytes transferred = 2563168 (271c60 hex) (align:0x280000 hex)
## Booting kernel from Legacy Image at 81000000 ...
Image Name: Linux-2.6.37+
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2563104 Bytes = 2.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Linux version 2.6.37+ (x0161644@bangvideoapps01) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Wed Aug 1 22:43:44 IST 2012
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: ti8168_dvr
vram size = 20971520 at 0x0
reserved size = 20971520 at 0x0
FB: Reserving 20971520 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
And now I use the pre-built kernel from rdk4.0 in our customized board, and it shows
TDVRF# tftp 82000000 uImage_40
Using DaVinci EMAC device
TFTP from server 192.168.107.86; our IP address is 192.168.107.168
Filename 'uImage_40'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###############################################
done
Bytes transferred = 2567844 (272ea4 hex) (align:0x280000 hex)
TDVRF# bootm 0x82000000
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-2.6.37
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2567780 Bytes = 2.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
And then hang in the above. Does anyone has idea about this? I have tried more times and still got the same result...