Skip to content

sipeed/LonganPi-3H-SDK

Repository files navigation

LonganPi-3H-SDK

Scripts and blobs for LonganPi 3H image build.

Tested on Ubuntu 22.04.2 LTS and WSL2 Ubuntu-22.04

  1. 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
  1. Build arm-trusted-firmware
./mkatf.sh
  1. Build uboot
./mkuboot.sh
  1. Build kernel
./mklinux.sh
  1. 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

Releases

No releases published

Packages

No packages published

Languages