Don't load the rootfs for now

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

View File

@ -3,4 +3,4 @@ build:lagarto-ox-rd:
tags:
- nix
script:
- nix develop -L .#lagarto-ox --command fpga/run-remotely.sh fpgalogin1:ci
- nix develop -L .#lagarto-ox-rd --command fpga/run-remotely.sh fpgalogin1:ci

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)