Changes between Initial Version and Version 1 of ArduzynqDebugLog


Ignore:
Timestamp:
Mar 10, 2017, 3:30:09 PM (8 years ago)
Author:
Eric Hazen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArduzynqDebugLog

    v1 v1  
     1'''2017-03-10'''
     2
     3Have UART1 and Blinking LED working!  For some reason UART0 (USB shared with JTAG)
     4has only worked once and refuses to do so again.
     5
     6Some key discoveries:
     7
     8* To change stdout UART channel...
     9 * double-click "system.mss" in BSP.
     10 * click "Modify this BSP's settings"
     11 * on Overview->standalone, find stdin and stdout settings, set both to "ps7_uart_1" for UART on J5
     12* To automatically reset and download FPGA when running via USB/JTAG:
     13 * Right-click application, "Properties"
     14 * Pick "Run/Debug Settings"
     15 * Select "System Debugger..." and Edit
     16 * Check all boxes "Reset...", "Program...", "ps7_init", "ps7_post_config"