Browse Source

Mise à jour de 'README.md'

wareck 1 year ago
parent
commit
8bf6d67cfd
1 changed files with 14 additions and 14 deletions
  1. 14 14
      README.md

+ 14 - 14
README.md

@@ -20,20 +20,6 @@ apt install -y curl ca-certificates systemd-sysv git build-essential
 reboot
 ```
 
-#### If you wants I2C or SPI enabled (you can do this later in dietpi):
-
-```
-nano /boot/orangepiEnv.txt
-```
-
-and add these lines :
-```
-param_spidev_spi_bus=1
-overlays=i2c0
-```
-
-Save and reboot
-
 #### Now build Dietpi:
 
 ```
@@ -70,3 +56,17 @@ user : **root**
 
 password : **dietpi**
 
+
+#### If you wants I2C or SPI enabled (you can do this later in dietpi):
+
+```
+nano /boot/orangepiEnv.txt
+```
+
+and add these lines :
+```
+param_spidev_spi_bus=1
+overlays=i2c0
+```
+
+Save and reboot