NixOS on ARM/PINE64 ROCKPro64: Difference between revisions
imported>Kreyren Moved the note up as i was stuck for 4 days figuring out why is it not booting |
imported>Kreyren Nixified the picocom command |
||
| Line 92: | Line 92: | ||
<syntaxHighlight lang=console> | <syntaxHighlight lang=console> | ||
# Connect to /dev/ttyUSB0 at baud 1500000 | # Connect to /dev/ttyUSB0 at baud 1500000 | ||
$ picocom - | $ nix-shell -p picocom --run "picocom /dev/ttyUSB0 -b 1500000" | ||
</syntaxHighlight> | </syntaxHighlight> | ||