mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/gsd_orangecrab: Set alt point to DFUProg.
This commit is contained in:
parent
3903cdee92
commit
5799c35247
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Platform(LatticeECP5Platform):
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue