summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynqmp/README
blob: 96f6564e474903e85b24d1a4e02ec5501e63af28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Tested on an Ultra96 board with JTAG boot.

Make sure to configure the boot mode switches for JTAG mode.

Using the xsct tool, load and run the application with

connect

targets -set -filter {name =~ "PSU"}
rst -system
source psu_init.tcl
psu_init

targets -set -filter {name =~ "Cortex-A53 #0"}
rst -processor
dow ticker.exe

# Set generic timer frequency
rwr sys 14 cntfrq_el0 100000000

# Switch to AArch32 Supervisor mode
rwr cpsr 0x2001d3

# Boot arguments
rwr r0 0
rwr r1 0
rwr r2 0
rwr r3 0

con