Difference between revisions of "NixOS on ARM/ODROID-C2"

From NixOS Wiki
Jump to: navigation, search
(Add link to product page)
m (rollback unauthorized mass edits)
Tag: Rollback
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{ARM/breadcrumb}}
+
This page has been moved to the official NixOS Wiki:
== Status ==
 
  
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.
+
    ⇒ '''[https://wiki.nixos.org/wiki/NixOS_on_ARM/ODROID-C2 NixOS on ARM/ODROID-C2]'''
<!--
 
  
== Board-specific installation notes ==
+
''— samueldr, Lead of NixOS on ARM.''
 
 
[...]
 
 
 
-->
 
== Serial console ==
 
 
 
I used minicom to access the serial:
 
 
 
<syntaxhighlight>
 
$ 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
 
</syntaxhighlight>
 
 
 
then run <code>sudo minicom</code> to access the serial console.
 
 
 
<hr />
 
 
 
== Resources ==
 
 
 
Product page with spec sheet: [https://www.hardkernel.com/main/products/prdt_info.php?g_code=G145457216438]
 

Latest revision as of 10:56, 6 April 2024

This page has been moved to the official NixOS Wiki:

    ⇒ NixOS on ARM/ODROID-C2

— samueldr, Lead of NixOS on ARM.