Add rootfs for lagarto hun

This commit is contained in:
2024-03-07 12:05:10 +01:00
parent eeecd40882
commit 94eb71dd80
2 changed files with 2 additions and 0 deletions

View File

@@ -11,5 +11,6 @@ rsync -a fpga/env.sh "$dst"
rsync "$OPENSBI/share/opensbi/lp64/fpga/openpiton/firmware/fw_payload.bin" "$dst/opensbi.bin"
rsync "$KERNEL/Image" "$dst/kernel.bin"
rsync "$INITRD/initrd" "$dst/initrd.bin"
rsync "$ROOTFS/rootfs.img" "$dst/rootfs.img"
echo "Now go to $dst and run ./boot.sh"