赞
踩
下载地址为https://buildroot.org/
make menuconfig
结果如下图所示
1、配置Target options
配置完成如下图所示:
2、配置 Toolchain
1>、 Toolchain type选择External toolchain
2>、Toolchain:设置为 Custom toolchain,表示使用用户自己的交叉编译器。
3>、Toolchain origin:设置为 Pre-installed toolchain,表示使用预装的交叉编译器。
4>、Toolchain path:设置自己安装的交叉编译器绝对路径!我的交叉编译器的绝对路径为:/usr/local/arm/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf 。
5>、Toolchain prefix:设置交叉编译器前缀,要根据自己实际所使用的交叉编译器来设置, 比如我们使用的是 arm-linux-gnueabihf-gcc,因此前缀就是$(ARCH)-linux-gnueabihf,其中 ARCH
我们前面已经设置为了 arm。
External toolchain gcc version (4.9.x)
External toolchain kernel headers series (4.1.x)
External toolchain C library (glibc/eglibc)
[*] Toolchain has SSP support? (NEW) //选中
[*] Toolchain has RPC support? (NEW) //选中
[*] Toolchain has C++ support? //选中
[*] Enable MMU support (NEW) //选中
配置完成如下图所示:
3、 配置 System configuration
在 System configuration 选项中可以配置平台名字,登录密码等信息。
(fire_imx6ull) System hostname //平台名字,自行设置
(Welcome to i.mx6ull) System banner //欢迎语
Init system (BusyBox) //使用 busybox
/dev management = Dynamic using devtmpfs + mdev //使用 mdev
[*] Enable root login with password (NEW) //使能登录密码,可以不设置
-> Root password = 123456 //登录密码为 123456
配置完成如下图:
4、配置 Filesystem images
找到ext2/3/4 root filesystem 项 ,如果是 EMMC 或 SD 卡的话就用 ext3/ext4配置成ext4
找到ubi image containing an ubifs root filesystem选中它,如果使用 NAND 的话就不选,用 ubifs
如下图所示:
5、 禁止编译 Linux 内核和 uboot
buildroot 不仅仅能构建根文件系统,也可以编译 linux 内核和 uboot。当配置 buildroot,使能 linux 内核和 uboot 以后 buildroot 就会自动下载最新的 linux 内核和 uboot 源码并编译。但是我们一般都不会使用 buildroot 下载的 linux 内核和 uboot,因为 buildroot 下载的 linux 和 uboot官方源码,里面会缺少很多驱动文件,而且最新的linux 内核和 uboot 会对编译器版本号有要求,可能导致编译失败。因此我们需要配置 buildroot,关闭 linux 内核和 uboot 的编译,只使用buildroot 来构建根文件系统, 首先是禁止 Linux 内核的编译, 配置如下:
找到Kernel,取消选中
找到 Bootloaders,取消选中U-Boot
6、配置ntp网络时间
1、时区 ┌───────────────────────── System configuration ──────────────────────────┐ │ Arrow keys navigate the menu. <Enter> selects submenus ---> (or empty │ │ submenus ----). Highlighted letters are hotkeys. Pressing <Y> │ │ selectes a feature, while <N> will exclude a feature. Press │ │ <Esc><Esc> to exit, <?> for Help, </> for Search. Legend: [*] feature │ │ ┌────^(-)─────────────────────────────────────────────────────────────┐ │ │ │ [*] Purge unwanted locales │ │ │ │ (C en_US) Locales to keep │ │ │ │ () Generate locale data │ │ │ │ [*] Install timezone info │ │ │ │ (default) timezone list │ │ │ │ (Etc/UTC) default local time │ │ │ │ () Path to the users tables │ │ │ │ () Root filesystem overlay directories │ │ │ │ () Custom scripts to run before creating filesystem images │ │ │ │ () Custom scripts to run inside the fakeroot environment │ │ │ └────┴(+)─────────────────────────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────────────────────────────┤ │ <Select> < Exit > < Help > < Save > < Load > │ └─────────────────────────────────────────────────────────────────────────┘ 2. ntpdate命令: ┌──────────────────────── Networking applications ────────────────────────┐ │ Arrow keys navigate the menu. <Enter> selects submenus ---> (or empty │ │ submenus ----). Highlighted letters are hotkeys. Pressing <Y> │ │ selectes a feature, while <N> will exclude a feature. Press │ │ <Esc><Esc> to exit, <?> for Help, </> for Search. Legend: [*] feature │ │ ┌────^(-)─────────────────────────────────────────────────────────────┐ │ │ │ [ ] noip │ │ │ │ [*] ntp │ │ │ │ [ ] sntp │ │ │ │ [ ] ntp-keygen │ │ │ │ [ ] SHM clock support │ │ │ │ [ ] ntpd │ │ │ │ [*] ntpdate │ │ │ │ [ ] ntpdc │ │ │ │ [ ] ntpq │ │ │ │ [ ] ntpsnmpd │ │ │ └────┴(+)─────────────────────────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────────────────────────────┤ │ <Select> < Exit > < Help > < Save > < Load > │ └─────────────────────────────────────────────────────────────────────────┘
可在Target packages目录下配置第三方库,比如qt、alsa-lib、 alsa-utils 等等,在该目录下使能
1、使能alsa-lib
Target packages
-> Libraries
-> Audio/Sound
-> -*- alsa-lib —> 此配置项下的文件全部选中
如下图所示:
2、使能 alsa-utils
3、使能QT
使能部分功能如下:
保存后再中断输入
sudo make
等待编译完成后即可。时间较长。
五、测试根文件系统
编译完成以后就会在 buildroot-2019.02.6/output/images 下生成根文件系统,
如图 所示:
在nfs目录创建buildrootfs_qt文件夹,将rootfs.tar文件拷贝到该目录解压
tar -vxf rootfs.tar //解压缩 rootfs.tar
解压完成后删除rootfs.tar
rm rootfs.tar //删除 rootfs.tar
最终如下所示:
通过网络挂载根文件系统,启动开发板,进入uboot,设置环境变量,启动开发板。
=>setenv bootargs 'console=tty1 console=ttymxc0,115200 root=/dev/nfs rw nfsroot=192.168.1.114:/home/han/linux/nfs/buildrootfs_qt ip=192.168.1.103:192.168.1.114:192.168.1.1:255.255.255.0::eth0:off'
=>saveenv
=>boot
其中console=tty1表示终端在LCD中显示,其他的含义在这篇文章有讲解。
启动完成如下所示:
输入root即可进入
1、在终端显示当前路径
输入
vi /etc/profile
文件添加
```bash
PS1='[ \u@\h]: \w$:'
export PS1
结果如下:
保存重启结果如下,可显示当前路径
2、修改busybox使其支持中文显示
后续添加
3、配置QT配置环境变量
在/etc/profile文件添加
export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0
export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event1:inverty
结果如下,保存重启
下一篇配置ubuntu的qtcreator开发的QT配置开发环境
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。