mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
fbe985c5d3b4e01478d07b134e1b88a284070f6d
Currently the base image is downloaded everytime even if the same file is already downloaded and exist in the output directory. So this patch will check the SHA value of the file before downloading when the same file is required to build an OS image. Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I4581b4ddb990ef975d1c3a0008ed6b596ea627a1
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%