Skip to content

Commit

Permalink
Merge pull request #631 from ohmtech-rdi/fix-bootloader-v54-path
Browse files Browse the repository at this point in the history
Fix bootloader version in erbb install
  • Loading branch information
ohmtech-rdi authored Dec 6, 2023
2 parents 09bd177 + beefe7c commit 46732c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/erbb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,10 @@ def deploy_performance (name, section, path, programmer):

def deploy_bootloader ():
libdaisy_bootloader_bin = os.path.join (
PATH_ROOT, 'submodules', 'libDaisy', 'core', 'dsy_bootloader_v4.bin'
PATH_ROOT, 'submodules', 'libDaisy', 'core', 'dsy_bootloader_v5_4.bin'
)

deploy_dfu_util ('dsy_bootloader_v4', 'flash', libdaisy_bootloader_bin)
deploy_dfu_util ('dsy_bootloader_v5_4', 'flash', libdaisy_bootloader_bin)



Expand Down

0 comments on commit 46732c1

Please sign in to comment.