Jump to content

NixOS on RISCV/VisionFive 2: Difference between revisions

Add usage example for UART access
m (Added missing `k` to devname)
(Add usage example for UART access)
(One intermediate revision by the same user not shown)
Line 97: Line 97:
dd if=result/sd-image/nixos-sd-image-23.11pre-git-riscv64-linux-starfive-visionfive2.img of=/dev/mmcblk0 status=progress
dd if=result/sd-image/nixos-sd-image-23.11pre-git-riscv64-linux-starfive-visionfive2.img of=/dev/mmcblk0 status=progress
</syntaxhighlight>
</syntaxhighlight>
== Usage ==
First enable booting from SD-card by enabling jumper 1 and 2
[[File:Visionfive 2 jumper config sdcard boot.jpg|thumb|Move jumpers to the right away from the numbers to enable SD-card booting|none]]For UART access, wire GND (black), RX (blue) and TX (purple) to your adapter
[[File:Visionfive2 uart wiring.jpg|none|thumb]]
29

edits