From Fedora Project Wiki
< Architectures | RISC-V
Configuring Banani Pi / Jupiter as a Koji Builder
- Download https://openkoji.iscas.ac.cn/pub/dist-repos/dl/Milk-V/Jupiter/images/latest/k1-fedora-minimal.img.gz
- dd it to an SD Card
- Recommended: Resize
/boot
- Recommended: Move
/
to an NVME disk - Boot
- Replace /etc/yum.repos.d/.... with
dnf -y update
- Optional: Install spacemit kernel repo. Rust projects at a minimum need a 6.6.x kernel with fixes
- repo file - edit set selinux permissive - touch /.autorelabel -dnf -y install ... ... ... ...
-dnf -y remove ... ... ... ...
- reboot, let relabel complete - set selinux enforing
- Install Koji Packages
dnf -y install ... ... ...
(Nothing past 1.33 works right or me with the current server) - Configure koji
* ... * ...