forked from rarias/nixos-riscv
Add bitstream to Nix
This commit is contained in:
@@ -21,6 +21,7 @@ if [ -n "$ROOTFS" ]; then
|
||||
else
|
||||
echo "Skipping rootfs"
|
||||
fi
|
||||
rsync "$BITSTREAM" "$dst/bitstream.bit"
|
||||
rsync "$UBOOT_ENV" "$dst/uboot.env"
|
||||
|
||||
echo "Now go to $dst and run ./boot.sh"
|
||||
|
||||
Reference in New Issue
Block a user