https://github.com/blakmatrix/rpi-tool
RaspberryPi tool for managing and writing images
https://github.com/blakmatrix/rpi-tool
Last synced: 3 months ago
JSON representation
RaspberryPi tool for managing and writing images
- Host: GitHub
- URL: https://github.com/blakmatrix/rpi-tool
- Owner: blakmatrix
- Created: 2013-09-21T10:38:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T10:39:49.000Z (over 12 years ago)
- Last Synced: 2025-07-03T00:37:43.814Z (6 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
rpi-tool
work in progress, in sudo mode can write to SD card on macs
`write` and `get` are only resources currently working (on mac)
Use at own risk
Usage:
`rpi-tool [] ...`
Lists all images currently available locally
`rpi-tool list`
Runs the installation suite
`rpi-tool install`
Downloads a direct download or torent of a image
`rpi-tool get [link]`
Writes an image to an SD card
`rpi-tool write [image]`
Options:
--version, -v print rpi version and exit [string]
--colors --no-colors will disable output coloring [boolean] [default: true]
--confirm, -c prevents rpi from asking before overwriting/removing things [boolean] [default: false]
--raw rpi will only output line-delimited raw JSON (useful for piping) [boolean]