用buildroot 选择x11相关 在选择qt x11版本 export PATH=~/buildroot/output/host/usr/bin:$PATH 进入~/buildroot/output/build/qt-4.8.7/examples/desktop/screenshot qmake...
分类:
其他好文 时间:
2015-10-14 17:45:38
阅读次数:
155
用 buildroot 编译带 udev 功能的文件系统,有时候会自动加载 /lib/modules/kernel/xxx 目录下的驱动而有时候我们不需要某些驱动自动加载,等系统跑起来之后再看情况加载。可以修改 /etc/modprobe.d/blacklist.conf 来实现这个功能,如vi /...
分类:
其他好文 时间:
2015-09-25 12:57:28
阅读次数:
152
(韦东山——嵌入式Linux 应用开发完全手册)
自己编译工具链:
如果要基于gcc 和glibc 来制作工具链,可以使用crosstool 来进行编译;
如果要基于gcc 和uClibc 来制作工具链,可以使用buildroot 来进行编译。
uClibc 比 glibc 小,在已有的接口上是兼容的,更适用于嵌入式操作系统。但是uClibc 并没有包括glibc 中的所有接口实现,因此有...
分类:
其他好文 时间:
2015-09-01 10:51:48
阅读次数:
431
OpenWrt Buildroot is a set of Makefiles and patches that allows users to easily generate both a cross-compilation toolchain and a root filesystem for ...
分类:
其他好文 时间:
2015-08-07 23:49:15
阅读次数:
276
今天用 Buildroot 编译文件系统烧写到开发板启动提示下面的错误can'topen/dev/ttyS0:Nosuchfileordirectorycan'topen/dev/ttyS0:Nosuchfileordirectorycan'topen/dev/ttyS0:Nosuchfileord...
分类:
其他好文 时间:
2015-07-23 19:48:26
阅读次数:
221
buildroot是一套自动化构建工具,比yocto简单。项目地址:http://www.buildroot.org/培训资料地址:http://free-electrons.com/附带linux源码在线阅读地址:http://lxr.free-electrons.com/配置编译完buildro...
分类:
其他好文 时间:
2015-07-23 19:05:38
阅读次数:
226
http://wiki.openwrt.org/doc/starthttp://downloads.openwrt.org/docs/buildroot-documentation.htmlhttp://wiki.openwrt.org/doc/uci/firewallhttp://wiki.ope...
分类:
其他好文 时间:
2015-07-19 16:17:29
阅读次数:
158
最简单的方案尝试
1 将安卓的 c/c++ 应用及其依赖so编译出来, cp到 buildroot 生成的target 目录下的 /bin 和/lib 下
2 将安卓的 linker 这个运行解释器cp 到target 目录下的 /bin
http://www.linuxidc.com/Linux/2014-03/97499.htm
http://blog.c...
分类:
移动开发 时间:
2015-07-15 11:06:37
阅读次数:
227
[教程]使用buildroot完全自定义自己的embedded linux系统(nand)http://www.eeboard.com/bbs/thread-38377-1-1.html[教程] [教程]使用buildroot完全自定义自己的embedded linux系统(nand)ubuntu,...
分类:
系统相关 时间:
2015-07-02 11:47:40
阅读次数:
326
Linux内核移植与启动Targetborad:FL2440Bootloader:U-boot-2010.09交叉编译器:buildroot-2012.081.linux内核基础知识首先,磨刀不误砍柴工。在动手进行linux内核移植之前,我们有必要对linux内核进行一定的了解。1.1Linux内核...
分类:
系统相关 时间:
2015-06-15 20:12:53
阅读次数:
455