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?
Hi Ethan,
I'm sorry that I didn't notice it was a private case.
So basically it pointed to this repo: https://github.com/plskeggs/sdk-nrf/tree/feature-uart-dfu-v1.4.0
It's an example made from one of our employee. Please use the instruction that I gave earlier.
Thanks for the link Hung. Is there a way for me to view the source code for lte_uart_dfu.c? I can't find it in the repo and this precooked sample is not useful for me since I'm using a custom board and not DKs.
Nevermind, I found the file here: sdk-nrf/lib/lte_uart_dfu at feature-uart-dfu-v1.4.0 · plskeggs/sdk-nrf (github.com)
Hi Ethan,
Isn't the lte_uart_dfu.c located inside \lib\lte_uart_dfu here: https://github.com/plskeggs/sdk-nrf/tree/feature-uart-dfu-v1.4.0/lib/lte_uart_dfu
Yes, both links take me to the same place