https://github.com/bytespider/pi_factory
Tools for playing with the Raspberry Pi
https://github.com/bytespider/pi_factory
Last synced: about 1 year ago
JSON representation
Tools for playing with the Raspberry Pi
- Host: GitHub
- URL: https://github.com/bytespider/pi_factory
- Owner: bytespider
- License: mit
- Created: 2012-05-30T14:27:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-30T21:11:17.000Z (about 14 years ago)
- Last Synced: 2025-02-11T15:59:34.616Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Pi Factory
A set of tools for playing with the Raspberry Pi
Released under the MIT. Please see LICENCE in the project root folder for more
information.
# SDFlash
## Usage
./sdflash.sh
### Prerequisites
You'll need one or more `.img` images unzipped and placed in the `pi_factory` directory.
You'll also need to take note of the volume name once the SD card has mounted.
During the process you'll be asked a series of questions, the first of which is about the drive you wish to flash. Make sure you
insert the SD card before running `./sdflash.sh`
Be sure to heed the warnings.
## To do
- Auto detect sd card insertion. This should make the script friendlier for beginers
- Download distributions
## Authors
* Rob Griffiths (rob AT bytespider DOT eu) [@bytespider](https://twitter.com/bytespider)