LonganPi-3H-SDK
LonganPi-3H-SDK copied to clipboard
LonganPi 3H SDK
LonganPi-3H-SDK
Scripts and blobs for LonganPi 3H image build.
Tested on Ubuntu 22.04.2 LTS and WSL2 Ubuntu-22.04
- Install some dependencies
sudo apt update
sudo apt install qemu-user-static gcc-aarch64-linux-gnu mmdebstrap git binfmt-support make build-essential bison flex make gcc libncurses-dev debian-archive-keyring swig libssl-dev bc python3-setuptools
- Build arm-trusted-firmware
./mkatf.sh
- Build uboot
./mkuboot.sh
- Build kernel
./mklinux.sh
- Build rootfs
# for Debian desktop
sudo ./mkrootfs-debian-gui.sh
# for Debian without gui
# sudo ./mkrootfs-debian-cli.sh
# for Ubuntu without gui
# sudo ./mkrootfs-ubuntu-cli.sh