NixOS on ARM/ODROID-C2: Difference between revisions

From NixOS Wiki
imported>Grahamc
Netboot instructions didn't work :)
imported>Samueldr
Adds sections as used on other pages.
Line 1: Line 1:
{{ARM/breadcrumb}}
== Status ==
ODROID-C2 support is being worked on by '''@grahamc'''.
<!--
== Board-specific installation notes ==
[...]
-->
== Serial console ==
I used minicom to access the serial:
I used minicom to access the serial:


Line 9: Line 22:
</syntaxhighlight>
</syntaxhighlight>


then run `sudo minicom` to access the serial console.
then run <code>sudo minicom</code> to access the serial console.

Revision as of 18:40, 7 January 2018

Status

ODROID-C2 support is being worked on by @grahamc.

Serial console

I used minicom to access the serial:

$ cat /etc/minirc.odroid-c2 
# Machine-generated file - use "minicom -s" to change parameters.
pu port             /dev/ttyUSB0
pu lock             /var/lock
pu rtscts           No

then run sudo minicom to access the serial console.