2.4 KiB
⚡️ this setup is tested on an ODroid HC1 ⚡️
there is no LCD, but the hardware specs are convincing:
Setting up the DietPi OS
Download this image:
https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z
and burn it to the SD with https://www.balena.io/etcher/
Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9
On the desktop Linux terminal
ssh root@[IP-OF-DIETPI]
password: dietpi
Ok > Cancel the recovery point
Ok > Cancel > Cancel
automatic apt update & apt upgrade on first logon and reboots
Opt out of survey > Ok > Ok
ssh root@[IP-OF-DIETPI]
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
run (can be copied from the terminal output):
ssh-keygen -f "/home/[your-linux-username]/.ssh/known_hosts" -R "dietpi.IP"
ssh root@[IP-OF-DIETPI]
yes >
password: dietpi
At this point if the DietPi was not updated from 6.14 it does not manage to save settings going forward.
Exit with CTRL + C and run
dietpi-update
update continue after the reboot.
Ok > Cancel > Cancel
Searchfail2ban
> Space to select > Enter
Searchopenssh
> Space to select OpenSSH Client > Enter
Install > Ok
Opt out of survey > Ok
Reboots again
ssh root@[IP-OF-DIETPI]
Should end up here on version v6.20.6 or higher:
run the SDcard build script in this format:
wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh [BRANCH] [GITHUB-USERNAME]
if you intend to use @openoms`s forked version:
wget https://raw.githubusercontent.com/openoms/HardwareNode/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms
See my example output: sdcard_build_output
ssh admin@[IP-OF-DROIDBLITZ]
password: raspiblitz
The setup continues as described in the RaspiBlitz setup README.md