Skip to content

Yadoms/yadoms-build_raspberrypi_image

 
 

Repository files navigation

Build a Yadoms SD card image for RaspberryPi

This page explains how to build a Yadoms SD card image for the RaspberryPi micro-computer.

All these scripts are linux compatible, tested under Ubuntu 17.04.

Image will be created with user yadoms (password yadoms2017) Root password is yadoms2017

Dependencies

You first need to install these packages :

sudo apt-get install build-essential wget git lzop u-boot-tools binfmt-support qemu qemu-user-static multistrap parted dosfstools

Create the image

Use the create-yadoms-pi-image script to build a Raspberry PI image containing a Yadoms version. You just have to specify Yadoms version, it will be downloaded from Github :

sudo ./create-yadoms-pi-image 2.0.0-rc.5

Two outputs are expected (in the repository root) :

  • Yadoms-{YadomsVersion}-RaspberryPI.img : The generated image
  • Yadoms-{YadomsVersion}-RaspberryPI.img.zip : The generated image zipped

Check image content

You can mount the generated image to show its content :

cd yadomsScripts
./mountPiImage {generatedImage}.img

Credits

Thanks for TheSin- for the powerful tool rpi-img-builder

About

Scripts to create Yadoms SD card image for RaspberryPi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.0%
  • Makefile 16.5%
  • Perl 2.5%