-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make a hex (boot+app) #5441
Comments
Something like? bin/mergehex -m bin/s140_nrf52_7.3.0_softdevice.hex wio-sdk-wm1110/firmware.hex -o firmware.hex |
PS F:\Meshtap\firmware\bin> mergehex.exe -m s140_nrf52_7.3.0_softdevice.hex ...pio\build\rak_wismeshtap\firmware.hex -o factory.hex Could you please check this issue? Thank you! |
Line 38 in 37da789
|
I want a full hex, including ( dfu boot+ app + s140 ), via jlink to a empty chip |
Meshtastic doesn't add bootloaders to the firmware hex. |
Platform
NRF52
Description
At present, platform only app hex , how to make a hex (app+boot), can be used for a large number of production JLINK download
The text was updated successfully, but these errors were encountered: