I use pre-bilt image insdie ezsdk_05_01_01_80 and fail to boot up DM8168-based DVR.
it'll shutdown as booting kernel....
Any idea? Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I use pre-bilt image insdie ezsdk_05_01_01_80 and fail to boot up DM8168-based DVR.
it'll shutdown as booting kernel....
Any idea? Thanks
See below for log:
U-Boot 2010.06 (May 13 2011 - 01:05:43)
TI8168-GP rev 1.1
ARM clk: 987MHz
DDR clk: 796MHz
I2C: ready
DRAM: 2 GiB
NAND: 256 MiB
Net: Ethernet PHY: GENERIC @ 0x01
DaVinci EMAC
Hit any key to stop autoboot: 0
UBOOT # set nfsserver 192.168.2.173;set ipaddr 192.168.2.161;set gatewayip 192.168.107.254;set netmask 255.255.252.0;set serverip 19 2.168.2.173;setenv bootargs 'console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.2.173:/usr/local/ezsdk_05_01_01_80/filesystem/rfs, nolock rw mem=128M vram=20M earlyprintk ip=dhcp';tftp 81000000 uImage_EZSDK;bootm 81000000
Connect speed 1G Full
Using DaVinci EMAC device
TFTP from server 192.168.2.173; our IP address is 192.168.2.161
Filename 'uImage_EZSDK'.
Load address: 0x81000000
Loading: T #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#######
done
Bytes transferred = 2362144 (240b20 hex)
## Booting kernel from Legacy Image at 81000000 ...
Image Name: Arago/2.6.37-psp04.00.00.10/dm81
Created: 2011-06-01 6:49:05 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2362080 Bytes = 2.3 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Linux version 2.6.37 (x0029463@swubn01) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) ) #1 Wed Jun 1 12:18:59 IST 2011
CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: ti8168evm
vram size = 20971520 at 0
bootconsole [earlycon0] enabled
reserved size = 20971520 at 0
FB: Reserving 20971520 bytes SDRAM for VRAM
Memory policy: ECC disabled, Data cache writeback
OMAP chip is TI8168 1.1
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 27392
Kernel command line: console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.2.173:/usr/local/ezsdk_05_01_01_80/filesystem/rfs, nolock rw mem=128M vram=20M earlyprintk ip=dhcp
PID hash table entries: 512 (order: -1, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 108MB = 108MB total
Memory: 104376k/104376k available, 26696k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)
lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.init : 0xc0008000 - 0xc0035000 ( 180 kB)
.text : 0xc0035000 - 0xc0478000 (4364 kB)
.data : 0xc0478000 - 0xc04b91e0 ( 261 kB)
SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:407
IRQ: Found an INTC at 0x
And then it shutdown automatically. Any idea?
Hi,
What platform (i.e. boards and daughtercard combination) are you working with?
Which version of the ezsdk are you using?
Assuming it is DM816x Base EVM, can you successfully boot from the SD card using all pre-built images?
Does this issue only occurs when booting over the network?
Where is u-boot booting from and is it consistent with the kernel version you are using (i.e. from the same ezsdk/psp package)?
Regards,
Benoit
P.S. If this response helps answer your question please mark this post as verified - Thanks