Build OpenSBI with the generic platform

This commit is contained in:
2024-07-12 12:13:06 +02:00
parent 8c2b28cf21
commit dc8a8c2ce9
3 changed files with 152 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ fi
rsync -a fpga/fpgactl "$dst"
#rsync -a fpga/boot.sh "$dst"
rsync -a fpga/env.sh "$dst"
rsync $OPENSBI/share/opensbi/*/fpga/*/firmware/fw_payload.bin "$dst/opensbi.bin"
rsync $(find "$OPENSBI" -name fw_payload.bin) "$dst/opensbi.bin"
rsync "$KERNEL/Image" "$dst/kernel.bin"
rsync "$INITRD/initrd" "$dst/initrd.bin"
if [ -n "$ROOTFS" ]; then