Versions Compared

Key

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

...

Now we are ready to write some Arduino Code! A LED Blinky would do for now.


How about Programming the Arduino code into the Flash memory so that it starts when FPGA loads? First we have to tell Vivado what Software file we want to use, so we associate the proper ELF File.

Now we tell Vivado what Flash Memory is used on our board: 

Image Modified

And ready we are to write the Flash memory.


Image Added