Skip to content

Instantly share code, notes, and snippets.

@shohei
Created April 12, 2019 08:14
Show Gist options
  • Save shohei/1fae8e7c44556fed2a4853ce6bb1254f to your computer and use it in GitHub Desktop.
Save shohei/1fae8e7c44556fed2a4853ce6bb1254f to your computer and use it in GitHub Desktop.
Firmware update script
from pynq.overlays.base import BaseOverlay
base = BaseOverlay("/home/xilinx/pynq/overlays/base/pynquino.bit")
from pynq.lib.arduino import Arduino_Zsprinter
arduino = Arduino_Zsprinter(base.ARDUINO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment