--load works

master
forksand 3 years ago
parent 923eae7f87
commit a17eab2b96

@ -510,17 +510,16 @@ cp -p ../pythondata-cpu-vexriscv-smp/pythondata_cpu_vexriscv_smp/verilog/ext/Vex
# #
# #
# Load image on FPGA # Load image on FPGA
# XXX busted:
./make.py --board=trellisboard --load && \ ./make.py --board=trellisboard --load && \
###################### ######################
# Load image on FPGA # # Load image on FPGA #
###################### ######################
# Use this to flash since make.py broken: # Use this to flash since make.py broken:
cd $FPGADIR #cd $FPGADIR
openocd \ #openocd \
-f ./prjtrellis/misc/openocd/trellisboard.cfg \ # -f ./prjtrellis/misc/openocd/trellisboard.cfg \
-c "init; svf litex/linux-on-litex-vexriscv/build/trellisboard/gateware/trellisboard.svf ; exit" # -c "init; svf litex/linux-on-litex-vexriscv/build/trellisboard/gateware/trellisboard.svf ; exit"
cd .. #cd ..
################### ###################
# Connect to FPGA # # Connect to FPGA #
################### ###################

Loading…
Cancel
Save