Part Number: AM5728
Tool/software: Linux
Currently, I'm trying to build the tiovx firmware for the DSP. I found the dependencies include few packages in RTOS SDK and PROCESSOR_SDK_VISION. But I still miss one dependency “vps_osal_tirtos.ae66”. From the original path configuration, I figured out it may be contained in pdk package. Thus I tried to build pdk, but I failed at
# Invoking configuro...
/bin/mkdir -p /home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary
/home/rossihwang/ti/xdctools_3_50_03_33_core/xs xdc.tools.configuro --generationOnly -o /home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary/pruss_app_sorte_slave/obj/idkAM572x/a15_0/release/configuro -t gnu.targets.arm.A15F -p "ti.platforms.idkAM572X" \
-r release -b /home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/build/am572x/config_am572x_a15.bld --ol /home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary/pruss_app_sorte_slave/obj/idkAM572x/a15_0/release/configuro/linker_mod.cmd ../src/sorte_idkAM572x_app.cfg
configuring sorte_idkAM572x_app.xa15fg from package/cfg/sorte_idkAM572x_app_pa15fg.cfg ...
The DRA7XX device is not currently supported.
The following devices are supported in the ti.catalog.c6000 catalog:
js: "/home/rossihwang/ti/bios_6_52_00_12/packages/ti/sysbios/family/arm/Settings.xs", line 672: Error: Unsupported device!
"/home/rossihwang/ti/bios_6_52_00_12/packages/ti/sysbios/family/arm/Settings.xs", line 831
"/home/rossihwang/ti/bios_6_52_00_12/packages/ti/sysbios/family/Settings.xs", line 242
"/home/rossihwang/ti/bios_6_52_00_12/packages/ti/sysbios/family/Settings.xs", line 121
"/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/drv/pruss/example/apps/sorte/src/sorte_idkAM572x_app.cfg", line 11
"./package/cfg/sorte_idkAM572x_app_pa15fg.cfg", line 237
gmake: *** [package/cfg/sorte_idkAM572x_app_pa15fg.xdl] Error 1
js: "/home/rossihwang/ti/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary/pruss_app_sorte_slave/obj/idkAM572x/a15_0/release/configuro/linker_mod.cmd' deleted.
/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/build/makerules/rules_a15.mk:278: recipe for target '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary/pruss_app_sorte_slave/obj/idkAM572x/a15_0/release/configuro/package/cfg/sorte_idkAM572x_app_pa15fg.c' failed
make[4]: *** [/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/binary/pruss_app_sorte_slave/obj/idkAM572x/a15_0/release/configuro/package/cfg/sorte_idkAM572x_app_pa15fg.c] Error 1
make[4]: Leaving directory '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/drv/pruss/example/apps/sorte/slave'
/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/build/comp_top.mk:322: recipe for target 'pruss_app_sorte_slave' failed
make[3]: *** [pruss_app_sorte_slave] Error 2
make[3]: Leaving directory '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/drv/pruss'
/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/build/comp_top.mk:223: recipe for target 'a15_0_app' failed
make[2]: *** [a15_0_app] Error 2
make[2]: Leaving directory '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/drv/pruss'
/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/build/comp_top.mk:220: recipe for target 'idkAM572x_app' failed
make[1]: *** [idkAM572x_app] Error 2
make[1]: Leaving directory '/home/rossihwang/ti/pdk_am57xx_1_0_11/packages/ti/drv/pruss'
makefile:226: recipe for target 'pruss' failed
make: *** [pruss] Error 2
So, my question is, is there any detailed tutorial for building the tiovx firmware?
