Bootstrap

Buildroot构建树莓派轻量级的Linux根文件系统

编译环境为:CentOS release 6.5,目标环境为:树莓派3

1、下载Buildroot工具:https://buildroot.org/download.html,下载的工具包为:buildroot-2017.02.9.tar.gz

2、加压下载的buildroot工具包,解压命令为:buildroot-2017.02.9.tar.gz

3、配置yum源,安装ncurses等一系列编译所依赖的包

4、进入buildroot工具包解压后的目录buildroot-2017.02.9,执行命令make raspberrypi3_defconfig,使配置生效

5、执行命令make ARCH=arm -j16,开始编译生成所需要烧写的镜像文件

6、编译完成后,进入到/buildroot-2017.02.9/output/images目录下,将镜像文件sdcard.img拷取到本地电脑下

-rw-r--r--. 1 root root  16K 1月  31 04:02 bcm2710-rpi-3-b.dtb
-rw-r--r--. 1 root root  32M 2月   2 03:06 boot.vfat
-rw-r--r--. 1 root root  62M 2月   2 03:06 rootfs.ext2
lrwxrwxrwx. 1 root root   11 2月   2 03:06 rootfs.ext4 -> rootfs.ext2
drwxr-xr-x. 3 root root 4.0

;