What should the configuration dual QSPI be for the TE0803?
Is it x8-dual-parallel? x4-dual-stacked?
Hi,
dual parallel...
see reference design /board_files/TE0803_board_files.csv or the PS IP in your vivado project, in case you has used our board part files for initialisation. or schematics or TRM (https://wiki.trenz-electronic.de/display/PD/TE0803+TRM#TE0803TRM-Flash)
br
John
Thanks, all my worries vanished quickly this time.
I found (just for future readers) that the TE0808 board needs to be power-cycled (previous Vivado hardware manager disconnection to prevent a nasty hang...) before changing the boot mode in the DIP switch
Hi,
reset button has double usage (PS Soft Reset or PS POR Reset, depending how long you hold reset button.)
Boot mode isn't read again when you us soft rest (press short time the button), see:
https://wiki.trenz-electronic.de/display/PD/TEBF0808+Getting+Started#TEBF0808GettingStarted-DIP-SwitchesandPushButtons
And yes, also open JTAG connection can prevent reboot and also your design can on block JTAG access. There are a lot off things which can be interact, see also Xilinx UG1085 :
https://www.xilinx.com/support/documentation/user_guides/ug1085-zynq-ultrascale-trm.pdf
br
John
Good to know. A bit shorter procedure.