|
@@ -6,7 +6,7 @@ Use Armbian image : https://mega.nz/file/XeoymJKA#VSJHsyU8SCQPAQvMqVkiqLVPXWFp4e
|
|
|
|
|
|
It's a debian bullseye minimal linux 5.16.17
|
|
It's a debian bullseye minimal linux 5.16.17
|
|
|
|
|
|
-burn image and connect the MangoPi with ssh
|
|
|
|
|
|
+burn image and connect the MangoPi with ssh:
|
|
|
|
|
|
user : root
|
|
user : root
|
|
|
|
|
|
@@ -15,8 +15,14 @@ password : orangepi
|
|
then :
|
|
then :
|
|
|
|
|
|
```
|
|
```
|
|
-apt-get update && apt-get upgrade
|
|
|
|
|
|
+apt-get update && apt-get upgrade -y
|
|
apt install -y curl ca-certificates systemd-sysv git build-essential
|
|
apt install -y curl ca-certificates systemd-sysv git build-essential
|
|
reboot
|
|
reboot
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+
|
|
|
|
+If you wants I2C or SPI enabled (you can do this later in dietpi):
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+nano /boot/orangeEnv.txt
|
|
|
|
+```
|