News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

TE0802: How do I disable PS AXI audio ports?

Started by dsummers, September 10, 2020, 05:46:28 PM

Previous topic - Next topic

dsummers

When I use the board file for the TE0802 board, the default Zynq MPSOC configuration includes ports for digital audio (S_AXIS_AUDIO, dp_s_axis_audio_clk).  How do I disable these ports in the Zynq PS setup?   I have not been able to find an option to disable them.

JH

Hi,
you mean when you use our board files or?
You can deactivate it in the PS IP, go to "PS-PLConfiguration"  and search for "Live Audio"
--> over vivado tcl console:
set_property -dict [list CONFIG.PSU__USE__AUDIO {0}] [get_bd_cells -hierarchical -filter {VLNV=~"*zynq_ultra_ps_e*"}]

br
John

dsummers

Thank you.  For some reason searching for "audio" did not find it, but "live audio" worked.  Thanks!