Skip to content

Commit

Permalink
Fix DFU suffix for Orange Cartridge
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldin committed Aug 14, 2022
1 parent dae4514 commit a9c4ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/symbiflow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ ifeq ($(TARGET),orangecart)
flash: $(BIT_FILE) $(ROM_FILE)
cp $(BIT_FILE) $O/core.dfu
cp $(ROM_FILE) $O/rom.dfu
dfu-suffix -v 1209 -p 000c -a $O/core.dfu
dfu-suffix -v 1209 -p 000c -a $O/rom.dfu
dfu-suffix -v 1209 -p 5a0c -a $O/core.dfu
dfu-suffix -v 1209 -p 5a0c -a $O/rom.dfu
dfu-util -a 0 -D $O/core.dfu
dfu-util -R -a 1 -D $O/rom.dfu

Expand Down

0 comments on commit a9c4ddf

Please sign in to comment.