Don't load the rootfs for now
This commit is contained in:
parent
75ea21f9fe
commit
93edc72700
@ -3,4 +3,4 @@ build:lagarto-ox-rd:
|
|||||||
tags:
|
tags:
|
||||||
- nix
|
- nix
|
||||||
script:
|
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
|
||||||
|
@ -18,7 +18,8 @@ killall picocom || true
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Then perform the boot
|
# 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
|
# Restart it again only loading the bootrom and OpenSBI (notice OpenSBI
|
||||||
# relocates itself so it will likely be gone by now)
|
# relocates itself so it will likely be gone by now)
|
||||||
|
Loading…
Reference in New Issue
Block a user