Hi,
I am using RDK4.1 and I want to modify the linux start address from 0xC0000000 to 0xD000000.
I use
"mkimage -A arm -O linux -T kernel -C none -a 0xd0008000 -e 0xd0008000 -n 'Linux-2.6.37' -d
arch/arm/boot/zImage uImage_DM816X_UD_DVR"
to change the adress, but when I execute load.sh, the program will stop in
Attached to slave procId 2.
Loaded file ../firmware/dvr_rdk_fw_m3vpss_2048M_512M.xem3 on slave procId 2.
Started slave procId 2.
After Ipc_loadcallback status [0x00000000]
*** Platform_startCallback: Ipc_attach timeout
Do you have any idea ?