Other Parts Discussed in Thread: TVP7002, SYSBIOS
Hi,
I am trying to boot the EZSDK file system on a custom board using a 8148 processor. This custom board has 512MB DDR, so, I followed the instructions here:
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/131933/488024.aspx#488024
To setup the memory map, that is, I modified the configuration of the LISA registers in the u-boot port for our custom board, and modified the root file system to pass a memory map binary to the "firmware_loader" command (to be completely clear, where 0xB3D00000 is replaced with 0xAB000000).
The EZSDK boot scripts fail when trying to load the VPSS firmware. Adding some traces, it seems firmware_loader is blocked line 216 when calling:
status = Ipc_control (procId, Ipc_CONTROLCMD_STARTCALLBACK, NULL);
Enabling GT_trace in the syslink module, I see that syslink is looping, with an occasional message:
Ipc_attach: Ipc_procSyncStart failed!
The exact same root file system works on the 8148 evm board, at least up to the point where the "matrix-gui" application starts and images are displayed on the HDMI output.
What could be the cause of this issue?
Thanks in advance.
Gilles