Add indication of required armbian version for SPI instruction.

This commit is contained in:
Gauthier Provost 2018-10-09 20:26:32 +08:00
parent 6016542772
commit 4af44f1413

View File

@ -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`