Hangs in swtich_root in stage1

This commit is contained in:
2024-07-01 10:14:39 +02:00
parent 975a1c0e87
commit 33b227f576
4 changed files with 32 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ rsync -a fpga/env.sh "$dst"
rsync "$OPENSBI/share/opensbi/lp64d/fpga/ox_alveo/firmware/fw_payload.bin" "$dst/opensbi.bin"
rsync "$KERNEL/Image" "$dst/kernel.bin"
rsync "$INITRD/initrd" "$dst/initrd.bin"
#rsync "$ROOTFS/sd-image/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"