Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariolukas/fabscanpi-build-raspbian
Build Script for FabScanPi Raspbian Images
https://github.com/mariolukas/fabscanpi-build-raspbian
3d-laser-scanning build-script image raspberrypi sd-card
Last synced: about 1 month ago
JSON representation
Build Script for FabScanPi Raspbian Images
- Host: GitHub
- URL: https://github.com/mariolukas/fabscanpi-build-raspbian
- Owner: mariolukas
- Created: 2015-12-21T15:31:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T20:16:02.000Z (8 months ago)
- Last Synced: 2024-12-28T11:42:04.204Z (about 1 month ago)
- Topics: 3d-laser-scanning, build-script, image, raspberrypi, sd-card
- Language: Shell
- Homepage: www.fabscan.org
- Size: 685 KB
- Stars: 28
- Watchers: 11
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FabScanPi-gen
_Tool used to create the fabscan.org Raspbian images. Based on raspberrypi.org Raspbian images_
This build script uses the official Raspbian build script (https://github.com/RPi-Distro/pi-gen).It adds a fabscan stage to the default Raspbian image build.
## Build the Image
Be sure that you have installed Docker on yout System. You will also need a git client installed.
Just start the script by calling:sudo ./build-fabscan.sh
## Clean up
For cleaning up the workspace just callsudo ./clean.sh
## Build folder.
The build will be placed in the folder ```deploy```