Author Topic: TE0720 running Vitis program issue  (Read 320 times)

bigguiness

  • Jr. Member
  • **
  • Posts: 75
TE0720 running Vitis program issue
« on: January 09, 2023, 06:43:15 PM »
Hello,

At some point I must have programmed the QSPI with U-Boot. Now every time I try to run a test app from Vitis I see U-Boot start. Sometimes my test app will run after it but usually it does not.

What do I need to do to fix this?

Thanks

Waldi3141

  • Active Member
  • *
  • Posts: 40
Re: TE0720 running Vitis program issue
« Reply #1 on: January 10, 2023, 09:46:22 AM »
Hi,
did you try to remove the Hooks "Reset entire System" and "Program FPGA" when running your application?
Like shown in the attached image or similarly here under Point 15. -> https://wiki.trenz-electronic.de/pages/viewpage.action?pageId=157219241

Also you can delete the content of your QSPI Flash per script typing "TE::pr_program_flash -erase" in the TCL console when using our reference design environment.
Or simply right-click in the hardware manager on the memory device "Program config memory device" and choose a random programming file and tick only the Erase box.

good luck!