Hi
I am trying to run VC demo using EZSDK 5.03.01.15 + overlay patch. Everything compiles ok but for running the demo I noticed a lot of changes have been done comparing with previous SDKs (5.00.09 for example). I have tried some combinations without luck and I would like to check if someone has a working script and bootargs that can share with me, or if someone can spot an error in my sequential steps please let me know.
Script ran it:
../../../usr/bin/prcm_config_app s
insmod ../../../lib/modules/2.6.37/kernel/drivers/dsp/syslink.ko
./slaveloader startup VPSS-M3 dm816x_hdvpss.xem3 -> I found “slaveloader” in a http://bangsdowebsvr01.india.ti.com:8060/LinuxPSP/DM816x_04_00/04_00_02_14/index_FDS.html DM816x HDVPSS binary package (TI816x-HDVPSS-01.00.01.33). Alternatively I tried: ../../../usr/bin/firmware_loader 2 ./dm816x_hdvpss.xem3 start mm_dm81xxbm_vc3.bin
insmod vpss.ko -> I found drivers on DM816x HDVPSS binary package (TI816x-HDVPSS-01.00.01.33) and also in the FS at: ../../../lib/modules/2.6.37/kernel/drivers/
insmod ti81xxfb.ko
insmod ti81xxhdmi.ko
../../../usr/bin/firmware_loader 1 ./vc3_m3video.xem3 start mm_dm81xxbm_vc3.bin -> Not sure about Process ID, I used “1”
../../../usr/bin/firmware_loader 2 ./vc3_m3vpss.xem3 start mm_dm81xxbm_vc3.bin -> Not sure about Process ID, I used “2”
./vc3_a8host_debug.xv5T 127.0.0.1 10000 30 h264
Additionally, I removed load-hd-firmware.sh from rc3
root@dm816x-evm:/etc/rc3.d# update-rc.d -f load-hd-firmware.sh remove
Finally I tried in bootargs notifyk.vpssm3_sva=0xA0000000 and notifyk.vpssm3_sva=0xBF900000 without any luck so far..
Thanks a lot any help would be appreciated
Paula