Commit b10e1935 authored by Pascal Bos's avatar Pascal Bos

Updated README

parent 6ca0c58c
Pipeline #2330 failed with stage
in 2 minutes and 19 seconds
......@@ -60,3 +60,8 @@ After checking that we can start:
4. In the newly created output dir there now is a BOOT.bin. This file can now be flashed in QSPI memory (mt25ql256-qspi-x8-dual_parallel) with this script. The script assumes a local JTAG connection is made with the spec7.
vivado -mode tcl -source ./Flash_QSPI_JTAG.tcl
To use a remote hardware server with ipv4 addres <SERVER_IP> use:
program_flash -f ./output/BOOT.bin -fsbl ./output/zynq_fsbl.elf -flash_type qspi-x8-dual_parallel -blank_check -url tcp:<SERVER_IP>:3121
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment