Part Number: TDA2EXEVM
Tool/software: Linux
Hi all,
we are using TDA2EXEVM. Linux (A15)+ BIOS(IPU2). sdk version VISION_SDK_02_12_00_00.
1. remoteproc rpmsg virtio attchment and load flow any doc for tda2ex soc?
2. We are using A15 and IPU2 core only. For IPU2 firmware load and start through remoteproc.
PROC_IPU1_0_INCLUDE=no
PROC_IPU1_1_INCLUDE=no
PROC_IPU2_INCLUDE=yes
PROC_A15_0_INCLUDE=yes
PROC_DSP1_INCLUDE=no
in this case below case not getting true
if (state == CORE_APP_INITSTATUS_CONFIRM_INIT_DONE)
{
initDone[procId] = TRUE;
}
above config ./vision_sdk_linux_demo.out stops after below log
[ 12.341626] rundemo.sh[116]: [HOST] OSA: MEM: 0: Mapped 0xa0100000 to 0xb694c000 of size 0x00100000
[ 12.371346] rundemo.sh[116]: [HOST] OSA: MEM: 1: Mapped 0x84203000 to 0xa6f4c000 of size 0x0fa00000
[ 12.401172] rundemo.sh[116]: [HOST] OSA: MEM: 2: Mapped 0xa0200000 to 0xa6e8c000 of size 0x00040000
[ 12.431172] rundemo.sh[116]: [HOST] OSA: MEM: 3: Mapped 0xa02c0000 to 0xa6ecc000 of size 0x00080000
[ 12.461176] rundemo.sh[116]: [HOST] OSA: HOST Remote Log Shared Memory @ 0xa024f140
[ 12.481072] rundemo.sh[116]: [HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
[ 12.501016] rundemo.sh[116]: [HOST] [HOST ] 19.437961 s: SYSTEM: System A15 Init in progress !!!
[ 12.531015] rundemo.sh[116]: [HOST] [IPU2 ] 18.559598 s: ***** IPU2 Firmware build time 10:49:56 Aug 7 2017
[ 12.561025] rundemo.sh[116]: [HOST] [IPU2 ] 18.559781 s: *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
[ 12.591019] rundemo.sh[116]: [HOST] [IPU2 ] 18.562953 s: SYSTEM: System Common Init in progress !!!
[ 12.621317] rundemo.sh[116]: [HOST] [IPU2 ] 18.572134 s: SYSTEM: IPC init in progress !!!
[ 12.651061] rundemo.sh[116]: [HOST] [IPU2 ] 18.572256 s: SYSTEM: Notify init done !!!
[ 12.681121] rundemo.sh[116]: [HOST] [IPU2 ] 18.573994 s: SYSTEM: MsgQ init done !!!
[ 12.692038] rundemo.sh[116]: [HOST] [IPU2 ] 18.574361 s: SYSTEM: IPC init DONE !!!
[ 12.721012] rundemo.sh[116]: [HOST] [IPU2 ] 18.579424 s: SYSTEM: System Common Init Done !!!
[ 12.751017] rundemo.sh[116]: [HOST] [IPU2 ] 18.579515 s: SYSTEM: System Init in progress !!!
[ 12.781068] rundemo.sh[116]: [HOST] [IPU2 ] 18.579576 s: SYSTEM: BSP Common Init in progress !!!
[ 12.811039] rundemo.sh[116]: [HOST] [IPU2 ] 18.579668 s: SYSTEM: BSP Common Init Done !!!
3. if we enable PROC_DSP1_INCLUDE=yes
./vision_sdk_linux_demo.out executes properly. why PROC_DSP1_INCLUDE must include?
4. I want to optimize boot time. is it possible remotecore0 to load only ipu2 firmware. how to avoid remotecore1, remotecore2 ?
Regards,
RAJ M