Hello Champs,
Do we have DDR memory map for Processor SDK Linux for Edge AI 08.04.00?
Thanks
Regards
Shine
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.
Hello Champs,
Do we have DDR memory map for Processor SDK Linux for Edge AI 08.04.00?
Thanks
Regards
Shine
Hi Shine,
Is this related to: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1213805/tda4vm-neural-network-memory-usage?
Memory map comes from PSDK RTOS (now referred to as "Firmware builder" by EdgeAI): https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/TDA4VM/08_06_00/exports/docs/common/sdk_components.html#firmware-builder. Both a header file for remote cores and a dts file for Linux needs to be generated following the steps outlined here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/08_06_00_12/exports/docs/psdk_rtos/docs/user_guide/developer_notes_memory_map.html
To view current memory map without downloading PSDK RTOS, the following is how it is configured for EdgeAI Linux on the A72 core and the same memory map should be shared with remote cores running RTOS as well: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j721e-sk.dts?h=ti-linux-5.10.y#n28
Regards,
Takuma