aboutsummaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-02-28 12:49:15 +0000
committeralexpdp7 <alex@corcoles.net>2025-02-28 13:50:36 +0100
commitc52dfb4ca38ec4a3f0dfc0f7bb42ecc457d0093d (patch)
tree9ff7c94bd3ff545d67c1b34f8f958e9315dd5ddd /hardware
parenta9250e5c391d2840cb579d9e026bb00c7b5b1395 (diff)
Add missing step for USB, close #355
Diffstat (limited to 'hardware')
-rw-r--r--hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md b/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md
index 4d7b106c..df80b015 100644
--- a/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md
+++ b/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md
@@ -24,6 +24,7 @@ However, without any additional setup, the procedures I describe only work when
However, I was confused: you must mount the thin acrylic shield below the USB dongle extension board, then the thick shield over the board, then the Raspberry Pi.)
1. Use the Raspberry Pi Imager to create a MicroSD card for your Raspberry Pi Zero, configuring remote access via SSH and your wireless network.
+1. Add `dtoverlay=dwc2` to `/boot/firmware/config.txt` to enable USB trickery, as per [the adapter instructions](https://wiki.52pi.com/index.php/EP-0097#For_the_latest_Raspberry_Pi_OS).
1. Connect the Raspberry Pi with the adapter into an always-on USB port of the device you want to use.
1. Stall the device boot process until you set everything up on the Raspberry.
1. Connect via ssh over wireless to the Raspberry Pi.