Skip to content

Horizon client image builder using Ubuntu classic, targeting SBCs

License

Notifications You must be signed in to change notification settings

linggao/ubuntu-classic-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-classic-image

Introduction

This project creates a filesystem image for a Raspberry Pi3 or Pi2 (note that only the Pi2 image only uses official, Ubuntu PPAs). You can download an already-built system image for various SBCs at http://bluehorizon.network.

Related Projects:

Operations

Create SD card image

Preconditions

  • Execution on an armhf device (often we build on Odroid XU4 or Odroid C2 SBCs)
  • You must have the following Linux modules loaded:
    • dm_multipath
  • You must have the following tools available (among common GNU tools):
    • kpartx
    • parted
    • zip
    • unzip
    • wget

Steps

  • Execute make pi2-sd-image to make an official, Pi2-only image or make pi3-sd-image to make a Pi3 image. The resulting image will be written to /mnt/extra. If you'd like to change the output location, execute (export IMAGE_OUTPUT_DIR=/tmp/; make -e pi3-sd-image).

About

Horizon client image builder using Ubuntu classic, targeting SBCs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 96.2%
  • Makefile 3.8%