From 4af44f14132a3e2bb10226eb7d0330219e42fccb Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Tue, 9 Oct 2018 20:26:32 +0800 Subject: [PATCH] Add indication of required armbian version for SPI instruction. --- docs/spi.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/spi.md b/docs/spi.md index eadfc09..19b4af6 100644 --- a/docs/spi.md +++ b/docs/spi.md @@ -18,7 +18,13 @@ Refer to [U-Boot](/uboot) page to build the image. ### Under Armbian -1) Edit /boot/armbianEnv.txt and enable spi_workaround +**Prerequisites:** The following is only supported since Armbian release **5.64**. Upgrade your system if necessary with the following command + +``` +sudo apt-get update && sudo apt-get upgrade +``` + +1) Edit /boot/armbianEnv.txt and enable spi_workaround. If the line doesn't exist, then just append it to the file. `spi_workaround=on`