I'm downloading a firmware image from AWS via cell onto the nRF9160. I want to perform a serial DFU over UART. The DFU target is the nRF52840. Are there any existing samples outlining this process?
I'm downloading a firmware image from AWS via cell onto the nRF9160. I want to perform a serial DFU over UART. The DFU target is the nRF52840. Are there any existing samples outlining this process?
When building this, should I clone the repository into my current ncs directory? I have it cloned outside right now and getting issues with west build
Hi Ethan,
You should clone it to the NCS v1.4.0.
Or you can look at these 2 commits to know what has been modified:
https://github.com/plskeggs/sdk-nrf/commit/6baf0e006299bb69152cf3fb7e690985cdcbcb3b
https://github.com/plskeggs/sdk-nrf/commit/4c276b8107e003a3083b9ba17569d768670d39f2
Thanks Hung, do you think trying to use this code is going to be an issue if we're using NCS v1.5.1?
I would suggest to try testing the code with v1.4.0 first and after you get it running, you can study the code and try to port it to v1.5.1.
I'm not very familiar with the code but I think it's better to try step by step.
Thanks!