This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to modify a Software Pack?

I'm using the nRF_Libraries software pack and found something in dfu_transport_ble.c that I'd like to change, e.g. the MANUFACTURER_NAME macro to say my own company.

This file is read-only, however. What is the recommended way to work with Software Packs in this scenario. Make a copy of that directory and manually add it to my firmware source?

Parents Reply
  • I'm facing the same issue as the TS, but I like to change DFU_APP_DATA_RESERVED for the bootloader when using software packs. I do not really get your answer... When using Keil, should I remove the bootloader from the run-time environment and manually copy anything depending on DFU_APP_DATA_RESERVED to my own project folder? This seems to be a very inconvenient way configuring the bootloader...

Children
No Data
Related