Hi,
We have DM385 IPNC RDK 3.0 kit and EVM DM8148. IPNC application is running OK on DM385 but now I would like to run it on EVM DM8148 (Mistral board). I have changed Rules.make file of RDK with next configuration:
SYSTEM_PLATFORM := EVM
IPNC_DEVICE := DM812x
IPNC_FILE_SYSTEM := JFFS2
The code is compiled OK, but I got errors after application is started:
.....
notify_send_event failed! status = 0xfffffff0
VPSS_CORE : Failed to init fvid2 interface,
vpss: probe of vpss failed with error -22
VPSS_CORE : failed to register ti81xx-vpss driver
insmod: error inserting './kermod/vpss.ko': -1 No such device
ti81xxhdmi: Unknown symbol TI81xx_un_register_display_panel (err 0)
ti81xxhdmi: Unknown symbol TI81xx_register_display_panel (err 0)
[host]
[host] ORG 0x46c00524: 0
[host] NEW 0x46c00524: 2
[host]
[host] Application Start Completed
CMEMK Error: ioctl: no heap available in block 0
CMEM Error: alloCMEMK Error: get_phys: Unable to find phys addr for 0x00000000
cHeap: ioctl CMECMEMK Error: get_phys: get_user_pages() failed: -14
M_IOCALLOCHEAP fCMEMK Error: GETPHYS: Failed to convert virtual 0x0 to physical.
ailed: -1
CMEM Error: getPhys: Failed to get physical address of 0
...
Is it possible to run IPNC application on DM8148 and if yes, what steps should be done?
Thank you in advance