Dongjin Kim 13f01b7824 Add custom first boot script
The first boot script is the one executed when the memory card is
freshly flashed and run on the board, this script is to initiate OS
environment. This custom script will genenate new secure keys in
/etc/ssh and back up to vendor partition using 'overlayroot' script.

Change-Id: Ibe84da3e33ffc893c319a9253793037c93a250fa
2021-05-08 07:12:23 +09:00
2021-05-08 07:12:23 +09:00
2021-05-02 10:42:43 +00:00
2019-12-26 21:47:39 +09:00
2021-05-02 10:42:43 +00:00
2020-04-01 11:36:32 +09:00

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

Description
No description provided
Readme GPL-3.0 1.4 MiB
Languages
Shell 100%