Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.18 KB

platformio_help.rst

File metadata and controls

29 lines (23 loc) · 1.18 KB

How to build PlatformIO based project

  1. Install PlatformIO
  2. Download source code with examples
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
> cd platformio-examples/lattice_ice40/lattice_ice40-leds

# Process example project (bitstream generation)
> platformio run

# Upload the bitstream into the FPGA
> platformio run --target upload