Install Annapurna Firmware
Due to memory constraints on the Pyboard-D SF2, we will freeze all modules from the dist-packages
folder into a custom firmware. [1]
annapurna-stm32-pybd-sf2-20190922.dfu (953.7 KB)
# Acquire firmware file.
wget https://community.hiveeyes.org/uploads/short-url/dRngJuQiwYjeS0oMZgUCI7oDWPy.dfu
# Identify serial number.
dfu-util --list
# Install firmware on device.
dfu-util --serial="355931523037" --download annapurna-stm32-pybd-sf2-20190922.dfu
-
If you want to build the firmware yourself, you are welcome to follow Building Vanilla MicroPython for PYBD_SF2. ↩︎