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.

[参考译文] TDA4VM:使用 mcuss_demos/mcuss_demos/profiling/CAN 在 mcu1_0上运行、并通过 SPL 引导

Guru**** 2038710 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1233581/tda4vm-run-on-mcu1_0-using-mcuss_demos-mcuss_demos-profiling-can-and-boot-via-spl

器件型号:TDA4VM

您好、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 未引导。 以下是上电启动时的所有日志信息。

e2e.ti.com/.../1256.txt

问题1:如果我想开发 TISPL .bin、我需要做什么。

Q2:该变量的作用是什么? 它在哪里? 谁在打电话?

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
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 */
}
},
};
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Q3:为什么 Linux 可以与多核通信?  如何沟通?  如果 Linux 不与多核通信该怎么办?

Linux SDK 有什么作用? 是不是只是启动其他原子核?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    这里有更新吗?

    此致

    伊森