Skip to content

Commit 3726321

Browse files
authored
Update README.md
1 parent bf5508c commit 3726321

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

X0_SoftwareSetup/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,12 @@ enable VNC and i2c).
156156
- Install VNC Viewer. The credentials for the Pi will be to use the same `address`, `username`,
157157
and `password` as you used for SSH
158158
- You may find that you need to reset the Pi after configuration for VNC to fully work
159+
160+
# Alternate Install (`rpi-clone`)
161+
162+
- Get `https://github.com/billw2/rpi-clone` (e.g. `cd $(mktemp -d) && git clone https://github.com/billw2/rpi-clone`)
163+
- Install it with `cp rpi-clone rpi-clone-setup /usr/local/sbin`
164+
- Put the SD card into the SD card reader
165+
- See if it's mounted with `sudo lsblk`
166+
- Unmount it with `sudo umount /media/pbl/*`
167+
- Clone with `sudo rpi-clone -s HOSTNAME -v -f sda`

0 commit comments

Comments
 (0)