Hi!
I'm trying to understand the possibility of doing a FW update to an empty NRF52810 chip via a host MCU running Linux. We have this setup on a custom PCB, whereas the host and the NRF52810 chips are connected via SPI and UART. We are considering creating a similar application such as the nrfutil is on the embedded host, and remote the JTag connector completely from the board.
My questions are the following:
- Is it possible to flash firmware on an out-of-the-box NRF52810 chip via UART/SPI straight away (No JTag involved)?
- Is the default bootloader DFU capable?
- Can the Linux host detect the NRF52810 chip as a device it could communicate to?
- Are there any more reasonable approaches to doing this?
Hope you can help! Thanks!