Hi ,
I am using Ezsdk 5.05.02.00 and compiled the entire ezsdk after installing the hdvpss code (I have not modified any part of the code and I am using it on EVM board) and it could generate the firm ware files ti814x_hdvpss_1G.xem3, ti814x_hdvpss_1G.xem3.map at location :/usr/local/ezsdk/component-sources/hdvpss_01_00_01_44/build/ti814x_hdvpss_1G/bin/ti814x-evm/.
When I am using these newly created files it is throwing the error
error log:
root@dm814x-evm:~# firmware_loader 2 new_firmware/ti814x_hdvpss_1G.xem3 start -m
map new_firmware/ti814x_hdvpss_1G.xem3.map -i2
FIRMWARE: I2cInit will be done by M3
FIRMWARE: memory map bin file: new_firmware/ti814x_hdvpss_1G.xem3.map
FIRMWARE: isI2cInitRequiredOnM3: 1
Firmware Loader debugging not configured
Default FL_DEBUG: warning
Allowed FL_DEBUG levels: error, warning, info, debug, log
MemCfg: DCMM (Dynamically Configurable Memory Map) Version : 2.1.2.1
Invalid memory map used
FIRMWARE: Ipc_CONTROLCMD_STARTCALLBACK Error: ProcMgr status 0xffffffff
FIRMWARE: Could not start: -1
why this "invalid memory map used" error is coming up?
boot.cmd file content are as follows.
fatload mmc 0 0x81000000 ti_logo.bmp
bmp display 0x81000000
setenv bootargs 'console=ttyO0,115200n8 rootwait root=/dev/mmcblk0p2 rw mem=364M vmalloc=500M notifyk.vpssm3_sva=0xBF900000 ip=off noinitrd'
fatload mmc 0 0x80009000 uImage
bootm 0x80009000
Please help to resolve the newly generated hdvpss firmware loading and starting issue.
Thanks,
Sudheer.