<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>problem with MCUboot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60609/problem-with-mcuboot</link><description>Hi, 
 As I understand Nordic NCS now supports nRF52 development for nrf52832/40/11/10, so based on this I am trying to make a simple application for nRF5232 chip (peripheral_uart) with mcuboot and eventually enable DFU over BLE for the device. Currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 25 Apr 2020 13:48:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60609/problem-with-mcuboot" /><item><title>RE: problem with MCUboot</title><link>https://devzone.nordicsemi.com/thread/246620?ContentTypeID=1</link><pubDate>Sat, 25 Apr 2020 13:48:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f424249b-3598-47f0-b973-e428401a1961</guid><dc:creator>Vojislav</dc:creator><description>&lt;p&gt;Thank you for your reply, git clean -fxd did the job!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Vojislav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem with MCUboot</title><link>https://devzone.nordicsemi.com/thread/246580?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 15:15:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32131084-94bc-4681-aed6-9ff8288d0ca6</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I don&amp;#39;t have any issues compiling these projects in NCS v1.2 with&amp;nbsp;CONFIG_BOOTLOADER_MCUBOOT=y&lt;/p&gt;
&lt;p&gt;From the error-message, it looks like some&amp;nbsp;&lt;span&gt;old/stale build files are causing this issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Try to delete the build folder in&amp;nbsp;ncs\mcuboot\boot\zephyr , or run&amp;nbsp;git clean -fxd in&amp;nbsp;ncs\mcuboot&lt;br /&gt;If that does not work, try to clean your &amp;quot;/home/voja/.cache/zephyr&amp;quot; folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem with MCUboot</title><link>https://devzone.nordicsemi.com/thread/246488?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 11:36:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98d24c01-8e4e-4f2b-813c-b6b8183ac6d1</guid><dc:creator>Vojislav</dc:creator><description>&lt;p&gt;I have the same problem when trying to compile the USB_UART_BRIDGE example which has MCUBOOT enabled by default. When I run the command:&amp;nbsp;west build -b nrf52840_pca20035 I get the response:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;-- west build: build configuration:
       source directory: /home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge
       build directory: /home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/build (created)
       BOARD: nrf52840_pca20035 (origin: command line)
-- west build: generating a build system
-- Zephyr version: 2.1.99
-- Found PythonInterp: /home/voja/.virtualenvs/zephyenv/bin/python (found suitable version &amp;quot;3.6.9&amp;quot;, minimum required is &amp;quot;3.6&amp;quot;) 
-- Selected BOARD nrf52840_pca20035
-- Found west: /home/voja/.virtualenvs/zephyenv/bin/west (found suitable version &amp;quot;0.6.3&amp;quot;, minimum required is &amp;quot;0.6.0&amp;quot;)
-- Loading /home/voja/Documents/irnas/ncs/nrf/boards/arm/nrf52840_pca20035/nrf52840_pca20035.dts as base
Devicetree configuration written to /home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/build/zephyr/include/generated/devicetree.conf
Parsing /home/voja/Documents/irnas/ncs/zephyr/Kconfig
/home/voja/Documents/irnas/ncs/nrf/lib/fprotect/Kconfig:20: WARNING: dt_int_val is deprecated.
/home/voja/Documents/irnas/ncs/bootloader/mcuboot/zephyr/Kconfig:37: WARNING: dt_int_val is deprecated.
Loaded configuration &amp;#39;/home/voja/Documents/irnas/ncs/nrf/boards/arm/nrf52840_pca20035/nrf52840_pca20035_defconfig&amp;#39;
Merged configuration &amp;#39;/home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/prj.conf&amp;#39;
Configuration saved to &amp;#39;/home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/build/zephyr/.config&amp;#39;
-- The C compiler identification is GNU 8.3.1
-- The CXX compiler identification is GNU 8.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /home/voja/Documents/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc
-- Cache files will be written to: /home/voja/.cache/zephyr

=== child image mcuboot begin ===
-- Zephyr version: 2.1.99
CMake Error at /home/voja/Documents/irnas/ncs/zephyr/cmake/app/boilerplate.cmake:106 (message):
  Source directory equals build directory.  In-source builds are not
  supported.  Please specify a build directory, e.g.  cmake -Bbuild -H.
Call Stack (most recent call first):
  CMakeLists.txt:47 (include)


-- Configuring incomplete, errors occurred!
See also &amp;quot;/home/voja/Documents/irnas/ncs/bootloader/mcuboot/boot/zephyr/CMakeFiles/CMakeOutput.log&amp;quot;.
CMake Error at /home/voja/Documents/irnas/ncs/nrf/cmake/multi_image.cmake:176 (message):
  CMake generation for mcuboot failed, aborting.  Command: 1
Call Stack (most recent call first):
  /home/voja/Documents/irnas/ncs/nrf/cmake/multi_image.cmake:76 (add_child_image_from_source)
  /home/voja/Documents/irnas/ncs/bootloader/mcuboot/zephyr/CMakeLists.txt:86 (add_child_image)


-- Configuring incomplete, errors occurred!
See also &amp;quot;/home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/build/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;/home/voja/Documents/irnas/ncs/nrf/samples/usb/usb_uart_bridge/build/CMakeFiles/CMakeError.log&amp;quot;.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Vojislav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem with MCUboot</title><link>https://devzone.nordicsemi.com/thread/246464?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 10:47:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bad6798-5d8b-4e7e-815e-a5086a792720</guid><dc:creator>Vojislav</dc:creator><description>&lt;p&gt;My goal is to do the&amp;nbsp;FOTA over BLE on nRF52811 device, like stated in documentation:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Vojislav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>