From Fedora Project Wiki
< Architectures | RISC-V
Orange Pi RV2
Configure u-boot
- To boot from SD Card use
setenv bootcmd 'mmc rescan; ext4load mmc 0:2 ${fdt_addr_r} dtb/spacemit/${product_name}.dtb; fatload mmc 0:1 ${kernel_addr_r} EFI/fedora/shimriscv64.efi; bootefi ${kernel_addr_r} ${fdt_addr_r}'
saveenv
Write Fedora to storage
- Download the latest
Fedora-Server-Host-SpacemiT-*image from https://dl.fedoraproject.org/pub/alt/risc-v/release/42/Server/riscv64/images/ - unxz the image
- Adapting the command to write to the correct file to the correct device run
sudo dd if=Fedora-Server-Host-SpacemiT... of=/dev/sdX status=progress bs=16M
Install the storage in your Orange Pi RV2 and boot
