Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209591
  • 博文数量: 93
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 978
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-10 15:46
个人简介

青春无悔

文章分类

全部博文(93)

文章存档

2015年(16)

2014年(77)

我的朋友

发布时间:2014-11-10 17:13:38

1.Uboot编译命令在Uboot工程根目录下建可执行属性文件domake如下:$ cat domakemake CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm distcleanrm -rf ./aPM_MPUmake CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm O=aPM_MPU aPM_MPU2.Kernel编译命令在Kernel工程根目录下建可.........【阅读全文】

阅读(542) | 评论(0) | 转发(0)

发布时间:2014-11-10 17:13:13

1.清理内核命令$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mrproper(注意:此命令会删除.config文件)或者$cd <sdk install dir>$make linux_clean<sdk install dir>:此时为/home/qiuweibo/workspace/002.am335x/000.install/ti-sdk-am335x-evm-06.00.00.00.........【阅读全文】

阅读(4562) | 评论(0) | 转发(0)

发布时间:2014-11-10 17:12:51

1.调用脚本sudo <SDK INSTALL DIR>/bin/create-sdcard.sh2.选择SD卡Availible Drives to write images to:#  major   minor    size   name1:   8       16    7761920 sdbEnter Device .........【阅读全文】

阅读(1729) | 评论(0) | 转发(0)

发布时间:2014-11-10 17:12:25

Updated Linux-Devkit StructureStarting with Sitara Linux SDK 6.0 the location of various important binaries and files have changed within the SDK's linux-devkit directory.The below table shows the location you were previously use to and their new location starting with SDK 6..........【阅读全文】

阅读(2205) | 评论(0) | 转发(0)

发布时间:2014-11-10 17:11:37

1.开通root权限sudo passwd root2.配置开机自动backlightsudo gedit /etc/rc.local 添加如下一句echo 0 > /sys/class/backlight/acpi_video0/brightness ......【阅读全文】

阅读(541) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册