forked from rarias/nixos-riscv
Add bootrom support
This commit is contained in:
@@ -22,6 +22,7 @@ else
|
||||
echo "Skipping rootfs"
|
||||
fi
|
||||
rsync "$BITSTREAM" "$dst/bitstream.bit"
|
||||
rsync "$BOOTROM" "$dst/bootrom.bin"
|
||||
rsync "$UBOOT_ENV" "$dst/uboot.env"
|
||||
|
||||
echo "Now go to $dst and run ./boot.sh"
|
||||
|
||||
Reference in New Issue
Block a user