Skip to content

Commit

Permalink
installation/guides/arm-devices/platforms: document USB boot for RPi4
Browse files Browse the repository at this point in the history
confirmed to work with rpi-kernel-6.1.*
  • Loading branch information
classabbyamp committed Oct 14, 2023
1 parent 246c3f7 commit 499b5d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/installation/guides/arm-devices/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ documentation](https://www.raspberrypi.org/documentation/configuration/cmdline-t
> these images is that the armv7l image provides a 32-bit system while the
> aarch64 image provides a 64-bit system.
### USB mass storage boot on Raspberry Pi 4

To boot an RPi 4 from a USB mass storage device, the [install process is the
same](./index.md), but after installation, the USB drive needs to be mounted on
the host and the `root=` argument in `/boot/cmdline.txt` needs to be changed to,
for example, `root=/dev/sda2`.

### Enabling hardware RNG device

By default, the
Expand Down

0 comments on commit 499b5d7

Please sign in to comment.