hi.
i am using DVRRDK3.5.0.5
i have a problem. it is stop the boot.
The a boot loader loads the kernel and Pause after "Start kernel ..." displaying a message.
I was set valu bootcmd and bootargs
bootcmd :
setenv bootcmd 'nand read 0x81000000 0x00280000 0x300000;logo on 0x81000000 0x90000000 0xBFDD0000 40 60;nand read 0x81000000 0x00580000 0x300000;nand read 0x82000000 0x009c0000 0x800000; bootm 0x81000000'
bootargs :
setenv bootargs "mem=128M console=ttyO2,115200n8 root=/dev/ram0 ramdisk_size=83388608 ro initrd=0x82000000,8M ip=off notifyk.vpssm3_sva=0xbffd0000 i2c_bus=3,400 ddr_mem=512M"
Why the normal boot does not cause the kernel, I would like to know.
thanks.