I am playing around with the OMTB.
First I bring down the graphics planes:
echo 0 > /sys/devices/platform/vpss/graphics0/enabled
echo 0 > /sys/devices/platform/vpss/graphics1/enabled
echo 0 > /sys/devices/platform/vpss/graphics2/enabled
Then I run the OMTB a first time with the "decode_scale_display.oms" script. This runs fine.
I then need to exit the script otherwise it runs forever so I use Ctrl-C.
I then try to run OMTB with the same script again but it errors out with:
Wait for VM3 to to create the server first
Assertion at Line no: 420 in /swcoe/sdk/cm/netra/arago-tmp/work/dm816x-evm-none-linux-gnueabi/ti-syslink-02_00_00_68-r3i/syslink_02_00_00_68_beta1/ti/syslink/utils/hlos/knl
/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Linux/MessageQDrv.c: (cargs.args.create.handle != NULL) : failed
OMTB> Processing : omx -s /temp.oms
OMTB> omx api init
Wait for VM3 to to create the server first
Assertion at Line no: 420 in /swcoe/sdk/cm/netra/arago-tmp/work/dm816x-evm-none-linux-gnueabi/ti-syslink-02_00_00_68-r3i/syslink_02_00_00_68_beta1/ti/syslink/utils/hlos/knl
/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Linux/MessageQDrv.c: (cargs.args.create.handle != NULL) : failed
OMTB-FAIL: OMX_ErrorUndefined
OK
OMTB> omx setp 0 h264vdec frame_width 1920
OK
* * * * * lots of text from the script which says "OK" * * * * *
OMTB> omx setp 0 dc insmod_hdmi disable
OK
OMTB> omx api gethandle h264vdec 0 0
OMTB-No component named "OMX.TI.DUCATI.VIDDEC" found
OMTB-FAIL: OMX_ErrorNotReady
OMTB-Setting all port params
Segmentation fault
Anyone else seen this problem? I don't want to have to reboot the board every time I run a new script.
Any help much appreciated.
Ralph