Hello,
We are currently working with Appro DM365IPNC-MT5.
I’m trying to deploy a new kernel and image into the camera, but I have some problem with it.
I have tried these kernel files:
Kernel1: uImage-dm365-evm.bin 10-Mar-2011 14:48 2.1M
Kernel2: uImage-2.6.32.17-r39+gitr161e942bbb6e3603bccd1548865cfcce0910f1cc-dm365-evm-static.bin 10-Mar-2011 14:48 2.1M
from
http://arago-project.org/files/releases/davinci-psp_03.01.01.39/images/dm365-evm/
with this options:
tftpboot 0x80700000 <uImage>
nand erase 0x200000 0x200000;nand write 0x80700000 0x200000 0x200000
setenv bootcmd 'nboot 0x80700000 0 0x200000;bootm 0x80700000'
Then this one:
nand erase 0x200000 0x300000
nand write 0x80700000 0x200000 0x300000
..but both kernel have the same bad result with both options. The u-boot tries to boot the kernel but after the output "Starting kernel ..." it hangs... see screenshots enclosed.
Does anybody know what I’m doing wrong and why it does not boot correctly.
There are 2 screenshots of my options and outputs
Thank you very much,
Timo