From 6bbe4f84b7f2926cabdd9b0adb642b24381f386a Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Mon, 8 Oct 2018 14:40:24 +0800 Subject: [PATCH] Add a note that only USB top port is supported under U-Boot. --- docs/spi.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/spi.md b/docs/spi.md index 71c85c2..eadfc09 100644 --- a/docs/spi.md +++ b/docs/spi.md @@ -141,6 +141,9 @@ saveenv Now you have the option to move your Root FileSystem to a storage device connected to USB3.0. Under Armbian you can use the **nand-sata-install** utility to easily take care of this procedure. +!!! Important + Only the USB **top port** is supported by U-Boot. So you need to plug the storage device on which you want to move the RootFS in the top port. + 1) Enable the *spi_workaround* if it's not enabled yet (refer to the above [section](#under-armbian)). 2) Run **nand-sata-install** utility @@ -150,10 +153,6 @@ sudo nand-sata-install 3) Select option **6 Boot from SPI - system on SATA, USB or NVMe** -!!! Important - The target device you want to use to host your RootFS should be already partitioned. - **Warning** All data present on the partition you choose will be erased. - 4) When RootFS migration is done, disable spi_workaround. 5) Set DIP switches **SW1** to SPI Boot and reboot the system.