targets/digilent_arty_z7: adding note to load gateware and bios

This commit is contained in:
Gwenhael Goavec-Merou 2022-12-03 16:14:28 +01:00
parent e71e3ab3ec
commit a889321535
1 changed files with 20 additions and 0 deletions

View File

@ -6,6 +6,26 @@
# Copyright (c) 2021 Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
# 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