Skip to content
 
 

Repository files navigation

Introduction

A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform.

Available Distro

  • ubuntu 20.04 (Focal-X11)
sudo apt-get install binfmt-support qemu-user-static
sudo dpkg -i ubuntu-build-service/packages/*
sudo apt-get install -f

Usage for 32bit ubuntu 20.04

ARCH=armhf ./mk-base-ubuntu.sh
VERSION=debug ARCH=armhf ./mk-rootfs-ubuntu.sh
./mk-image.sh

Usage for 64bit ubuntu 20.04

ARCH=arm64 ./mk-base-ubuntu.sh
VERSION=debug ARCH=arm64 ./mk-rootfs-ubuntu.sh
./mk-image.sh

Cross Compile for ARM Debian

Docker + Multiarch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages