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

Buttonless DFU with SES

Hi,

I am using nRF52832 with sdk15.3 SES

I need to use DFU.

Buttonless DFU

need to program the controller without the wire connection.

Can you explain how DFU works and any tutorial or steps to follow to work with SES.

and need some examples to work on it.

Parents Reply
  • Hi,

    I used DFU example on Windows 10 with python 2.7 some time before and it worked well.

    Is that DFU secure bootloader need Ubuntu / Linux OS support?

    I don't think it should be an issue and should work well with Windows 10.

    If you don't use python for any other purpose, uninstall python 3 and keep only python 2.7 as it is mentioned in prerequisites to use python 2.7.

    Prerequisites
    To install nrfutil from source the following prerequisites must be satisfied:
    
    1.  Python 2.7 (2.7.10 or newer, not Python 3)
    2.  pip
    3.  setuptools (upgrade to latest version): pip install -U setuptools

    After installing python 2.7 and nrfutil, try running the example and if it doesn't work please add the logs generated so that we may know what the issue is.

    Regards

Children
Related