|
@@ -4,12 +4,13 @@
|
|
|
|
|
|
Use Armbian image : https://mega.nz/file/XeoymJKA#VSJHsyU8SCQPAQvMqVkiqLVPXWFp4egxajoL4Ea0jqI
|
|
|
|
|
|
-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:
|
|
|
|
|
|
-user : root
|
|
|
-password : orangepi
|
|
|
+user : **root**
|
|
|
+
|
|
|
+password : **orangepi**
|
|
|
|
|
|
then :
|
|
|
|
|
@@ -19,7 +20,7 @@ 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):
|
|
|
+#### If you wants I2C or SPI enabled (you can do this later in dietpi):
|
|
|
|
|
|
```
|
|
|
nano /boot/orangepiEnv.txt
|
|
@@ -33,7 +34,7 @@ overlays=i2c0
|
|
|
|
|
|
Save and reboot
|
|
|
|
|
|
-Now build Dietpi:
|
|
|
+#### Now build Dietpi:
|
|
|
|
|
|
```
|
|
|
bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"
|
|
@@ -54,6 +55,7 @@ At this step you can:
|
|
|
|
|
|
after reboot password will be:
|
|
|
|
|
|
-user : root
|
|
|
-password : dieti
|
|
|
+user : **root**
|
|
|
+
|
|
|
+password : **dietpi**
|
|
|
|