Browse Source

More verbose for cloning

master
Luke Murphy 4 years ago
parent
commit
e4d80fe4e3
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 30
      docs/index.md

30
docs/index.md

@ -421,17 +421,29 @@ $ systemctl start cps
## Cloning
We provide a pre-made SD-card for Bibliotecha which you can copy onto your own
SD-card and get moving fast. We currently offer a 32 GB image, meaning, if you
want to use it, you **must also have a 32 GB SD-card**. If you would like
other options, please get in touch.
SD-card and get moving fast. This can be useful if you don't want to dive into
all the system adminstration work.
The process is as follows:
!!! warning
We currently offer a 32 GB image, meaning, if you want to use it, you
**must also have a 32 GB SD-card**. If you would like other options, please
get in touch.
Download
[bibliotecha.img](https://manual.bibliotecha.info/files/bibliotecha.img). It is
32 GBs in size, so it could take some time!
Plug in your own SD-card into your laptop. Run the `lsblk` command and take
note of the path available for the card (e.g. `/dev/mmcblk0`).
Start copying the image onto your SD-card with the `dd` command.
```bash
$ sudo dd bs=4M if=bibliotecha.img of=/dev/mmcblk0 status=progress conv=fsync`
```
- Download [bibliotecha.img](https://manual.bibliotecha.info/files/bibliotecha.img) (32 GBs, will take some time!)
- Plug in your own SD-card into your laptop
- Run `lsblk` and take note of the path available for the card (e.g. `/dev/mmcblk0`)
- Run `sudo dd bs=4M if=bibliotecha.img of=/dev/mmcblk0 status=progress conv=fsync`
- Plug your SD-card out and into your Raspberry Pi and turn the Pi on
Then plug your SD-card out of your laptop and plug it into your Raspberry Pi and turn the Pi on.
You should now be able to log into the Pi using SSH or via a screen using the following credentials:

Loading…
Cancel
Save