This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCU Boot + SPI + External Flash

Hi ,

        Am following the below link https://devzone.nordicsemi.com/f/nordic-q-a/83402/ncs1-8-0-52840-mcuboot-spi-external-flash-can-t-build-pass  ,

 am able to build it for nrf52840dk_nrf52840 board. after placing the overlay file inside. like as mentioned here (hello_world_spi_nor_ext_flash/child_image/mcuboot/boards/nrf52840dk_nrf52840.overlay) .

But the same thing am trying to build for my bl653dvk board. am getting below error

warning: TEMP_NRF5 (defined at d:\OTA\ota_yogibaba\ble_dfu_with_external_flash\build\drivers\sensor\nrf5\Kconfig:13) has direct dependencies HAS_HW_NRF_TEMP && (MULTITHREADING || TEMP_NRF5_FORCE_ALT) && SENSOR with value n, but is currently being y-selected by the following symbols:
 - CLOCK_CONTROL_NRF_USES_TEMP_SENSOR (defined at d:\OTA\ota_yogibaba\ble_dfu_with_external_flash\build\drivers\clock_control\Kconfig.nrf:119), with value y, direct dependencies HAS_HW_NRF_TEMP && CLOCK_CONTROL_NRF_DRIVER_CALIBRATION && CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL (value: y), and select condition HAS_HW_NRF_TEMP && CLOCK_CONTROL_NRF_DRIVER_CALIBRATION && CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL (value: y)

error: Aborting due to Kconfig warnings

CMake Error at D:\Nordic\v1.9.1\zephyr\cmake\kconfig.cmake:272 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  D:\Nordic\v1.9.1\zephyr\cmake\app\boilerplate.cmake:544 (include)
  D:\Nordic\v1.9.1\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include)
  D:\Nordic\v1.9.1\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:35 (include_boilerplate)
  d:\OTA\ota_yogibaba\ble_dfu_with_external_flash\build\CMakeLists.txt:44 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at D:\Nordic\v1.9.1\nrf\cmake\multi_image.cmake:409 (message):
  CMake generation for mcuboot failed, aborting.  Command: 1
Call Stack (most recent call first):
  D:\Nordic\v1.9.1\nrf\cmake\multi_image.cmake:150 (add_child_image_from_source)
  D:\Nordic\v1.9.1\nrf\modules\mcuboot\CMakeLists.txt:216 (add_child_image)

even am adding below config to prj.conf file(child image)

CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP=0
CONFIG_MULTITHREADING=y

am not getting this, kindly suggest .

Regard,

Shikamaru 

Parents Reply Children
No Data
Related