Open InsaneSplash opened 2 years ago
Thanks, I've been thinking about this a bit to better handle generic Armbian / aarch64. The legacy devices still need detection though - they get used in some other locations and determine which filesystem overlay gets used.
I installed ubuntu on my macbook mini. I want to install mynode on ubuntu and run [sudo bash ./ mynode_ setup.sh ] Prompt [UNKNOWN DEVICE TYPE ,Exit] what should I do?
@xiezhaoye I know there are issues running directly on Ubuntu. In your case, I would install Virtualbox and run it as a virtual machine.
Hi,
I built this to allow me to install mynode on a NanoPi4S. I thought it might help kick things off to support more types of devices. This is an extract of the setup_device.sh script to determine the type of hardware being used. I had to make a number of changes throughout the installation and templates (standard etc), but the below worked well. I removed some 32bit support, and I don't have a RasberryPi to test the below, but I think it should work based on some friends devices.
Example BitCoin installation
I hope we could adapt the setup script to allow for other devices to be natively supported.