From 077194c58f554546885e519fdb3813f4f14b4c23 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Thu, 3 Aug 2023 17:27:31 +0200 Subject: [PATCH] docs/build: add "file" setting to the [storage] section Since a backing file/device is required for the emulated storage to work, let's make sure setup instructions for the NanoPI NEO have "file" set to "/dev/sda" to make sure people end-up with something that works out of the box. Fixes: #296 Signed-off-by: Cedric Hombourger --- docs/build.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index 675eb035..46764aa7 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -450,6 +450,7 @@ Hit ``i`` to enter the input mode and type the following configuration:: [storage] variant=usbf + file=/dev/sda Hit ``ESC`` to leave the input mode and type ``:x`` to exit. You should be back to the shell and may restart the agent:: @@ -493,6 +494,7 @@ The following configuration file may be used for the DE0-Nano-SoC:: [storage] variant=samsung serial=sdwire1 + device=/dev/sda where ``sdwire1`` is the serial number programmed into the SDWire EEPROM. Use ``sd-mux-ctrl -l`` to list SDWire devices connected to your NanoPI NEO and