Part Number: DRA726
I am testing my CMEM support app between DSP1, IPU1 and Linux and get an error message the first time I run the code
I had an error in the HOST code so I fixed it. I made a few changes in both the DSP and IPU1 code and copied the files on the target
I then rebooted.
On the DSP I do not do much at this point except for the close message. I just got it for the ride right now so I don't get errors on boot not finding the firmware for DSP1
On IPU1 I get this trace
root@actia-gd:~# cat /sys/kernel/debug/remoteproc/remoteproc0/trace0
[0][ 0.000] Watchdog disabled: TimerBase = 0x68824000 ClkCtrl = 0x6a005568
[0][ 0.000] Watchdog disabled: TimerBase = 0x68826000 ClkCtrl = 0x6a005570
[0][ 0.000] 19 Resource entries at 0x3000
[0][ 0.000] [t=0x000eefbd] xdc.runtime.Main: --> main:
[0][ 0.000] registering rpmsg-proto:rpmsg-proto service on 61 with HOST
[0][ 0.000] [t=0x09b960ef] xdc.runtime.Main: NameMap_sendMessage: HOST 53, port=61
[0][ 0.000] Watchdog disabled: TimerBase = 0x68824000 ClkCtrl = 0x6a005568
[0][ 0.000] Watchdog disabled: TimerBase = 0x68826000 ClkCtrl = 0x6a005570
[0][ 0.000] [t=0x09bdec2d] xdc.runtime.Main: --> smain:
[0][ 0.000] [t=0x09c0f68b] Server: Server_create: server is ready
[0][ 0.000] [t=0x09c1f29f] Server: <-- Server_create: 0
[0][ 0.000] [t=0x09c2b8b7] Server: --> Server_exec:
[0][ 74.054] [t=0x00000007:152ef551] ti.sdo.ipc.MessageQ: ERROR: line 596: assertion failure: A_unregisteredTransport: transport is not registered
[0][ 74.054] ti.sdo.ipc.MessageQ: line 596: assertion failure: A_unregisteredTransport: transport is not registered
[0][ 74.054] xdc.runtime.Error.raise: terminating execution
r
After another reboot I get this
root@actia-gd:~# cat /sys/kernel/debug/remoteproc/remoteproc0/trace0
[0][ 0.000] Watchdog disabled: TimerBase = 0x68824000 ClkCtrl = 0x6a005568
[0][ 0.000] Watchdog disabled: TimerBase = 0x68826000 ClkCtrl = 0x6a005570
[0][ 0.000] 19 Resource entries at 0x3000
[0][ 0.000] [t=0x000ef74b] xdc.runtime.Main: --> main:
[0][ 0.000] registering rpmsg-proto:rpmsg-proto service on 61 with HOST
[0][ 0.000] [t=0x01aa40c3] xdc.runtime.Main: NameMap_sendMessage: HOST 53, port=61
[0][ 0.000] Watchdog disabled: TimerBase = 0x68824000 ClkCtrl = 0x6a005568
[0][ 0.000] Watchdog disabled: TimerBase = 0x68826000 ClkCtrl = 0x6a005570
[0][ 0.000] [t=0x01aec239] xdc.runtime.Main: --> smain:
[0][ 0.000] [t=0x01b1be01] Server: Server_create: server is ready
[0][ 0.000] [t=0x01b2afdf] Server: <-- Server_create: 0
[0][ 0.000] [t=0x01b36f47] Server: --> Server_exec:
Is it likely to be the case everytime I change the code? What would be the cause of the failure?
Michel Catudal
ACTIA Corp
