博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu 14.04 AM335x TI-RTOS 编译
阅读量:6072 次
发布时间:2019-06-20

本文共 2169 字,大约阅读时间需要 7 分钟。

/************************************************************************************* *                         Ubuntu 14.04 AM335x TI-RTOS 编译  * 说明: *     Charlie说TI-RTOS需要关注一下,记录一下其相关文档,最好都使用默认路径。 *  *                                                 2016-12-05 深圳 南山 平山村 曾剑锋 *************************************************************************************一、参考文档:    1. TI-RTOS: Real-Time Operating System (RTOS) for Sitara(TM) Processors and DSPs        http://www.ti.com/tool/ti-rtos-proc    2. Processor SDK for AM335x Sitara™ Processors - Linux and TI-RTOS support        http://www.ti.com/tool/PROCESSOR-SDK-AM335X    3. Processor SDK RTOS Getting Started Guide        http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Getting_Started_Guide    4. Processor SDK RTOS Software Developer Guide        http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Software_Developer_Guide    5. Processor SDK RTOS Building The SDK        http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Building_The_SDK    6. Processor SDK RTOS create SD card script        http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_create_SD_card_script    7. 安装编译器:        http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Getting_Started_Guide#Code_Composer_Studio二、编译器CCSv6:    1. 编译器是基于eclipse,参考:        Category:Code Composer Studio v6            http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v6    2. 系统硬件需求:        System Requirements            http://processors.wiki.ti.com/index.php/System_Requirements    3. CCSv6安装:        Linux Host Support CCSv6            http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6    4. 学习资源:        Category:CCS Training            http://processors.wiki.ti.com/index.php/Category:CCS_Training#Handbooks            三、sd image制作、烧录:    1. 解压官方提供的:        gzip -d processor_sdk_rtos_am335x_3_01_00_06/prebuilt-sdcards/evmAM335x/sd_card_img/sd_card.img.gz    2. 自己制作,参考:        processor_sdk_rtos_am335x_3_01_00_06/bin/create_img.sh    3. 烧录SD卡:        sudo ./create-sdcard.sh ../prebuilt-sdcards/evmAM335x/sd_card_files

 

转载于:https://www.cnblogs.com/zengjfgit/p/6133916.html

你可能感兴趣的文章
数据中心上下走线方式优劣分析
查看>>
CISCO MDS9124 配置
查看>>
.NET 计量单位组件:PhysicalMeasure
查看>>
CentOS6.4升级Python到2.7版本 , 用vim写python代码
查看>>
保存mysql表结构
查看>>
备份存储过程修改,解决压缩问题
查看>>
webservice 新增模块功能开关设置说明
查看>>
eclipse启动报错解决
查看>>
Guava库学习:学习Guava Cache(一)MapMaker
查看>>
ceph官方文档笔记(一)
查看>>
django简单用户登陆验证
查看>>
在Mac OS X中安装MySQL
查看>>
微信图片放大
查看>>
MySQL_join开发技巧
查看>>
centOS6.3下lamp搭建(提供全套软件包)
查看>>
数组拷贝
查看>>
cut
查看>>
Xen400培训-XenServer最佳实践
查看>>
直接在终端创建文件并写入内容,不用vi ,vim等编辑器来完成
查看>>
07-k8s-dns
查看>>