Hi there,
I purchased the NanoPi NEO and I would like to use it with the awesome DietPi-Distro.
Due to the non-existing hdmi- or vga-output, the NEO is only reachable by SSH. To achieve a SSH-Connection with a Staic IP-Address do I have to edit the /DietPI/dietpi.txt? And to I have to enable anything else?
What about the first boot-stuff (USB-Drive-Question and so on)? Will they also appear via SSH?
Thx for a short reply! And big thx for the awesome work with DietPi!!!
Greets
k-plan
15 September 2016 11:09
2
Hey mike,
Yes.
But you can as well use default DHCP and scan your local network after booting up for new host or have a look in your DHCP server host list.
No, but itโs possible to use DietPi-Automation.
Yes, if you donโt use DietPi-Automation.
# - Copy your script to /boot/Automation_Custom_PreScript.sh and it will be executed automatically.
# - Executed script log: /var/tmp/dietpi/logs/dietpi-automation_custom_prescript.log
# Custom Script (post-networking and post-DietPi install)
# - Allows you to automatically execute a custom script at the end of DietPi install.
# - Option 0 = Copy your script to /boot/Automation_Custom_Script.sh and it will be executed automatically.
# - Option 1 = Host your script online, then use e.g. AUTO_SETUP_CUSTOM_SCRIPT_EXEC=https://myweb.com/myscript.sh and it will be downloaded and executed automatically.
# - Executed script log: /var/tmp/dietpi/logs/dietpi-automation_custom_script.log
AUTO_SETUP_CUSTOM_SCRIPT_EXEC=0
# Restore a DietPi-Backup on first boot: 0 => disable | 1 => interactive restore (show list of found backups) | 2 => non-interactive restore (restore first found backup)
# - Simply attach the drive/disk/stick which contains the backup. All attached drives will be mounted temporarily and searched automatically.
AUTO_SETUP_BACKUP_RESTORE=0
##### Software options #####
# SSH server choice: 0=none/custom | -1=Dropbear | -2=OpenSSH
AUTO_SETUP_SSH_SERVER_INDEX=-1
# SSH server pubkey
# - Public key(s) for "root" and "dietpi" users, which will be added to ~/.ssh/authorized_keys
# - Use the same setting multiple times for adding multiple keys.
Booting up take a while. Indicate via led is a little crappy at the moment: NanoPi Neo - Can't start - #3 by Fourdee
Thx k-plan for your reply. It works.
Awesome!