Skip to content

Instantly share code, notes, and snippets.

@mohamed
Last active June 18, 2022 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohamed/e7dbca75bd6ef7f8d1494176add1c181 to your computer and use it in GitHub Desktop.
Save mohamed/e7dbca75bd6ef7f8d1494176add1c181 to your computer and use it in GitHub Desktop.
Using DECA board with LiteX

Using the DECA board with LiteX

  1. Follow LiteX installation steps outlined here

  2. Install Intel Quartus Prime (Lite Edition) from here

  3. Build and run the example shipped with LiteX:

    $ cd litex-boards/litex_boards/targets
    $ ./terasic_deca.py  --uart-name=jtag_uart --with-ethernet --with-video-terminal --build --load
    $ litex_term --jtag-config ../prog/openocd_max10_blaster2.cfg jtag
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment