mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
aa8f25b1cfd9f2ab4add2919e15d1458c43d40d6
Support ODROID-M1/M1S/M2 models using the same custom scripts. The basic structure is almost the same as before, however, minor changes are as follows: - Remove rga udev rule because same rule is already loaded on the startup - Rename S15-add-repository to S25-add-repository to resolve dependency with key-signing at S20-install-packages - Install packages and edit files differently based on the models. Signed-off-by: phillip.choi <phillip.choi@hardkernel.com> Change-Id: I15d658534bf2666cc12f1cd75431825210d09e05
ODROID-STAMPER
ODROID-STAMPER is a tool to build a minimal Ubuntu image to run on Hardkernel's ODROID SBCs.
Supported boards:
- ODROID-N2
- ODROID-XU4
- ODROID-C2
- ODROID-C4
- ODROID-GO2
Supported Ubuntu Distro version
- Ubuntu Bionic Beaver (18.04)
- Ubuntu Disco Dingo (19.04)
- Ubuntu Focal Fossa (20.04)
Installing from a git source tree
$ sudo apt install git wget dialog pv lynx qemu-user-static dialog rsync squashfs-tools uuid-runtime
$ git clone https://github.com/tobetter/odroid-stamper.git
$ cd odroid-stamper
$ export ODROID_STAMPER_CHECKOUT=$PWD
$ sudo ./odroid-stamper
Installing a package on Ubuntu.
$ sudo add-apt-repository ppa:tobetter/ppa
$ sudo apt-get update
$ sudo apt install odroid-stamper
$ mkdir work
$ cd work
$ sudo odroid-stamper
Languages
Shell
100%