Hi, sir
I'm using DVRRDK4.0, 2GB DDR, 512MB for Linux.
1) I set relative value in Rules.make,
DDR_MEM := DDR_MEM_2048M
LINUX_MEM := LINUX_MEM_512M
2) I run command : mkimage -A arm -O linux -T kernel -C none -a 0xc0008000 -e 0xc0008000 -n 'Linux-2.6.37' -d arch/arm/boot/zImage uImage to modify the kernel for the new start address.
3) I set U-boot var, setenv bootargs ddr_mem=2048M mem=512M console=ttyO2,115200n8 ubi.mtd=4,2048 root=ubi0:rootfs rootwait=1 rootfstype=ubifs rw ip=129.1.10.140:129.1.9.231:129.1.9.1:255.255.0.0::eth0:off vram=20M notifyk.vpssm3_sva=0xBFB00000
4) tftp 0x81000000 129.1.9.231:uImage
bootm 0x81000000
5) entry .../rfs_816x/opt/dvr_rdk/ti816x
./init.sh (passed)
./load.sh (issue occured)
a) Info on terminal(telnet connection) , continuously
b) Info on terminal(serial port connection)
I want to know how to fix this issue.
Appreciate for any guidance!