Back to home page

LXR

 
 

    


Warning, /bsps/arm/xilinx-zynqmp/README.md is written in an unsupported language. File is not indexed.

0001 xilinx-zynqmp
0002 =============
0003 
0004 Tested on an Ultra96 board with JTAG boot.
0005 
0006 Make sure to configure the boot mode switches for JTAG mode.
0007 
0008 Using the xsct tool, load and run the application with
0009 
0010 connect
0011 
0012 targets -set -filter {name =~ "PSU"}
0013 rst -system
0014 source psu_init.tcl
0015 psu_init
0016 
0017 targets -set -filter {name =~ "Cortex-A53 #0"}
0018 rst -processor
0019 dow ticker.exe
0020 
0021 # Set generic timer frequency
0022 rwr sys 14 cntfrq_el0 100000000
0023 
0024 # Switch to AArch32 Supervisor mode
0025 rwr cpsr 0x2001d3
0026 
0027 # Boot arguments
0028 rwr r0 0
0029 rwr r1 0
0030 rwr r2 0
0031 rwr r3 0
0032 
0033 con