Skip to content

TinyTapeout/tinytapeout-flasher

Repository files navigation

tinytapeout-flasher

License Gitpod ready-to-code

Tiny Tapeout Flasher let you connect to a Tiny Tapeout Demo Board and flash a binary file to the SPI Flash memory in the QSPI Pmod. The Pmod has to be connected to the BIDIR (uio) Pmod port on the Tiny Tapeout board.

Cloud Development

You can hack on the project by opening it on Gitpod. This opens a full development environment in your browser, including a code editor, terminal, and a preview pane where you can see your changes in action.

Local Development

Prerequisites

  • Node.js (v18 or later) and npm (usually comes with Node.js)

Instructions

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm start to start the development server
  4. Open http://localhost:5173 in your browser

Enjoy!

License

Tiny Tapeout Flasher is licensed under the Apache License, Version 2.0. See LICENSE for more details.