Skip to content
Asbjørn Djupdal edited this page Jan 14, 2020 · 12 revisions

Dependencies

For both versions:

  • SimplicityStudio with the correct SDK and toolchain (for the EFM32GG)

For Lynsyn Original:

  • Vivado

Compilation

  1. Go to the source directory
  2. Edit the variables at the top of the Makefile to suit your system
  3. Run the following command: make

This will produce two binary files in the bin directory. These can be flashed to the board using the lynsyn_tester program. If compiling for Lynsyn Original, there will also be created a lynsyn.mcs file for the FPGA.

Clone this wiki locally