fix incorrect terminology
This commit is contained in:
parent
1ee382564e
commit
fc71fe0ab3
|
@ -239,7 +239,7 @@
|
||||||
|
|
||||||
# Program the FPGA
|
# Program the FPGA
|
||||||
set +x
|
set +x
|
||||||
echo "Flashing bitstream..."
|
echo "Loading bitstream into SRAM..."
|
||||||
echo 0 > /sys/class/fpga_manager/fpga0/flags
|
echo 0 > /sys/class/fpga_manager/fpga0/flags
|
||||||
mkdir -p /lib/firmware
|
mkdir -p /lib/firmware
|
||||||
cp ${fast-servo-gateware}/gateware.bin /lib/firmware/
|
cp ${fast-servo-gateware}/gateware.bin /lib/firmware/
|
||||||
|
|
Loading…
Reference in New Issue