/*************************************************************************************
* 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

Ubuntu 14.04 AM335x TI-RTOS 编译的更多相关文章

  1. ubuntu 14.04 安装torch及编译环境zbstudio

    ubuntu 14.04 安装torch及编译环境zbstudio torch zbstudio 本来是安装官网给的步骤安装torch的,可是碰到一系列的问题,后来参考网上的安装方法安装成功了 官网安 ...

  2. ubuntu 14.04 64位系统编译RT288x_SDK

    sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sha ...

  3. ubuntu 14.04 64位 下 编译安装MySQL 5.7.11

    步骤一: 先去mysql的官方网站 去down 编译源码包 mysql 网址:www.mysql.com downloads  (MySQL Community Server) 下载版本选择  sou ...

  4. ubuntu 14.04上源码编译安装php7

    wget https://downloads.php.net/~ab/php-7.0.0alpha2.tar.bz2 //用winscp把下载好的文件上传到网站中 tar jxf php-7.0.0a ...

  5. Ubuntu 14.04 Sublime Text3 Java编译运行(最简单的方法)

    Sublime,结果发现只能编译,无法直接运行,于是就在网上搜解决方法,发现大部分方法都是告诉你要进入Java.sublime-packag这个文件,然后再修改JavaC.sublime-build, ...

  6. 【Android 系统开发】CyanogenMod 13.0 源码下载 编译 ROM 制作 ( 手机平台 : 小米4 | 编译平台 : Ubuntu 14.04 LTS 虚拟机)

                 分类: Android 系统开发(5)                                              作者同类文章X 版权声明:本文为博主原创文章 ...

  7. [原]Ubuntu 14.04编译Android Kernel

    如何编译android kernel参考官方文档:https://source.android.com/source/building-kernels.html   在Ubuntu 14.04上编译a ...

  8. Ubuntu 14.04 LTS 下 android 2.3.5 源码编译过程

    Ubuntu 14.04 LTS 下 android 2.3.5 源码编译过程   在新的Ubuntu 64位系统下去编译早期的安卓源码是会出现很多问题的,因为64位系统在安装完成后,很多32位的兼容 ...

  9. Ubuntu 14.04 LTS 64bit 编译SDL的问题

    http://blog.csdn.net/jhting/article/details/38523945 Ubuntu 14.04 LTS 64bit 编译SDL的问题 分类: C/C++2014-0 ...

随机推荐

  1. css改变图片的颜色

    参考大神张鑫旭:http://www.zhangxinxu.com/wordpress/2016/06/png-icon-change-color-by-css/ 主要知识点:border-right ...

  2. [示例]NSPredicate基础-查询数组中负荷条件的子集

    代码: #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepo ...

  3. Js练习题之查找字符串中出现最多的字符和个数

    如sssfgtdfssddfsssfssss,出现最多的字符是s,出现了12次 传统写法 分析: 1.准备一个空的json,通过循环字符串的每个字符来看,如果json里没有这个字符,就在json里创建 ...

  4. 关于http断点续传相关的RANGE这个header

    <?php //1.txt内容"1234567890" socketData('127.0.0.1','/1.txt',80,"RANGE:bytes=0-0\r\ ...

  5. svn cleanup failed问题解决

    1.SVN出错 今早过来Update,报如下错误: 再次更新,svn会要求你执行clean up,但执行clean up仍会报错,说有未完的work item,还要求你执行clean up.汗,陷入死 ...

  6. hibernate框架

    在之前的DAO开发中,对关系型数据库进行增删改查都是直接通过sql语句,需要人工的进行对象和表之间的转换.而Hibernate提供了对象和表之间进行映射的框架,使得这种转换更加方便. 1.ORM概念 ...

  7. FG模型

    一直没搞懂CvBGStatModel和CvFGDStatModel有什么区别.CvBGStatModel模型的创建用cvCreateGaussianBGModel,CvFGDStatModel模型的创 ...

  8. CSS 水平居中

    一.水平居中:行内元素解决方案 居中元素:文字.链接以及其它行内元素(inline或inline-*类型的元素,如inline-block,inline-table,inline-flex)解决方案: ...

  9. 构建者模式(Builder)示例代码

    package com.test; /** * Created by xiaonanhai on 2015/5/30. */ public class Builder { private String ...

  10. CSS引入外部字体

    @font-face {    font-family: '综艺体';    font-style: normal;    font-weight: normal;    src: url(../cs ...