Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Xilinx Hello World appears only one time on startup, so use HW-Reset Button on Module or Vivado Hardware Manager "Boot from Configuration Memory Device" Command to reboot PS. Alternatively modify helloworld.c to run print "Hello World" in endless loop.

Convert Application ELF to SREC

  1. Create Application (for example Hello World)
  2. Open "Application" properties → C/C++ Build → Settings and go into Build Steps Tap.
  3. Add to Post-build steps: mb-objcopy -O srec <applicationname>.elf <applicationname>.srec

  4. Press Apply or regenerate project

...