831 B
831 B
HyperLink_SW
Firmware for the HyperLink board.
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,
after having built the docker image.
As the docker container has to be able to access the serial device for flashing,
some configuration may have to take place.
Make sure the USB_GUID and USB_DEV in idf.py have the correct values.
-
Build the docker image
$ sudo docker build . --tag hyperlink -
Compile the project
$ ./idf.sh build -
Flash the executable
$ ./idf.sh flash