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.

[参考译文] AM62A7:通过 SD 卡引导

Guru**** 2419530 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1537481/am62a7-boot-through-sd-card

器件型号:AM62A7


工具/软件:

我正在尝试在 R5 内核上下载 hello world。

我选择了“SD Boot“选项。 因此、我根据文档设置开关并在 CCS 环境中编译了 helloworld 项目。

它被成功编译和以下图像创建在释放文件夹.

a. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.out

b. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.rprc

c. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.appimage_XIP

d. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang.rprc_XIP

 e. hello_world_am62ax-sk_r5fss0-0_freertos_ti-arm-clang_linkInfo.xml

要运行此应用程序、我们需要 SBL 或 UBoot。 我们选择了 SBL。

在 examples 文件夹中、我们在以下文件夹中提供了 SBL、我们编译了这一个并获得了以下映像。

examples\drivers\boot\sbl_sd\am62ax-sk\r5fss0-0_nortos\ti-arm-clang

我们有以下文件  

我们以 FAT32 格式格式格式化了 SD 卡。 创建了三个文件夹。

1.引导 2. qnxfs 3. rootfs  

问题 1: 在这些文件夹中、我们必须在哪个文件夹中保留图像。  

问题 2: 我们必须保留 SBL 和 Helloworld 示例的哪些映像 (.Image、.bin、.out .tiimage、hs_fs.tiimage)

问题 3 为电路板加电后、我们可以在 COM 端口上看到任何内容吗?

问题 4 我们是否需要加载 SBL 和 Helloworld 映像之外的任何其他映像。