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

how can i integrate nrfutil, for secure DFU, on a linux (yokto) environment written in js

hello Nordic

i have s SOM which i want to use nrfutil in it for FDU via UART of an application i have on nrf52832, s132 v7.0.1

i have the bootloader flashed with the first version of the app on the nrf52832 side

i wonder how can i use the nrfutil in the SOM application

the SOM is running on linux (yokto for creating) and code is written in js cause the app gui is running on a web page

any help will be appreciated

p.s. i co worker who started working on this said something about a missing ble library but was not clear on that

best regards

Ziv

Parents Reply
  • ziv123 said:
    but just curios .. why do i need pc-ble-driver if i am to use uart (serial) to preform the DFU ? 

     nrfutil can by default be used for both BLE and serial DFU, so most likely nrfutil tries to import the BLE driver. If you are able to remove this dependency in nrfutil, so that only serial DFU is supported, then the BLE driver should not be needed. But it might be easier to just import the BLE driver.

Children
No Data
Related