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

FOTA not working in custom board NCS

Hi,

I have tested FOTA code in nRF52840 DK and it works perfect but i have custom board build with nrf52840 when i implement the code it doesn't get start

custom board not have 32.768khz crystal

Parents Reply
  • For above also no config changes still the clock doesn't changes

    can you once again check my steps

    1. My project dfu_lbs created . inside dfu_lbs created folder called child_image

    2. in prj.conf added

          # Clock configuration
       CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y

    3..Inside child_image created mcuboot.conf and pasted 

      CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
      CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP=0
      CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF=0

    opened the project and cross verified with

    project -> configure nrf connect sdk project

    a. menuconfig

        

    b. mcuboot_menuconfig

     

    clock doesn't changed in mcuboot.

    I am using SDK v1.4.2 does any thing need to change

Children
Related