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

nrfutil from Raspberry Pi3: clarification about pc-ble-driver

Hi all!

I want to run OTA DFU over Thread from a RPi3. Previous tests from a PC were successful.

  • I installed nrftuil: sudo pip3 install nrfutil==5.2.0
  • I added the DFU .zip package in the RPi 
  • When I run 
    nrfutil dfu thread -pkg app_dfu_package_56b.zip -p /dev/ttyACM0 --channel 11 --panid 43981 --address fdde:ad00:beef:0:e301:e863:3c50:5adb


    I have the following error:

I know that there are some problems exploiting pc-ble-driver from 32bit linux environment (as my RPi) but I can't get from previous post what I have to do to compile the shared object from source.

Can anyone post some step-by-step guide to solve the problems?

Thanks,
Alessio

Related