mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
72e543e251dfcf97a561f0eed6e527f14b5e1ab6
This patch is to fix the error on the machine at the first boot for the error while build the OS image. > (process:21627): GLib-ERROR **: 20:50:46.361: getauxval () failed: No such file or directory > qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped > Trace/breakpoint trap [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923289 Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I087d76961d0dabbeb6be2e15e39a344e71f7e393
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 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
Installing from a git source tree
$ sudo apt install git wget dialog pv lynx
$ git clone https://github.com/tobetter/odroid-stamper.git
$ cd odroid-stamper
$ export ODROID_STAMPER_CHECKOUT=$PWD
$ sudo ./odroid-stamper
Languages
Shell
100%