User:JM01085758/Vivado
The[1]
Notes
Add user to dial out user group: sudo user mod -a -G dialout $USER
/file.txt
text
Navigate to the install directory. cd /Vitis/2024.2/data/xicom/cable_drivers/lin64/install_script/install_drivers/
root #
./install_drivers
run Vitis cd install directory cd /Vitis/2024.2/ && source settings64.sh && ./bin/vitis
xsdb
Xilinx System Debugger
cd .../Vivado/2024.2/
source settings64.sh && ./bin/xsdb
xsdb% connect
xsdb% targets
1 APU 2 ARM Cortex-A9 MPCore #0 (Running) 3 ARM Cortex-A9 MPCore #1 (Running) 4 xc7z020
xsdb% target 2
xsdb% mrd 0x00001000
1000: 00000000
xsdb% mwr 0x00001000 0x12345678
xsdb% mrd 0x00001000
1000: 12345678
xsct
xsct has replaced xmd.
./bin/xsct
connect
target - to list targets available
fpga -f /home/project/design_1_wrapper.bit
to program bitstream.
source .../sources_1/bd/design_1/ip/design_1_processing_system7_0_0/ps7_init.tcl
target 1
ps7_init
dow .../build/hello-world-axi-part-2.elf
run
is now con
Issues
rlwrap: warning: your $TERM is 'alacritty' but rlwrap couldn't find it in the terminfo database. Expect some problems.
See also
References
- ↑ link