Skip to content

Commit 4c7aec5

Browse files
committed
workflows: Remove bootloader checks
Remove bootloader checks for now, as there are missing dependencies. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
1 parent 59e0079 commit 4c7aec5

File tree

4 files changed

+2
-241
lines changed

4 files changed

+2
-241
lines changed

.github/workflows/build.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,7 @@ jobs:
107107
- name: Rename artifacts
108108
working-directory: asset-tracker-template/app/build
109109
run: |
110-
cp ../../../nrf91-bl-*.hex .
111-
# Overwrite the bootloader part with the frozen version
112-
python3 ../../../zephyr/scripts/build/mergehex.py -o \
113-
asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex \
114-
merged.hex \
115-
nrf91-bl-*.hex \
116-
--overlap replace
110+
cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
117111
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.config
118112
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91-update-signed.bin
119113
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91-update-signed.hex
@@ -135,8 +129,6 @@ jobs:
135129
if-no-files-found: error
136130
path: |
137131
asset-tracker-template/app/build/asset-tracker-template-*.*
138-
asset-tracker-template/app/build/nrf91-bl-*.hex
139-
asset-tracker-template/app/build/pmr-nrf91-*.txt
140132
141133
# Asset Tracker Template debug firmware build
142134

@@ -156,13 +148,7 @@ jobs:
156148
if: ${{ inputs.build_debug }}
157149
working-directory: asset-tracker-template/app/build
158150
run: |
159-
cp ../../../nrf91-bl-*.hex .
160-
# Overwrite the bootloader part with the frozen version
161-
python3 ../../../zephyr/scripts/build/mergehex.py -o \
162-
asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.hex \
163-
merged.hex \
164-
nrf91-bl-*.hex \
165-
--overlap replace
151+
cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
166152
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.config
167153
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.bin
168154
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.hex

scripts/nsib_signature_check.py

-117
This file was deleted.

scripts/pmr_nrf53.txt

-56
This file was deleted.

scripts/pmr_nrf91.txt

-52
This file was deleted.

0 commit comments

Comments
 (0)