NixOS on ARM/ASUS Tinker Board: Difference between revisions
imported>Tomberek Created page with "{{ARM/breadcrumb}} <div class="infobox"> {|class="table" !colspan="2" class="title"|NixOS on TinkerBoard |- !Manufacturer |ASUS |- !Architecture |ARMv7 |- !Bootloader |Upstrea..." |
m Samueldr moved page NixOS on ARM/Tinker Board to NixOS on ARM/ASUS Tinker Board |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 20: | Line 20: | ||
== Status == | == Status == | ||
'''@dezgeg''''s porting efforts to ARMv7 works on the TinkerBoard, with some modification for u-boot and DTB paths. Support for this board is a work in progress. Please contact me for comments/thoughts/feedback/etc. | {{outdated|Section refers to old user-provided images. Should be reviewed with cross-compilation, or native compilation through userspace emulation.}} | ||
'''@dezgeg''''s porting efforts to ARMv7 works on the TinkerBoard, with some modification for u-boot and DTB paths. Support for this board is a work in progress. Please contact me ([[User:tomberek|@tomberek]]) for comments/thoughts/feedback/etc. | |||
== Board-specific installation notes == | == Board-specific installation notes == | ||
| Line 35: | Line 37: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
It turns out that getting into U-Boot using the TinkerOS image, halting the boot process, replacing SD cards with the NixOS image fails, but the error message suggests the extlinux merely has a different name for the DTB than NixOS has packaged. Simply copy from the nixos dtb file `/boot/nixos/<hash>-dtbs/rk3288-tinker.dtb` to `rockchip-tinker_rk3288.dtb` | It turns out that getting into U-Boot using the TinkerOS image, halting the boot process, replacing SD cards with the NixOS image fails, but the error message suggests the extlinux merely has a different name for the DTB than NixOS has packaged. Simply copy from the nixos dtb file `/boot/nixos/<hash>-dtbs/rk3288-tinker.dtb` to `rockchip-tinker_rk3288.dtb`. | ||
Then, install using the [[NixOS_on_ARM#NixOS_installation_.26_configuration|installation and configuration steps]]. | Then, install using the [[NixOS_on_ARM#NixOS_installation_.26_configuration|installation and configuration steps]]. | ||
| Line 59: | Line 61: | ||
== Resources == | == Resources == | ||
* [ | * [[NixOS_on_ARM]] | ||
* [https://www.asus.com/us/Single-Board-Computer/Tinker-Board/ | * [https://www.asus.com/us/Single-Board-Computer/Tinker-Board/ Official ASUS website] | ||