器件型号:BEAGLEBK
工具/软件:Code Composer Studio
我将开始使用 C++对 BBB 进行编程、然后再转到以下文章: https://www.twosixlabs.com/running-a-baremetal-beaglebone-black-part-1/
使用 CCS 编译的代码是在操作系统上运行还是直接在 CPU 上运行? 如果在操作系统上、它被写入到哪里、它是如何开始和执行的? CCS 是否将编译的代码写入 eMMC 或 SD 卡?
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.
器件型号:BEAGLEBK
工具/软件:Code Composer Studio
我将开始使用 C++对 BBB 进行编程、然后再转到以下文章: https://www.twosixlabs.com/running-a-baremetal-beaglebone-black-part-1/
黄
使用 HLOS (即 Linux)时、CCS 主要用于调试 HLOS 部件、如 u-boot、内核、应用。 还用于将映像刷写到 SD/eMMC/NAND 中。
有关详细信息、请查看以下链接:
processors.wiki.ti.com/.../Processor_Linux_SDK_CCS_Debug
processors.wiki.ti.com/.../Processor_Linux_SDK_CCS_Installation_Guide
processors.wiki.ti.com/.../Processor_Linux_SDK_CCS_Compiling_Guide
processors.wiki.ti.com/.../Processor_SDK_Linux_Training:_Hands_on_with_the_Linux_SDK
processors.wiki.ti.com/.../Sitara_Linux_Training:_uboot_linux_debug_with_ccsv5_sdk7
此致、
帕维尔