Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b80e90

Browse files
committedJul 9, 2019
Unify "ambiq_bin2board" tool
- All paths use "ambiq_bin2board" convention - MacOSX and Linux executables regenerated using "pyinstaller --onefile ambiq_bin2board.py" on respective platform. (Windows will be regenerated soon) - Removed extraneous files from previous binary generation - Used "chmod +x ambiq_bin2board" on MacOSX and Linux binaries
1 parent c4218d0 commit 7b80e90

File tree

179 files changed

+3
-903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+3
-903
lines changed
 

‎platform.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ recipe.output.save_file={build.project_name}.{build.preferred_export_format}
132132

133133
# Host-specific definitions for upload tool (using Ambiq's Secure Bootloader SBL)
134134
# Linux
135-
tools.ambiq_bin2board.pgm={runtime.platform.path}/tools/ambiq/linux/ambiq_bin2board/ambiq_bin2board
135+
tools.ambiq_bin2board.pgm={runtime.platform.path}/tools/ambiq/linux/ambiq_bin2board
136136
tools.ambiq_bin2board.args=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b 115200 -port "{serial.port}" -r 2 {upload.verbose}
137137

138138
# MacOSX
139-
tools.ambiq_bin2board.pgm.macosx={runtime.platform.path}/tools/ambiq/macosx/ambiq_bin2board/ambiq_bin2board
139+
tools.ambiq_bin2board.pgm.macosx={runtime.platform.path}/tools/ambiq/macosx/ambiq_bin2board
140140
tools.ambiq_bin2board.args.macosx=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b 115200 -port "{serial.port}" -r 2 {upload.verbose}
141141

142142
# Windows
143-
tools.ambiq_bin2board.pgm.windows="{runtime.platform.path}/tools/ambiq/windows/ambiq_bin_to_board/ambiq_bin_to_board.exe"
143+
tools.ambiq_bin2board.pgm.windows="{runtime.platform.path}/tools/ambiq/windows/ambiq_bin2board.exe"
144144
tools.ambiq_bin2board.args.windows=--bin "{build.path}/{build.project_name}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o {build.path}/{build.project_name} --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b 115200 -port "{serial.port}" -r 2 {upload.verbose}
145145

146146
# Additional Loader Parameters

‎tools/ambiq/linux/ambiq_bin2board

6.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)