An FPGA in your USB Port
The workshop slides are available at p.xobs.io/camp19, and their source is at github
In order to follow along with the Fomu workshop at CCCamp 2019, you will need the following materials, which should be available on a USB drive:
The workshop files are available on the USB drive, or in the Fomu Workshop repository. You can clone them using git:
$ git clone https://github.com/im-tomu/fomu-workshop.git
Pay special attention to micropython-fomu.dfu, which will be used at the start of the class.
The toolchain files should be provided on the USB drive that’s being passed around. However, you can download the files separately from https://github.com/im-tomu/fomu-toolchain/releases.
Add the Fomu Raspbian repo:
$ sudo mount -oremount,rw /
$ echo 'deb https://repo.fomu.im/debian/ stretch main' | sudo tee /etc/apt/sources.list.d/fomu.list
$ wget -O - https://repo.fomu.im/tomu-signing-key.asc | sudo apt-key add -
Or manually get the packages from the Fomu Repository.