Other Parts Discussed in Thread: AUDIO-AM62D-EVM 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1598806/audio-am62d-evm-correct-linux-sdk-for-this-evm 器件型号: AUDIO-AM62D…
Hi,
Support for SBL or any other similar boot code is not added in the FreeRTOS SDK for AM62L, because in case of AM62L, ROM supports dual stage boot, so you can utilize RBL to boot your application as well:
https://software-dl.ti.com/mcu-plus-sdk/esd…
您好,
没必要。你可以直接在EVM上进行模型的bin文件推理。你只需要把在PC端生成的推理程序拷贝到EVM上即可。 你只需要那些将在EVM的Linux系统下编译的源代码,例如在TI设备上运行的测试平台。
# Run model inference using TIDL-RT on EVM
./TI_DEVICE_armv8_test_dl_algo_host_rt.out s:inference_cl_ort_resnet18_v1_evm.txt
# below is the…