-
The page https://workshop.fomu.im/en/latest/python.html has a link at the bottom to https://workshop.fomu.im/en/latest/reference/FPGA-TN-1288-ICE40LEDDriverUsageGuide.pdf which is dead.
-
I noticed, while trying to follow https://mithro-fomu-workshop.readthedocs.io/en/master/verilog.html using the `yosys` from https://anaconda.org/TimVideos/yosys/files, which as best I can tell is now …
-
```
C:\Users\travis\build\mithro\fomu-workshop\litex\deps\litex\litex\soc\cores\cpu\minerva\core.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="?
assert variant is "standard", "Unsupp…
-
```python
>>> spi = fomu.spi()
>>> hex(spi.id())
0x0
>>>
```
About 50% of people were hitting this at last night's workshop so it sounds like it has to do with the two flash types.
-
We were testing Foboot code in the [usb-test-suite](https://github.com/antmicro/usb-test-suite-build) (see example test output [here](https://travis-ci.com/antmicro/usb-test-suite-build/jobs/261009472…
-
It takes up to 3 seconds to leave the event detail page and go back to the schedule.
Tested on 3 different devices.
-
foboot 2 series is a major upgrade in the bootloader. The workshop should start by telling people to upgrade the bootloader.
-
Change the apt install line on the docs t include libeigen3-dev as a package.
-
The fomu-workshop docs suggest running 'python3 workshop.py --board hacker' from the litex directory of the workshop repo. Doing so results in an exception due to missing the 'distutils.spawn' import,…
-
I tried updating the workshop example in im-tomu/fomu-workshop#94 to use the new version, but it didn't work with the new example.
After looking at the code, it seems that the register sizes in the…