Skip to content

Commit

Permalink
platforms/gsd_orangecrab: Set alt point to DFUProg.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 28, 2023
1 parent 3903cde commit 5799c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/gsd_orangecrab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5799c35

Please sign in to comment.