NixOS on ARM/Radxa ROCK 5 ITX: Difference between revisions
Rock 5 ITX: initial page |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 43: | Line 43: | ||
=== Hardware status === | === Hardware status === | ||
* Video output is not supported by mainline kernel 6.12 or older when the device tree is loaded. USB to TTL serial cable is recommended for debugging purposes. | * Video output is not supported by mainline kernel 6.12 or older when the device tree is loaded. | ||
* USB to TTL serial cable is recommended for debugging purposes. Do not use <code>minicom</code> recommended by Radxa and instead use <code>screen /dev/ttyUSB0 1500000</code> for reliable UART connection. | |||
== Bootloader Firmware == | == Bootloader Firmware == | ||
| Line 150: | Line 151: | ||
boot.kernelParams = [ "dtb=/${config.hardware.deviceTree.name}" ]; | boot.kernelParams = [ "dtb=/${config.hardware.deviceTree.name}" ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:NixOS on ARM]] | |||