hyperlink-sw/README.md

591 B

HyperLink_SW

Firmware for the HyperLink project.

Build and run

This project is built using the ESP IDF toolchain. In order to ease the build process, a custom Dockerfile is provided. Any ESP IDF toolchain command can be run by replacing idf.py by ./idf.sh, e.g., ./idf.sh build.

Before the executing the following commands, make sure the docker daemon is running:

  1. Build the project
    $ ./idf.sh build
    
  2. Flash the executable
    $ ./idf.sh flash monitor