debian9 for arm64

下载地址 https://github.com/rockchip-linux/rk-rootfs-build

制作方法

Building a base debian system by ubuntu-build-service from linaro.

sudo apt-get install binfmt-support qemu-user-static
sudo dpkg -i ubuntu-build-service/packages/*
sudo apt-get install -f
RELEASE=stretch TARGET=desktop ARCH=arm64 ./mk-base-debian.sh

Building the rk-debian rootfs:

RELEASE=stretch ARCH=arm64 ./mk-rootfs.sh

Building the rk-debain rootfs with debug:

VERSION=debug ARCH=arm64 ./mk-rootfs-stretch.sh  && ./mk-image.sh

Creating the ext4 image(linaro-rootfs.img):

./mk-image.sh

你可能感兴趣的:(debain)