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.

[参考译文] RTOS/AM5718:预编译映像不支持#39;t 引导应用程序

Guru**** 2542550 points
Other Parts Discussed in Thread: AM5718

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/618516/rtos-am5718-prebuilt-image-doesn-t-boot-applications

器件型号:AM5718

工具/软件:TI-RTOS

您好!

我下载 了适用于 am5718板的 TI RTOS 版本04_00_00_04。

然后、我尝试使用 RTOS 文件夹中提供的 sdcard 映像的预编译版本、使用以下序列:

CD ~/ti/processor_sdk_rtos_am57xx_4_00_00_04/prebuilt-sdcards/idkAM571x/sd_card_img
gunzip sd_card.img.gz
sudo dd if=sd_card.img of=/dev/mmcblk0 bs=512gunzip sd_card.img.gz

启动时、RTOS 开始引导、但没有应用程序正在运行。 以下是我获得的唯一引导日志:

**** PDK SBL ****
****复制应用程序映像到 DDR ****

SD Boot (SD 引导)-文件打开成功完成
正在跳转到 MPU CPU0应用程序...

根据此页面、在此序列之后、每个正在运行的应用程序应该有一行。
http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM57x 

我在 devel 计算机中插入了 sdcard,并且应用程序出现在引导分区中:

$ ls /media/boot
应用 eMMC_TEST Haptics_TEST LED_TEST MLO QSPI_TEST
dcan_test 框架 lcdTouchpense_test mcspi_test mmcsd_test uart_test
EEPROM_TEST GMAC_TEST ledIndustrial_test mem_test PMIC_TEST

如何使应用程序在启动时运行? 也许我错过了指南中的内容?

我想测试您的 RTOS 的 NOR QSPI 驱动程序。

此致