circuitpython/ports/litex
Scott Shawcroft ad2d190507
Merge pull request #7247 from tannewt/picow_web_workflow
Enable* web workflow for Pico W
2022-11-28 14:19:42 -08:00
..
boards/fomu Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
common-hal cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
hw
supervisor litex: Enable -Werror=missing-prototypes 2021-11-12 19:13:51 -06:00
Makefile Merge pull request #7247 from tannewt/picow_web_workflow 2022-11-28 14:19:42 -08:00
README.rst
background.c litex: Enable -Werror=missing-prototypes 2021-11-12 19:13:51 -06:00
background.h
crt0-vexriscv.S
irq.h
mpconfigport.h
mpconfigport.mk Change I2C terminology from "peripheral" to "target" 2022-08-09 13:13:19 -04:00
mphalport.c Start of USB host API 2022-03-07 18:07:25 -08:00
mphalport.h Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
qstrdefsport.h

README.rst

LiteX (FPGA)
============

`LiteX <https://github.com/enjoy-digital/litex>`_ is a Python-based System on a Chip (SoC) designer
for open source supported Field Programmable Gate Array (FPGA) chips. This means that the CPU
core(s) and peripherals are not defined by the physical chip. Instead, they are loaded as separate
"gateware". Once this gateware is loaded, CircuitPython can be loaded on top of it to work as
expected.

Installation
-------------

You'll need ``dfu-util`` to install CircuitPython on the Fomu.

Make sure the foboot bootloader is updated. Instructions are here: https://github.com/im-tomu/fomu-workshop/blob/master/docs/bootloader.rst

Once you've updated the bootloader, you should know how to use ``dfu-util``. It's pretty easy!

To install CircuitPython do:

.. code-block:: shell

  dfu-util -D adafruit-circuitpython-fomu-en_US-<version>.dfu

It will install and then restart. CIRCUITPY should appear as it usually does and work the same.