From a889321535c7bfe8c814033774f60eb81ed670b8 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 3 Dec 2022 16:14:28 +0100 Subject: [PATCH] targets/digilent_arty_z7: adding note to load gateware and bios --- litex_boards/targets/digilent_arty_z7.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/litex_boards/targets/digilent_arty_z7.py b/litex_boards/targets/digilent_arty_z7.py index 47b0ce5..dd9d387 100755 --- a/litex_boards/targets/digilent_arty_z7.py +++ b/litex_boards/targets/digilent_arty_z7.py @@ -6,6 +6,26 @@ # Copyright (c) 2021 Gwenhael Goavec-Merou # SPDX-License-Identifier: BSD-2-Clause +# Load bit/bios ------------------------------------------------------------------------------------ +# +# 1/ tcl script: +# connect +# targets -set -filter {name =~ "ARM*#0"} +# rst +# stop +# +# source build/digilent_arty_z7/gateware/digilent_arty_z7.srcs/sources_1/ip/Zynq/ps7_init.tcl +# ps7_init +# ps7_post_config +# +# dow build/digilent_arty_z7/software/bios/bios.elf +# fpga build/digilent_arty_z7/gateware/digilent_arty_z7.bit +# con +# +# 2/ loading +# xsct -nodisp ps7_boot.tcl +# where ps7_boot.tcl is your script name + from migen import * from litex.gen import LiteXModule