From d3da261158bc1ccabaebce5731777dc1d2257b50 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 29 Apr 2018 23:16:14 +0100 Subject: [PATCH] docs: Add a note on how to enable USB storage on a RPi3b Signed-off-by: Rolf Neugebauer --- docs/platform-rpi3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/platform-rpi3.md b/docs/platform-rpi3.md index ab5dcf12f..ac23b4770 100644 --- a/docs/platform-rpi3.md +++ b/docs/platform-rpi3.md @@ -46,6 +46,14 @@ partition as `ext4` (or similar), and use it for persistent storage. **TODO:** Experiment with and document this set up. +To enable and external USB stick as disk, add the following to the +onboot section in your YAML: + +``` + - name: usb-storage + image: linuxkit/modprobe: + command: ["modprobe", "usb_storage"] +``` ## Networking