/**************************************************************************************                         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 DSPshttp://www.ti.com/tool/ti-rtos-proc2. Processor SDK for AM335x Sitara™ Processors - Linux and TI-RTOS supporthttp://www.ti.com/tool/PROCESSOR-SDK-AM335X3. Processor SDK RTOS Getting Started Guidehttp://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Getting_Started_Guide4. Processor SDK RTOS Software Developer Guidehttp://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Software_Developer_Guide5. Processor SDK RTOS Building The SDKhttp://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Building_The_SDK6. Processor SDK RTOS create SD card scripthttp://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_create_SD_card_script7. 安装编译器:http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Getting_Started_Guide#Code_Composer_Studio二、编译器CCSv6:1. 编译器是基于eclipse,参考:Category:Code Composer Studio v6http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v62. 系统硬件需求:System Requirementshttp://processors.wiki.ti.com/index.php/System_Requirements3. CCSv6安装:Linux Host Support CCSv6http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv64. 学习资源:Category:CCS Traininghttp://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.gz2. 自己制作,参考:processor_sdk_rtos_am335x_3_01_00_06/bin/create_img.sh3. 烧录SD卡:sudo ./create-sdcard.sh ../prebuilt-sdcards/evmAM335x/sd_card_files

Ubuntu 14.04 AM335x TI-RTOS 编译相关推荐

  1. linux编译boost配置codeblocks,Ubuntu 14.04下CodeBlocks手动编译配置Bost 1.57.0

    环境:Ubuntu 14.04  32bit,boost_1_57_0 前期准备:boost中,用到了别的函数库,所以为了使用boost中相应的功能,需要先安装系统中可能缺失的库 apt-get in ...

  2. Ubuntu 14.04上使用CMake编译MXNet源码操作步骤(Python)

    MXNet源码版本号为1.3.0,其它依赖库的版本号可参考:https://blog.csdn.net/fengbingchun/article/details/84997490 . 为了通过编译源码 ...

  3. Ubuntu 14.04上使用CMake编译MXNet源码操作步骤(C++)

    MXNet源码版本号为1.3.0,其它依赖库的版本号可参考:https://blog.csdn.net/fengbingchun/article/details/84997490 build.sh脚本 ...

  4. 在Ubuntu 14.04 64bit上编译安装xbt tracker

    下文参照如下链接,只是记录了我的所有实际安装过程,仅供各位参考. http://blog.csdn.net/liwf616/article/details/9245901 xbt项目主页 https: ...

  5. 在Ubuntu 14.04 64bit上编译并研究State Threads网络线程库源码

    State Threads是一个广受关注的高性能网络线程库,winlin在SRS中做了比较充分的应用,我很遗憾直到现在才精心研究它.下面是我的研究实录,以作备忘. 一.源码编译 下面是在Ubuntu ...

  6. Ubuntu 14.04 64bit上编译安装MonaServer并测试

    1.安装依赖和要求 MonaServer基于C++ 11编写, 比如会用到std::thread, std::unique_ptr, 要求GCC版本至少为4.8.2 对于Ubuntu 14.04.2来 ...

  7. 在Ubuntu 14.04 64bit上编译安装Crtmpserver trunk svn 811版本!

    这里仅在 在Ubuntu 12.04 64bit上搭建Crtmpserver视频点播服务 基础上补充一下在Ubuntu 14.04上编译安装Crtmpserver的方法,以作备忘.因为Ubuntu 1 ...

  8. Ubuntu 14.04 64bit上编译安装simple-rtmp-server(srs)服务器

    下面的操作完全按照参考文献[1]进行,请采用root用户登陆,我这里只是记录了一下我在Ubuntu 14.04上面编译安装的过程.以作今后参考.该篇文章显示了srs提供的一个demo实例,包括实时流的 ...

  9. LSD-SLAM 编译过程(Ubuntu 14.04 + ROS Indigo

    原文:http://blog.csdn.net/xueyinhualuo/article/details/48490939 环境:Ubuntu 14.04 + ROS Indigo LSD-SLAM ...

最新文章

  1. 低调的,我们改名字了!
  2. 静态路由中的下一跳地址和送出接口的区别和使用
  3. python在excel中的应用-python怎样在excel中应用?
  4. 帝国CMS的phomenewspic/ecmsinfo标签详解
  5. hdu 4409 Family Name List LCA +stl
  6. SPOJ Problem 6219:Edit distance
  7. 关于异常:HttpURLConnectionImpl cannot be cast to javax.net.ssl.HttpsURLConnection的解决办法
  8. 3-7Tensor的算术运算
  9. Spring核心——资源数据管理
  10. 蓝桥杯ADV-172 算法提高 身份证排序
  11. Combating Adversarial Misspellings with Robust Word Recognition
  12. int 和String之间的互转
  13. MySQL数据库设置主从同步
  14. 9-Shell的逻辑操作符知识介绍-实践及企业案例脚本剖析
  15. L2-001 城市间紧急救援 (25 point(s))
  16. Android广播机制(1)
  17. 小程序常用api总结
  18. qt 获取屏幕句柄_VC中获取窗口句柄的各种方法
  19. 编程语言应该如何选择?
  20. Bezier曲线及其de casteljau算法 matlab实现

热门文章

  1. Windows平台下搭建自己的Git服务器
  2. Linux一个命令创建多个目录:seq命令
  3. java dfs算法蓝桥杯题_【蓝桥杯省赛JavaB组真题详解】四平方和(2016)_疼疼蛇的博客-CSDN博客...
  4. relativelayout中按键不能点_CNC | M80/M800系列系统常见按键和外部存储器故障
  5. python加密敏感信息_仅需10行代码,使用python加密用户敏感数据
  6. const修饰是指针和常量
  7. 就编程而言,可移植性意味着什么?
  8. 定时器Timer的实现
  9. 2020年B站UP主价值研究报告
  10. Arrays类的排序(sort、parallelsort)