From 8846d95281666453eced3d7bace248b0402f8a0e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 18 Sep 2024 15:14:54 +0200 Subject: [PATCH] Load rootfs with fpgactl --- fpga/run-node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpga/run-node.sh b/fpga/run-node.sh index 30f1d2e..670f5a9 100755 --- a/fpga/run-node.sh +++ b/fpga/run-node.sh @@ -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)