Load rootfs with fpgactl

This commit is contained in:
Rodrigo Arias 2024-09-18 15:14:54 +02:00
parent b28e317e56
commit 8846d95281

View File

@ -18,8 +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
./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)