diff --git a/litex_boards/platforms/gsd_orangecrab.py b/litex_boards/platforms/gsd_orangecrab.py index 1de82065d..0656de382 100644 --- a/litex_boards/platforms/gsd_orangecrab.py +++ b/litex_boards/platforms/gsd_orangecrab.py @@ -229,7 +229,7 @@ def __init__(self, revision="0.2", device="25F", toolchain="trellis", **kwargs): LatticeECP5Platform.__init__(self, f"LFE5U-{device}-8MG285C", io, connectors, toolchain=toolchain, **kwargs) def create_programmer(self): - return DFUProg(vid="1209", pid="5af0") + return DFUProg(vid="1209", pid="5af0", alt=0) def do_finalize(self, fragment): LatticeECP5Platform.do_finalize(self, fragment)