NixOS on ARM/ODROID-C2: Difference between revisions

imported>Grahamc
mNo edit summary
imported>Grahamc
Netboot instructions didn't work :)
Line 10: Line 10:


then run `sudo minicom` to access the serial console.
then run `sudo minicom` to access the serial console.
To provision the system and set it up for netboot:
1. reboot
2. press enter right after boot, where it says:
<syntaxhighlight>
Hit [Enter] key twice to stop autoboot:  0
</syntaxhighlight>
3. run:
<syntaxhighlight>
setenv gatewayip 10.5.3.1
setenv ipaddr 10.5.3.11
setenv serverip 10.5.3.1
setenv bootcmd "tftpboot"
savenv
</syntaxhighlight>
then rebooted