Giter VIP home page Giter VIP logo

sea-esp32-console's Introduction

A Console for the Spartan Edge Accelerator

Raison d'être

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:

  • mounting the SD card, loading a bitstream, and programming the on-board Spartan-7 Xilinx FPGA.
  • scanning for nearby WiFi APs and printing their info.

I'll be adding more commands as I need them.

Requirements

  • ESP IDF and its requirements
  • SEA board by Seeedstudio
  • A FAT-formatted SD card with your bitstream files put in the /overlay/ folder. Keep in mind that this means the bitstream files have to stick to 8:3 file naming convention.
  • PuTTY (or other terminal application)
  • NB: Originally compiled on windows

Usage

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]

References

This code is loosely based on (but does not require):

sea-esp32-console's People

Contributors

olivier-le-sage avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.