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.
您好、TI 专家:
SDK:ti-processor-sdk-rtos-j721e-evm-08_01_00_13
Linux:ti-processor-sdk-linux-j7-evm-08_01_00_07-Linux
开发板:TI 的开发板
我想使用:
TI-PROCESSOR-SDK-RTOS-j721e-evm-08_01_00_13/mcusw/mcuss_demos/profiling/CAN demo、在 mcu1_0上运行并从 spl 开始。 我的步骤是:
1、编译可以演示。
2、使用 can_profile_app_freertos_mcu1_0_release_strip.xer5f 作为 DM、用于编译 u-boot-a72。
3.编译 u-boot。
4.将 u-boot_build/a72中的 tispl .bin 复制到 SD 卡中的引导分区。
5.插入 SD 卡并重新打开。
目前、在加电时、我可以在 Doe 上正确接收到一条消息、指示 mcu1_0代码正常运行、但 Linux 未引导。 以下是上电启动时的所有日志信息。
问题1:如果我想开发 TISPL .bin、我需要做什么。
Q2:该变量的作用是什么? 它在哪里? 谁在打电话?
const Ipc_ResourceTable ti_ipc_remoteproc_ResourceTable __attribute__ ((section (".resource_table"), aligned (4096))) = { { 1U, /* we're the first version that implements this */ NUM_ENTRIES, /* number of entries in the table */ { 0U, 0U, /* reserved, must be zero */ } }, };
Q3:为什么 Linux 可以与多核通信? 如何沟通? 如果 Linux 不与多核通信该怎么办?
Linux SDK 有什么作用? 是不是只是启动其他原子核?
您好!
这里有更新吗?
此致
伊森