Generate U-Boot commands

This commit is contained in:
2024-03-07 16:49:48 +01:00
parent 66e3c36f77
commit bf767d623b
3 changed files with 28 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ 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"
rsync "$ROOTFS/sd-image/rootfs.img" "$dst/rootfs.img"
rsync "$UBOOT_ENV" "$dst/uboot.env"
echo "Now go to $dst and run ./boot.sh"