Skip to content

Commit

Permalink
add ButerSticr1.0 DFU & FT2232H (By @benitoss)
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 3, 2023
1 parent db720fa commit cd07d33
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,21 @@
"desc": "OrangeCrab r0.2 DFU bootloader"
}
},
"butterStick-r1.0-2G-85F": {
"orangecrab-r02-85f": {
"name": "OrangeCrab r0.2",
"fpga": "ECP5-LFE5U-85F-CSFBGA285",
"programmer": {
"type": "dfu"
},
"usb": {
"vid": "1209",
"pid": "5af0"
},
"ftdi": {
"desc": "OrangeCrab r0.2 DFU bootloader"
}
},
"Butterstick-r10-2g-85k": {
"name": "butterstick r1.0",
"fpga": "ECP5-LFE5UM5G-85F-CABGA381",
"programmer": {
Expand All @@ -472,6 +486,20 @@
"desc": "butterstick (dfu v1.1)"
}
},
"Butterstick-r10-2g-85k_(FT2232H)": {
"name": "butterstick r1.0",
"fpga": "ECP5-LFE5UM5G-85F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft2232"
}
},
"Butterstick-r10-2g-85k_(FT232H)": {
"name": "butterstick r1.0",
"fpga": "ECP5-LFE5UM5G-85F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft232"
}
},
"versa": {
"name": "ECP5 Versa",
"fpga": "ECP5-LFE5UM-45F-CABGA381",
Expand Down
2 changes: 1 addition & 1 deletion apio/resources/ecp5/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pnr = Builder(
src_suffix='.json')

bitstream = Builder(
action='ecppack --db {0} {1} $SOURCE hardware.bit'.format(DATABASE_PATH, IDCODE_PARAM),
action='ecppack --compress --db {0} {1} $SOURCE hardware.bit'.format(DATABASE_PATH, IDCODE_PARAM),
suffix='.bit',
src_suffix='.config')

Expand Down

0 comments on commit cd07d33

Please sign in to comment.