Add bitstream to Nix

This commit is contained in:
2024-07-08 13:32:29 +02:00
parent 4d246ad00e
commit 1f0ac64631
5 changed files with 34 additions and 0 deletions

View File

@@ -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"