File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
24
24
- name : Install Toolchains
25
25
run : |
26
- pip3 install adafruit-nrfutil uritemplate requests
27
- wget https://www.nordicsemi.com/api/sitecore/Products/DownloadPlatform --post-data=fileid=8F19D314130548209E75EFFADD9348DB -O cli-tools.tar
28
- tar -xv -f cli-tools.tar
29
- echo "::add-path::$GITHUB_WORKSPACE/mergehex"
26
+ pip3 install adafruit-nrfutil uritemplate requests intelhex
27
+ # wget https://www.nordicsemi.com/api/sitecore/Products/DownloadPlatform --post-data=fileid=8F19D314130548209E75EFFADD9348DB -O cli-tools.tar
28
+ # tar -xv -f cli-tools.tar
29
+ # echo "::add-path::$GITHUB_WORKSPACE/mergehex"
30
30
npm install --global xpm
31
31
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
32
32
echo "::add-path::`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`"
Original file line number Diff line number Diff line change @@ -152,10 +152,17 @@ the variable `CROSS_COMPILE` as below:
152
152
$ make CROSS_COMPILE=/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi- BOARD=feather_nrf52832 all
153
153
```
154
154
155
- #### 2. ` mergehex: No such file or directory `
155
+ #### 2. ` ModuleNotFoundError: No module named 'intelhex' `
156
+
157
+ Install python-intelhex with
158
+
159
+ ```
160
+ pip install intelhex
161
+ ```
162
+
163
+
164
+
156
165
157
- Make sure that ` mergehex ` is available from the command-line. This binary is
158
- part of Nordic's nRF5x Command Line Tools.
159
166
160
167
#### 3. ` make: nrfjprog: No such file or directory `
161
168
You can’t perform that action at this time.
0 commit comments