Add scripts to load FPGA system

This commit is contained in:
2024-03-04 18:32:25 +01:00
parent ef29bb0681
commit 730e342bfe
6 changed files with 97 additions and 4 deletions

9
fpga/boot.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/bash
set -x
set -e
source ./env.sh
./fpgactl -b opensbi.bin -k kernel.bin -i initrd.bin
picocom -b 115200 /dev/ttyUSB2