Don't load the rootfs for now

This commit is contained in:
2024-09-05 17:24:43 +02:00
parent 75ea21f9fe
commit 93edc72700
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ killall picocom || true
set -x
# Then perform the boot
./fpgactl -w bitstream.bit -b opensbi.bin -k kernel.bin -i initrd.bin -r rootfs.img
#./fpgactl -w bitstream.bit -b opensbi.bin -k kernel.bin -i initrd.bin -r rootfs.img
./fpgactl -w bitstream.bit -b opensbi.bin -k kernel.bin -i initrd.bin
# Restart it again only loading the bootrom and OpenSBI (notice OpenSBI
# relocates itself so it will likely be gone by now)