Tool/software:
Dear TI,
Why the ISP could not work when I delete the dm firmware?
It seems VPAC need DM's interface.
Could you tell me which interface in DM FW would be used for VPAC and ISP?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear TI,
Why the ISP could not work when I delete the dm firmware?
It seems VPAC need DM's interface.
Could you tell me which interface in DM FW would be used for VPAC and ISP?
Thanks!
SDK and Firmware version information: 09.02.00.
The ISP module can work normally when using the DM firmware that comes with the A-core SDK.
The DM firmware path that comes with the A-core SDK: ti-firmware-builder/sdk_build_workarea/ti-firmware-builder-am62axx-evm-09_02_00_05/vision_apps/out/AM62A/R5F/FREERTOS/release/vx_app_rtos_linux_mcu1_0.out.
At present, we need to develop on the DM core, but when we use the MCU SDK's DM core routine, the ISP module cannot work properly. What configurations do I need to add to the DM core routine based on MCU SDK to ensure the normal operation of the ISP module?
Hello,
Why the ISP could not work when I delete the dm firmware?
The ISP (VPAC) driver is part of the DM firmware because the ISP driver is running on the DM R5 core.
At present, we need to develop on the DM core, but when we use the MCU SDK's DM core routine, the ISP module cannot work properly.
How did you build the DM core routine?
You'll need to look at the makefiles in folder sdk_builder of the firmware builder. Let me try to get more information on this next week.
Thank you.
Jianzhong
Hello,
We use the following routine, compiled using ccs tools, but the ISP module did not work properly.
Thank you.
wj
Hi wj,
You need to use FW builder to compile your DM FW,
If you need to add custom routine in your DM, you can add it here in vision apps
main.c « mcu1_0 « rtos « am62a « platform - processor-sdk/vision_apps - Unnamed repository; edit this file 'description' to name the repository.
Please refer to above code
This creates SCI server and then initializes VPAC driver, TIOVX etc..
Regards
Rahul T R