1.2.0 • Published 6 years ago

rpi-dualbootify v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

rpi-dualbootify

Combine two Raspberry Pi images into a single one that contains both.

npm install -g rpi-dualbootify

Usage

First download two Pi images you want to combine.

For an example try downloading piCore and raspbian (remember to unzip them to get the raw .img files).

Then to combine the two run:

rpi-dualbootify piCore-9.0.3.img 2017-09-07-raspbian-stretch-lite.img dual-image.img

The combined image will be stored in dual-image.img.

You can now flash this to your SD card and it will boot the first image on the dual image. To boot the other one you can use the autoboot.txt feature on most bootloaders.

For more options run

rpi-dualbootify --help

License

This project is available as open source under the terms of the MIT License.

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago