Tool/software: TI C/C++ Compiler
Hi all,
I use vsdk3.7 filesystem which supplied by http://software-dl.ti.com/processor-sdk-vision/esd/TDAx/vision-sdk/03_07_00_00/index_FDS.html, when I do earlyboot, the IPC run error, as follows:
root@dra7xx-evm:/opt/vision_sdk# ./apps.out;
[HOST] OSA: MEM: 0: Mapped 0xa0100000 to 0xb6958000 of size 0x00100000
[HOST] OSA: MEM: 1: Mapped 0x84203000 to 0xa1c58000 of size 0x14d00000
[HOST] OSA: MEM: 2: Mapped 0xb0000000 to 0x91c58000 of size 0x10000000
[HOST] OSA: MEM: 3: Mapped 0xa0200000 to 0x91b98000 of size 0x00040000
[HOST] OSA: MEM: 4: Mapped 0xa02c0000 to 0x91bd8000 of size 0x00080000
[HOST] OSA: MEM: 5: Mapped 0x00000000 to 0x00000000 of size 0x00000000
[HOST] OSA: HOST Remote Log Shared Memory @ 0xa024f140
[HOST] OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
[HOST] OSA: DSP2 Remote Log Shared Memory @ 0xa029e280
[HOST] OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
[HOST] OSA: EVE2 Remote Log Shared Memory @ 0xa02ed3c0
[HOST] OSA: EVE3 Remote Log Shared Memory @ 0xa0314c60
[HOST] OSA: EVE4 Remote Log Shared Memory @ 0xa033c500
[HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
ASSERT (system_ipc.c|System_ipcInit|119)
[HOST] [HOST ] 15.599158 s: SYSTEM: System A15 Init in progress !!!
[HOST] [HOST ] 15.599249 s: SYSTEM: IPC: Init in progress !!!
[HOST] [HOST ] 15.599249 s: SYSTEM: IPC: Notify init in progress !!!
[HOST] [HOST ] 15.599310 s: SYSTEM: IPC: [IPU2] socket bind failed (Invalid argument, 22) !!!
[HOST] [HOST ] 15.599310 s: SYSTEM: IPC: [IPU2] Notify RX channel create failed (endpoint = 81) !!!
[HOST] [DSP1 ] 1.017476 s: ***** DSP1 Firmware build time 18:45:17 Mar 18 2020
[HOST] [DSP1 ] 1.017537 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 600000000 Hz>
[HOST] [DSP1 ] 1.017812 s: SYSTEM: System Common Init in progress !!!
the log file here:/cfs-file/__key/communityserver-discussions-components-files/791/Serial_2D00_ttyUSB3_2D00_03_2D00_18_2D00_19_2D00_55_2D00_09.log
It seems the targets missed some lib files, when I use tisdk-rootfs-image-dra7xx-evm_vsdk_3_6.tar.xz, it's OK.
Regards,
Jason