|
Finally I got my OrangePi Zero H5 working with Dietpi installed on eMMC
Download the appropriate Dietpi image:
http://dietpi.com/downloads/imag ... iZero2PlusH5-arm64-(Jessie).7z
Unpack with 7zip
http://www.7-zip.org/
Run Etcher (or Win32DiskImager) to flash the *.img file to SD card
https://etcher.io/
https://sourceforge.net/projects/win32diskimager/
Make sure you are connected through the serial console (3 pins TX, RX, GND. Putty is your friend.)
Boot the OrangPi with the SD card inserted, it may take a while until all is finished
Configure network and perform an update
As soon as Dietpi runs stable, perform the next actions in the console :
apt-get install -y p7zip
wget 'http://dietpi.com/downloads/images/DietPi_OrangePiZero2PlusH5-arm64-(Jessie).7z' -O image.7z
p7zip -d image.7z
dd if="$(ls | grep -m1 'DietPi_v'*'.img')" of=/dev/mmcblk2
Power off, unplug SD card, power on.
After a while the OrangePi indicates that it is running in safe modus.
"give root password for maintenance or Control - D"
log in with root account: name: root, passwd: dietpi
change /etc/fstab
sudo nano /etc/fstab
under "Internal Drives" change the two instances of:
/dev/mmcblk1P1 to /dev/mmcblk2P1
save fstab and reboot, Dietpi will run the startup script.
Finish the configuration of Dietpi.
Have fun.
|
|