Working with the ODroid HC1 and this image: https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z Getting started with DietPi: https://dietpi.com/phpbb/viewtopic.php?f=8&t=9#p9 Login to DietPi username = root password = dietpi DietPi also comes pre-installed with Dropbear SSH Server. `ssh root@[IP-OF-YOUR-DIETPI]` password: `dietpi` Ok > Cancel > Cancel automatic apt update & apt upgrade on first logon and reboots Opt out of survey > Ok > Ok `ssh root@[IP-OF-YOUR-DIETPI]` @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ run (copy from the terminal output): `ssh-keygen -f "/home/buidl/.ssh/known_hosts" -R "dietpi.IP"` `ssh root@[IP-OF-YOUR-DIETPI]` Ok > Choose Install > "Do you wish to continue with DietPi as a pure minimal image?" > Ok Reboots again `ssh root@[IP-OF-YOUR-DIETPI]` Now only the bash prompt opens `userdel dietpi && rm -r dietpi` `useradd -m pi` `exit` `ssh pi@[IP-OF-YOUR-DIETPI]` password: `dietpi` now at: `dietpi@DietPi:~$` use: wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh [BRANCH] [GITHUB-USERNAME] `wget https://raw.githubusercontent.com/openoms/HardwareNode/OdroidHC1Debug/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh OdroidHC1Debug openoms` ```usermod: user dietpi is currently used by process 1340 chpasswd: (user pi) pam_chauthtok() failed, error: Authentication token manipulation error chpasswd: (line 1, user pi) password not changed ``` user remains dietpi need to run as root: `sudo usermod -l pi dietpi` see my output: [sdcard_build_output](sdcard_build_output.html) The only fault appears to be with `fail2ban` `ssh admin@[IP-OF-YOUR-DROIDBLITZ]` password: raspiblitz The raspiblitz GUI and setup worked I until I needed to get the blockchain data. On the attempt to copy the blockchain from the HDD of a Raspiblitz the ODroid did not mount the 2nd HDD properly. It appeared as `sdb` and as `sda` after reboot: ![](after_reboot_with_2nd_HDD.png) Copied the blockchain manually on my main computer to the root /bitcoin folder Reinserted the HDD to the ODroid and booted up ssh admin@[IP-OF-YOUR-DROIDBLITZ] `./60finishHDD.sh` got this output here: [initial_setup_output](initial_setup_output.html) and the same when tried again with a rebuilt sdcard. Stuck here now: ``` Failed to connect to bus: No such file or directory 1548191939 LND not ready yet ... waiting another 60 seconds. If this takes too long (more then 10min total) --> CTRL+c and report Problem ```