NixOS on ARM/ODROID-C2: Difference between revisions
imported>Samueldr m Adds "working" progress report. |
imported>Samueldr m Adds reference to irc log. |
||
Line 2: | Line 2: | ||
== Status == | == Status == | ||
ODROID-C2 support is being worked on by '''@grahamc'''. Mainline kernel from NixOS has been reported as working. A non-specified build from mainline u-boot also has been reported to work. | ODROID-C2 support is being worked on by '''@grahamc'''. Mainline kernel from NixOS has been reported as working<ref>https://logs.nix.samueldr.com/nixos-aarch64/2018-01-25#863144;</ref>. A non-specified build from mainline u-boot also has been reported to work. | ||
<!-- | <!-- | ||
Line 23: | Line 23: | ||
then run <code>sudo minicom</code> to access the serial console. | then run <code>sudo minicom</code> to access the serial console. | ||
<hr /> | |||
== Resources == |
Revision as of 18:43, 25 January 2018
Status
ODROID-C2 support is being worked on by @grahamc. Mainline kernel from NixOS has been reported as working[1]. A non-specified build from mainline u-boot also has been reported to work.
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.