Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipeed/LonganPi-3H-SDK
LonganPi 3H SDK
https://github.com/sipeed/LonganPi-3H-SDK
Last synced: 15 days ago
JSON representation
LonganPi 3H SDK
- Host: GitHub
- URL: https://github.com/sipeed/LonganPi-3H-SDK
- Owner: sipeed
- License: gpl-3.0
- Created: 2023-12-08T08:24:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T13:46:20.000Z (4 months ago)
- Last Synced: 2024-08-01T16:36:09.141Z (3 months ago)
- Language: Shell
- Size: 3.21 MB
- Stars: 26
- Watchers: 14
- Forks: 13
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LonganPi-3H-SDK
# Prebuild Download
latest build: https://github.com/sipeed/LonganPi-3H-SDK/actions
Scripts and blobs for LonganPi 3H image build.
> Tested on Ubuntu 22.04.2 LTS and WSL2 Ubuntu-22.040. Install some dependencies
```shell
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 python3-dev genimage debhelper fuse2fs rsync kmod cpio debian-keyring fuse
```1. Build arm-trusted-firmware
```shell
./mkatf.sh
```2. Build uboot
```shell
./mkuboot.sh
```3. Build kernel
```shell
./mklinux.sh
```4. add extra files for longanpi3h
```shell
./mkoverlay.sh
```5. Build debian rootfs
```shell
./mkrootfs.sh
```6. Build sdcard image
```shell
./mkimage.sh
```