工具/软件:
大家好!
我正在尝试寻找一种在电路板上安装 FreeRTOS 的方法、TI 网站中是否提供了诸如 Linux(或 Linux RT)之类的预编译映像?
我还想登录 FreeRTOS 并像 Linux 操作系统那样使用 CLI、访问 ethenet、配置端口、安装 ssh 等进行操作、是否可行?
到目前为止、我使用 的是 MCU_PLUS_SDK_am64x_11_01_00_17 中的 FreeRTOS 示例、CCS 20.3。
非常感谢。
此致。
Andrea
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.
工具/软件:
大家好!
我正在尝试寻找一种在电路板上安装 FreeRTOS 的方法、TI 网站中是否提供了诸如 Linux(或 Linux RT)之类的预编译映像?
我还想登录 FreeRTOS 并像 Linux 操作系统那样使用 CLI、访问 ethenet、配置端口、安装 ssh 等进行操作、是否可行?
到目前为止、我使用 的是 MCU_PLUS_SDK_am64x_11_01_00_17 中的 FreeRTOS 示例、CCS 20.3。
非常感谢。
此致。
Andrea
您好、Andrea、
很抱歉、延迟的回复。
MCU+ SDK RTOS 环境的工作原理与 Linux 不同。
SDK 中的以下路径下提供了所有 FreeRTOS 和 NoRTOS 示例:
C:\ti\mcu_plus_sdk_am64x_11_00_00_15\examples\drivers
C:\ti\mcu_plus_sdk_am64x_11_00_00_15\examples\networking
如果要尝试任何示例、则需要使用 CCS 或 makefile 构建该示例、然后将其刷写到电路板中。
没有像 Linux 中那样“安装“FreeRTOS 的概念 — 每个应用(例如以太网,UART、GPIO 等)都是单独构建和刷写的。
如果要将以太网与其他外设配合使用、则需要在单个应用中集成这些模块。
集成后、构建组合映像并将其刷写到电路板中。
这是 MCU+ SDK FREERTOS/NoRTOS 端应用的典型流程。
此致、
Anil.