Build Ubuntu Rfs
Update time:2017-12-29 Views:4012
Prepare
download rootfs source code
git clone https://github.com/FireflyTeam/rk-rootfs-build.git
After downloading, GNU / Linux distributed rootfs.img can be compiled through a series of shell scripts.
Compile the Root File System
Build a basic Debian system through the ubuntu-build-service:
sudo apt-get install binfmt-support qemu-user-static sudo dpkg -i ubuntu-build-service/packages/* sudo apt-get install -f VERSION=stretch TARGET=desktop ARCH=armhf ./mk-base-debian.sh
Compile Debian rootfs
VERSION=stretch ARCH=armhf ./mk-rootfs.sh
Create ext4 image( linaro-rootfs.img )
./mk-image.sh
Burning Partition Images
After the compiled script is executed, linaro-rootfs.img will be generated in the out/ directory.
Please see 《Flash Image》 to write the unified firmware or partition images.