Skip to content

Commit

Permalink
Create zip package from bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc committed May 5, 2019
1 parent 2d2da10 commit 9f3fd5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmk_core/nrf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,7 @@ $(TARGET).ble.zip: $(TARGET).bin
if ! type "nrfutil" > /dev/null 2>&1; then \
echo 'ERROR: nrfutil is not found'; exit 1;\
fi
echo $(NRFUTIL) pkg generate --debug-mode --hw-version 0 --sd-req 0x8C --key-file $(PRIV_KEY) --application .build/$(TARGET).hex $(TARGET).zip
$(NRFUTIL) pkg generate --debug-mode --hw-version 0 --sd-req 0x8C --key-file $(PRIV_KEY) --application .build/$(TARGET).hex $(TARGET).zip
$(NRFUTIL) pkg generate --debug-mode --hw-version 0 --sd-req 0x8C --key-file $(PRIV_KEY) --application $(TARGET).bin $(TARGET).zip

dfu_ble: $(TARGET).ble.zip

Expand Down

0 comments on commit 9f3fd5d

Please sign in to comment.