Spartan Edge Accelerator dev board console extensions
Espressif provides a barebones console application for ESP32 platforms which exposes some basic memory partitioning commands, wifi connectivity, FreeRTOS task commands, and system functions. To these I’ve added my own commands (for the sake of convenience) which are capable of:
I’ll be adding more commands as I need them.
You may have to configure your IDF to switch from the default 40MHz
oscillator to the SEA’s 26MHz. See IDF docs for instructions.
Open a PuTTY serial session with the SEA board at 115200 baud.
If 115200 baud doesn’t work, either reconfigure the IDF or try switching
to 115200*(26MHz/40MHz) = 74880 baud.
Run “help” for a list of commands and their usage.
The bitstream programming command is:
load_bitstream [filename]
This code is loosely based on (but does not require):