13 lines
200 B
Bash
Executable File
13 lines
200 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
source ./env.sh
|
|
|
|
#bitstream="-w system-acme_ea-4h2v.bit"
|
|
|
|
./fpgactl $bitstream -b opensbi.bin -k kernel.bin -i initrd.bin -r rootfs.img
|
|
|
|
picocom -b 115200 /dev/ttyUSB2
|