Hello,
I'm trying to update to DVSDK 2_00_00_22 and MVL 5.0, using these packages:
- dvsdk_setuplinux_2_00_00_22.bin,
- mvl_5_0_0801921_demo_sys_setuplinux.bin,
- mvl_5_0_0_demo_lsp_setuplinux_02_00_00_140.bin.
The problem is that I can boot neither the pre-compiled kernel image (dvsdk_2_00_00_22/PSP_02_00_00_140/bin/dm6446/uImage-dm6446) nor self-built image.
The boot process just hangs after uncompressing the image:
===============
U-Boot 1.1.3 (Mar 15 2006 - 11:42:19)
U-Boot code: 81080000 -> 81097320 BSS: -> 810A0230
RAM Configuration:
Bank #0: 80000000 256 MB
MY AMD Flash: 16 MB
In: serial
Out: serial
Err: serial
ARM Clock :- 283MZ
DDR Clock :- 189MZ
Hit any key to stop autoboot: 0
TFTP from server 106.109.9.132; our IP address is 106.109.8.224
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#####
done
Bytes transferred = 2018344 (1ecc28 hex)
## Booting image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_evm-
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2018280 Bytes = 1.9 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux..................................................................................................................................... done, booting the kernel.
===============
The old kernel I have been using before boots perfectly:
===============
TFTP from server 106.109.9.132; our IP address is 106.109.8.224
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
#################################################################
################################################################
done
Bytes transferred = 1323024 (143010 hex)
## Booting image at 80700000 ...
Image Name: Linux-2.6.10_mvl402
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1322960 Bytes = 1.3 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux..................................................................................... done, booting the.Linux version 2.6.10_mvl402 (tim@106-109-9-132) (gcc version 3.4.3 (MontaVista 3.4.3-25.0.309
CPU: ARM926EJ-Sid(wb) [41069265] revision 5 (ARMv5TEJ)
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 8192 bytes, associativity 4, 32 byte lines, 64 sets
Machine: DaVinci EVM
...
===============
Can the reason for this be the old U-Boot 1.1.3 version?
Thanks.