<?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>enable coexistence between Wi-Fi &amp;amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117848/enable-coexistence-between-wi-fi-ble-on-thingy91x</link><description>Hello, 
 I am trying to find a solution how to use wifi and ble on thingy91x and manage the coexistence between them, I have found a sample Wi-Fi: Bluetooth LE coexistence but when I try to build it in nrf5340 SoC I got some errors (for example he doesn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Jan 2025 10:14:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117848/enable-coexistence-between-wi-fi-ble-on-thingy91x" /><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/519718?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 10:14:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9300a01-f6d9-4258-8b82-decad80084c6</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;For testing Wi-fi shell, you could try to build the sample using this command&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -b thingy91x/nrf5340/cpuapp -- -DSB_CONFIG_THINGY91X_STATIC_PARTITIONS_NRF53_EXTERNAL_FLASH=y&lt;/pre&gt;&lt;br /&gt;and then use Serial Terminal to connect to your Thingy91X.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/519305?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 13:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b0e631a-5a5e-4e3c-bb1a-eec57665176f</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I noticed that when I add this Kconfig to my &lt;code&gt;sysbuild.conf&lt;/code&gt;, I no longer see any LOGs on the RTT. However, if I remove it, I encounter a flash overflow issue. Could you please suggest a solution to resolve this problem?&lt;pre class="ui-code" data-mode="text"&gt;SB_CONFIG_THINGY91X_STATIC_PARTITIONS_NRF53_EXTERNAL_FLASH=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/519258?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 11:10:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff7a520c-e24e-4aa7-9b42-05c16d5d0650</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I have recently switched to NCS v2.9.0 and successfully built the Wi-Fi shell sample using the &lt;code&gt;thingy91x/nrf5340/cpuapp&lt;/code&gt; target. However, I am unable to view any logs using RTT, even though I have activated RTT in the configuration file.&lt;/p&gt;
&lt;p&gt;Additionally, I attempted to build the BLE coexistence (&lt;code&gt;ble_coex&lt;/code&gt;) sample but encountered the following error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[163/605] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/usb/device/class/cdc_acm.c.obj
/home/youssef/git/zephyr/subsys/usb/device/class/cdc_acm.c:64:2: warning: #warning &amp;quot;USB_CDC_ACM_LOG_LEVEL forced to LOG_LEVEL_NONE&amp;quot; [-Wcpp]
   64 | #warning &amp;quot;USB_CDC_ACM_LOG_LEVEL forced to LOG_LEVEL_NONE&amp;quot;
      |  ^~~~~~~
[479/605] Building C object zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/coex.c.obj
FAILED: zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/coex.c.obj 
ccache /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DEXT_API_MAGIC=0x281ee6de,0xb845acea,13570 -DFIRMWARE_INFO_MAGIC=0x281ee6de,0x8fcebb4c,13570 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=230000 -DMBEDTLS_CONFIG_FILE=\&amp;quot;nrf-config.h\&amp;quot; -DMBEDTLS_PSA_CRYPTO_CONFIG_FILE=\&amp;quot;nrf-psa-crypto-config.h\&amp;quot; -DMBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE=\&amp;quot;nrf-psa-crypto-user-config.h\&amp;quot; -DNRF5340_XXAA_APPLICATION -DNRF70_ANT_GAIN_2G=0 -DNRF70_ANT_GAIN_5G_BAND1=0 -DNRF70_ANT_GAIN_5G_BAND2=0 -DNRF70_ANT_GAIN_5G_BAND3=0 -DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS=0 -DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_2G_UPPER_EDGE_BACKOFF_DSSS=0 -DNRF70_BAND_2G_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_2G_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_1_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_1_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_2A_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_2A_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_2C_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_2C_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_3_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_3_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_4_LOWER_EDGE_BACKOFF_HT=0 -DNRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE=0 -DNRF70_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT=0 -DNRF70_DATA_TX -DNRF70_LOG_VERBOSE -DNRF70_MAX_TX_PENDING_QLEN=12 -DNRF70_MAX_TX_TOKENS=10 -DNRF70_PCB_LOSS_2G=0 -DNRF70_PCB_LOSS_5G_BAND1=0 -DNRF70_PCB_LOSS_5G_BAND2=0 -DNRF70_PCB_LOSS_5G_BAND3=0 -DNRF70_REG_DOMAIN=00 -DNRF70_RPU_PS_IDLE_TIMEOUT_MS=10 -DNRF70_RX_MAX_DATA_SIZE=1600 -DNRF70_RX_NUM_BUFS=48 -DNRF70_STA_MODE -DNRF70_SYSTEM_MODE -DNRF70_TCP_IP_CHECKSUM_OFFLOAD -DNRF_SKIP_FICR_NS_COPY_TO_RAM -DNRF_WIFI_AP_DEAD_DETECT_TIMEOUT=20 -DNRF_WIFI_IFACE_MTU=1500 -DNRF_WIFI_LOW_POWER -DNRF_WIFI_MGMT_BUFF_OFFLOAD -DNRF_WIFI_PS_INT_PS=y -DNRF_WIFI_RPU_RECOVERY -DNRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=50000 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DUSE_PARTITION_MANAGER=1 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/zephyr/include/generated/zephyr -I/home/youssef/git/zephyr/include -I/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/zephyr/include/generated -I/home/youssef/git/zephyr/soc/nordic -I/home/youssef/git/zephyr/include/zephyr/posix -I/home/youssef/git/zephyr/soc/nordic/nrf53/. -I/home/youssef/git/zephyr/soc/nordic/common/. -I/home/youssef/git/zephyr/subsys/usb/device -I/home/youssef/git/zephyr/subsys/bluetooth -I/home/youssef/git/zephyr/subsys/net/l2 -I/home/youssef/git/zephyr/drivers/usb/common/nrf_usbd_common/. -I/home/youssef/git/zephyr/drivers/wifi/nrf_wifi/inc -I/home/youssef/git/zephyr/subsys/net/ip -I/home/youssef/git/nrf/include -I/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/zephyr/misc/generated -I/home/youssef/git/modules/lib/hostap/port/mbedtls -I/home/youssef/git/nrf/tests/include -I/home/youssef/git/modules/hal/cmsis/CMSIS/Core/Include -I/home/youssef/git/zephyr/modules/cmsis/. -I/home/youssef/git/modules/hal/nordic/nrfx -I/home/youssef/git/modules/hal/nordic/nrfx/drivers/include -I/home/youssef/git/modules/hal/nordic/nrfx/mdk -I/home/youssef/git/zephyr/modules/hal_nordic/nrfx/. -I/home/youssef/git/zephyr/modules/hostap/src -I/home/youssef/git/modules/lib/hostap -I/home/youssef/git/modules/lib/hostap/wpa_supplicant -I/home/youssef/git/modules/lib/hostap/src -I/home/youssef/git/modules/lib/hostap/src/common -I/home/youssef/git/modules/lib/hostap/src/eap_common -I/home/youssef/git/modules/lib/hostap/src/eap_server -I/home/youssef/git/modules/lib/hostap/src/radius -I/home/youssef/git/modules/lib/hostap/src/crypto -I/home/youssef/git/modules/lib/hostap/src/ap -I/home/youssef/git/modules/lib/hostap/src/drivers -I/home/youssef/git/modules/lib/hostap/src/rsn_supp -I/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/modules/libmetal/libmetal/lib/include -I/home/youssef/git/modules/lib/open-amp/open-amp/lib/include -I/home/youssef/git/modules/crypto/tinycrypt/lib/include -I/home/youssef/git/nrfxlib/softdevice_controller/include -I/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/generated/library_nrf_security_psa -I/home/youssef/git/nrf/subsys/nrf_security/include -I/home/youssef/git/nrf/subsys/nrf_security/src/threading/include -I/home/youssef/git/nrf/subsys/nrf_security/src/utils -I/home/youssef/git/modules/crypto/oberon-psa-crypto/oberon/drivers -I/home/youssef/git/modules/crypto/oberon-psa-crypto/include -I/home/youssef/git/modules/crypto/oberon-psa-crypto/library -I/home/youssef/git/modules/crypto/mbedtls/library -I/home/youssef/git/modules/crypto/mbedtls/include -I/home/youssef/git/modules/crypto/mbedtls/include/library -I/home/youssef/git/nrfxlib/crypto/nrf_oberon/include -I/home/youssef/git/nrfxlib/crypto/nrf_oberon/include/mbedtls -I/home/youssef/git/zephyr/modules/nrf_wifi/os -I/home/youssef/git/zephyr/modules/nrf_wifi/os/../bus -I/home/youssef/git/modules/lib/nrf_wifi/utils/inc -I/home/youssef/git/modules/lib/nrf_wifi/os_if/inc -I/home/youssef/git/modules/lib/nrf_wifi/bus_if/bus/qspi/inc -I/home/youssef/git/modules/lib/nrf_wifi/bus_if/bal/inc -I/home/youssef/git/modules/lib/nrf_wifi/fw_if/umac_if/inc -I/home/youssef/git/modules/lib/nrf_wifi/fw_load/mips/fw/inc -I/home/youssef/git/modules/lib/nrf_wifi/hw_if/hal/inc -I/home/youssef/git/modules/lib/nrf_wifi/hw_if/hal/inc/fw -I/home/youssef/git/modules/lib/nrf_wifi/fw_if/umac_if/inc/fw -I/home/youssef/git/modules/lib/nrf_wifi/fw_if/umac_if/inc/default -isystem /home/youssef/git/zephyr/lib/libc/common/include -isystem /home/youssef/git/nrfxlib/crypto/nrf_cc312_platform/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Os -imacros /home/youssef/git/apps_wifi/ble_coex/build/ble_coex/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/youssef/git/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/youssef/git/apps_wifi/ble_coex=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/youssef/git/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/youssef/git=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -D_POSIX_THREADS -std=c99 -MD -MT zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/coex.c.obj -MF zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/coex.c.obj.d -o zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/coex.c.obj -c /home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c
In file included from /home/youssef/git/zephyr/include/zephyr/toolchain/gcc.h:98,
                 from /home/youssef/git/zephyr/include/zephyr/toolchain.h:50,
                 from /home/youssef/git/zephyr/include/zephyr/kernel_includes.h:23,
                 from /home/youssef/git/zephyr/include/zephyr/kernel.h:17,
                 from /home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c:13:
/home/youssef/git/zephyr/include/zephyr/device.h:92:41: error: &amp;#39;__device_dts_ord_DT_N_S_soc_S_peripheral_50000000_S_spi_c000_S_wifi_1_P_srrf_switch_gpios_IDX_0_PH_ORD&amp;#39; undeclared here (not in a function); did you mean &amp;#39;DT_N_S_soc_S_peripheral_50000000_S_spi_c000_S_wifi_1_P_host_irq_gpios_IDX_0_PH&amp;#39;?
   92 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                         ^~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro &amp;#39;_DO_CONCAT&amp;#39;
  137 | #define _DO_CONCAT(x, y) x ## y
      |                          ^
/home/youssef/git/zephyr/include/zephyr/device.h:92:33: note: in expansion of macro &amp;#39;_CONCAT&amp;#39;
   92 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                 ^~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:229:37: note: in expansion of macro &amp;#39;DEVICE_NAME_GET&amp;#39;
  229 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
      |                                     ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:246:34: note: in expansion of macro &amp;#39;DEVICE_DT_NAME_GET&amp;#39;
  246 | #define DEVICE_DT_GET(node_id) (&amp;amp;DEVICE_DT_NAME_GET(node_id))
      |                                  ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:333:25: note: in expansion of macro &amp;#39;DEVICE_DT_GET&amp;#39;
  333 |                 .port = DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node_id, prop, idx)),\
      |                         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c:46:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   46 |         GPIO_DT_SPEC_GET(NRF_RADIO_COEX_NODE, srrf_switch_gpios);
      |         ^~~~~~~~~~~~~~~~
In file included from /home/youssef/git/zephyr/include/zephyr/arch/arm/arch.h:20,
                 from /home/youssef/git/zephyr/include/zephyr/arch/cpu.h:19,
                 from /home/youssef/git/zephyr/include/zephyr/kernel_includes.h:36:
/home/youssef/git/apps_wifi/ble_coex/build/ble_coex/zephyr/include/generated/zephyr/devicetree_generated.h:17659:40: error: &amp;#39;DT_N_S_soc_S_peripheral_50000000_S_spi_c000_S_wifi_1_P_srrf_switch_gpios_IDX_0_VAL_pin&amp;#39; undeclared here (not in a function); did you mean &amp;#39;DT_N_S_soc_S_peripheral_50000000_S_spi_c000_S_wifi_1_P_host_irq_gpios_IDX_0_VAL_pin&amp;#39;?
17659 | #define DT_N_NODELABEL_nrf70           DT_N_S_soc_S_peripheral_50000000_S_spi_c000_S_wifi_1
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:4888:9: note: in definition of macro &amp;#39;DT_CAT7&amp;#39;
 4888 |         a1 ## a2 ## a3 ## a4 ## a5 ## a6 ## a7
      |         ^~
/home/youssef/git/zephyr/include/zephyr/devicetree/gpio.h:110:9: note: in expansion of macro &amp;#39;DT_PHA_BY_IDX&amp;#39;
  110 |         DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
      |         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:334:24: note: in expansion of macro &amp;#39;DT_GPIO_PIN_BY_IDX&amp;#39;
  334 |                 .pin = DT_GPIO_PIN_BY_IDX(node_id, prop, idx),                 \
      |                        ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c:46:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   46 |         GPIO_DT_SPEC_GET(NRF_RADIO_COEX_NODE, srrf_switch_gpios);
      |         ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:4877:24: note: in expansion of macro &amp;#39;DT_N_NODELABEL_nrf70&amp;#39;
 4877 | #define DT_CAT(a1, a2) a1 ## a2
      |                        ^~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:29: note: in expansion of macro &amp;#39;DT_CAT&amp;#39;
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                             ^~~~~~
/home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c:44:37: note: in expansion of macro &amp;#39;DT_NODELABEL&amp;#39;
   44 |         #define NRF_RADIO_COEX_NODE DT_NODELABEL(nrf70)
      |                                     ^~~~~~~~~~~~
/home/youssef/git/zephyr/drivers/wifi/nrf_wifi/src/coex.c:46:26: note: in expansion of macro &amp;#39;NRF_RADIO_COEX_NODE&amp;#39;
   46 |         GPIO_DT_SPEC_GET(NRF_RADIO_COEX_NODE, srrf_switch_gpios);
      |                          ^~~~~~~~~~~~~~~~~~~
[496/605] Building C object zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/wpa_supp_if.c.obj
ninja: build stopped: subcommand failed.
FAILED: _sysbuild/sysbuild/images/ble_coex-prefix/src/ble_coex-stamp/ble_coex-build /home/youssef/git/apps_wifi/ble_coex/build/_sysbuild/sysbuild/images/ble_coex-prefix/src/ble_coex-stamp/ble_coex-build 
cd /home/youssef/git/apps_wifi/ble_coex/build/ble_coex &amp;amp;&amp;amp; /usr/bin/cmake --build .
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /home/youssef/git/apps_wifi/ble_coex/build&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Please note that I have already activated the &lt;code&gt;nrf70&lt;/code&gt; node in the configuration.&lt;/p&gt;
&lt;p&gt;If needed, I can share my &lt;code&gt;.conf&lt;/code&gt; and overlay files for reference. They are identical to those used in the shell sample, except for RTT activation.&lt;/p&gt;
&lt;p&gt;Looking forward to your guidance.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Youssef&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/thingy91x_5F00_nrf5340_5F00_cpuapp.conf"&gt;devzone.nordicsemi.com/.../thingy91x_5F00_nrf5340_5F00_cpuapp.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/thingy91x_5F00_nrf5340_5F00_cpuapp.overlay"&gt;devzone.nordicsemi.com/.../thingy91x_5F00_nrf5340_5F00_cpuapp.overlay&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/519152?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2025 17:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20e078fb-284f-491f-9648-b732b96324d8</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;I have not been able to reproduce your build error in any of the most recent NCS versions (v2.7.0, v2.8.0 and v2.9.0). It might be that you used&amp;nbsp;the sample from NCS v2.7.0 but built it for NCS v2.8.0 or 2.9.0. If you want to build the sample successfully, you should start with the most recent NCS version 2.9.0 and build the sample without any modifications.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What you try to do on Thingy91X is currently not supported. It may or may not work, but please be aware that there have been many configuration changes from the NCS v2.7.0 to v2.8.0 or NCS v2.9.0.&amp;nbsp;If you do not intend to use LTE, I strongly recommend that you use one of the supported platforms (here you can read about the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/ble_coex/README.html#requirements"&gt;requirements&lt;/a&gt;) such as &lt;a href="https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK"&gt;nrf7002-dk&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518815?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 10:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:496e66d7-4ff6-4c21-a5fc-94de7b8b8be5</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;When i build with nrf5340_cpuapp and i added&amp;nbsp; &lt;span&gt;SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM&lt;/span&gt; into my conf, i get this error&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[337/337] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       65204 B      81408 B     80.10%
             RAM:      304024 B       439 KB     67.63%
     RetainedMem:          0 GB         1 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /home/youssef/git/wifi_apps/ble_coex/build/mcuboot/zephyr/zephyr.elf for board: thingy91x
[477/590] Generating ../../zephyr/net_core_app_update.bin
image.py: sign the payload
[483/590] Generating ../../zephyr/net_core_app_signed.hex
image.py: sign the payload
[485/590] Generating ../../zephyr/net_core_app_test_update.hex
image.py: sign the payload
[544/590] Building C object modules/nrf/drivers/wifi/nrf700x/CMakeFiles/..__nrf__drivers__wifi__nrf700x.dir/src/qspi/src/rpu_hw_if.c.obj
FAILED: modules/nrf/drivers/wifi/nrf700x/CMakeFiles/..__nrf__drivers__wifi__nrf700x.dir/src/qspi/src/rpu_hw_if.c.obj 
ccache /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCONFIG_NRF_WIFI_FW_BIN=/home/youssef/git/nrfxlib/nrf_wifi/fw_bins/default/nrf70.bin -DCONFIG_ZEPHYR -DEXT_API_MAGIC=0x281ee6de,0xb845acea,13570 -DFIRMWARE_INFO_MAGIC=0x281ee6de,0x8fcebb4c,13570 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=200000 -DMBEDTLS_CONFIG_FILE=\&amp;quot;nrf-config.h\&amp;quot; -DMBEDTLS_PSA_CRYPTO_CONFIG -DMBEDTLS_PSA_CRYPTO_CONFIG_FILE=\&amp;quot;nrf-psa-crypto-want-config.h\&amp;quot; -DMBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE=\&amp;quot;nrf-psa-crypto-config.h\&amp;quot; -DNRF5340_XXAA_APPLICATION -DNRF_SKIP_FICR_NS_COPY_TO_RAM -DUSE_PARTITION_MANAGER=1 -DVALIDATION_INFO_MAGIC=0x281ee6de,0x86518483,79106 -DVALIDATION_POINTER_MAGIC=0x281ee6de,0x6919b47e,79106 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/youssef/git/zephyr/include -I/home/youssef/git/wifi_apps/ble_coex/build/zephyr/include/generated -I/home/youssef/git/zephyr/soc/nordic -I/home/youssef/git/zephyr/lib/libc/newlib/include -I/home/youssef/git/zephyr/include/zephyr/posix -I/home/youssef/git/zephyr/soc/nordic/nrf53/. -I/home/youssef/git/zephyr/soc/nordic/common/. -I/home/youssef/git/zephyr/subsys/bluetooth -I/home/youssef/git/zephyr/subsys/net/l2 -I/home/youssef/git/nrf/include -I/home/youssef/git/nrf/modules/hostap/src -I/home/youssef/git/nrf/modules/hostap/../../../modules/lib/hostap -I/home/youssef/git/nrf/modules/hostap/../../../modules/lib/hostap/wpa_supplicant -I/home/youssef/git/nrf/modules/hostap/../../../modules/lib/hostap/src -I/home/youssef/git/nrf/drivers/wifi/nrf700x/inc -I/home/youssef/git/nrfxlib/nrf_wifi/utils/inc -I/home/youssef/git/nrfxlib/nrf_wifi/os_if/inc -I/home/youssef/git/nrfxlib/nrf_wifi/bus_if/bus/qspi/inc -I/home/youssef/git/nrfxlib/nrf_wifi/bus_if/bal/inc -I/home/youssef/git/nrfxlib/nrf_wifi/fw_if/umac_if/inc -I/home/youssef/git/nrfxlib/nrf_wifi/fw_load/mips/fw/inc -I/home/youssef/git/nrfxlib/nrf_wifi/hw_if/hal/inc -I/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/inc -I/home/youssef/git/zephyr/subsys/net/ip -I/home/youssef/git/nrfxlib/nrf_wifi/hw_if/hal/inc/fw -I/home/youssef/git/nrfxlib/nrf_wifi/fw_if/umac_if/inc/fw -I/home/youssef/git/nrfxlib/nrf_wifi/fw_if/umac_if/inc/default -I/home/youssef/git/nrf/tests/include -I/home/youssef/git/modules/hal/cmsis/CMSIS/Core/Include -I/home/youssef/git/zephyr/modules/cmsis/. -I/home/youssef/git/modules/hal/nordic/nrfx -I/home/youssef/git/modules/hal/nordic/nrfx/drivers/include -I/home/youssef/git/modules/hal/nordic/nrfx/mdk -I/home/youssef/git/zephyr/modules/hal_nordic/nrfx/. -I/home/youssef/git/wifi_apps/ble_coex/build/modules/libmetal/libmetal/lib/include -I/home/youssef/git/modules/lib/open-amp/open-amp/lib/include -I/home/youssef/git/modules/debug/segger/SEGGER -I/home/youssef/git/modules/debug/segger/Config -I/home/youssef/git/modules/crypto/tinycrypt/lib/include -I/home/youssef/git/wifi_apps/ble_coex/build/modules/nrf/subsys/nrf_security/src/include/generated -I/home/youssef/git/nrf/subsys/nrf_security/include -I/home/youssef/git/modules/crypto/oberon-psa-crypto/include -I/home/youssef/git/modules/crypto/oberon-psa-crypto/library -I/home/youssef/git/modules/crypto/mbedtls/library -I/home/youssef/git/modules/crypto/mbedtls/include -I/home/youssef/git/modules/crypto/mbedtls/include/library -I/home/youssef/git/nrfxlib/crypto/nrf_oberon/include -I/home/youssef/git/nrfxlib/crypto/nrf_oberon/include/mbedtls -I/home/youssef/git/modules/crypto/oberon-psa-crypto/oberon/drivers -I/home/youssef/git/nrfxlib/softdevice_controller/include -isystem /home/youssef/git/zephyr/lib/libc/common/include -isystem /home/youssef/git/nrfxlib/crypto/nrf_cc312_platform/include -fno-strict-aliasing -Os -imacros /home/youssef/git/wifi_apps/ble_coex/build/zephyr/include/generated/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/youssef/git/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/youssef/git/wifi_apps/ble_coex=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/youssef/git/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/youssef/git=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT modules/nrf/drivers/wifi/nrf700x/CMakeFiles/..__nrf__drivers__wifi__nrf700x.dir/src/qspi/src/rpu_hw_if.c.obj -MF modules/nrf/drivers/wifi/nrf700x/CMakeFiles/..__nrf__drivers__wifi__nrf700x.dir/src/qspi/src/rpu_hw_if.c.obj.d -o modules/nrf/drivers/wifi/nrf700x/CMakeFiles/..__nrf__drivers__wifi__nrf700x.dir/src/qspi/src/rpu_hw_if.c.obj -c /home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c
In file included from /home/youssef/git/zephyr/include/zephyr/toolchain/gcc.h:98,
                 from /home/youssef/git/zephyr/include/zephyr/toolchain.h:50,
                 from /home/youssef/git/zephyr/include/zephyr/kernel_includes.h:23,
                 from /home/youssef/git/zephyr/include/zephyr/kernel.h:17,
                 from /home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:15:
/home/youssef/git/zephyr/include/zephyr/device.h:91:41: error: &amp;#39;__device_dts_ord_DT_N_NODELABEL_nrf700x_P_host_irq_gpios_IDX_0_PH_ORD&amp;#39; undeclared here (not in a function)
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                         ^~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro &amp;#39;_DO_CONCAT&amp;#39;
  137 | #define _DO_CONCAT(x, y) x ## y
      |                          ^
/home/youssef/git/zephyr/include/zephyr/device.h:91:33: note: in expansion of macro &amp;#39;_CONCAT&amp;#39;
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                 ^~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:228:37: note: in expansion of macro &amp;#39;DEVICE_NAME_GET&amp;#39;
  228 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
      |                                     ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:245:34: note: in expansion of macro &amp;#39;DEVICE_DT_NAME_GET&amp;#39;
  245 | #define DEVICE_DT_GET(node_id) (&amp;amp;DEVICE_DT_NAME_GET(node_id))
      |                                  ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:333:25: note: in expansion of macro &amp;#39;DEVICE_DT_GET&amp;#39;
  333 |                 .port = DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node_id, prop, idx)),\
      |                         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:30:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   30 | GPIO_DT_SPEC_GET(NRF7002_NODE, host_irq_gpios);
      | ^~~~~~~~~~~~~~~~
In file included from /home/youssef/git/zephyr/include/zephyr/arch/arm/arch.h:20,
                 from /home/youssef/git/zephyr/include/zephyr/arch/cpu.h:19,
                 from /home/youssef/git/zephyr/include/zephyr/kernel_includes.h:36:
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:36: error: &amp;#39;DT_N_NODELABEL_nrf700x_P_host_irq_gpios_IDX_0_VAL_pin&amp;#39; undeclared here (not in a function); did you mean &amp;#39;DT_N_S_nrf7002_coex_P_req_gpios_IDX_0_VAL_pin&amp;#39;?
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                                    ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:4543:9: note: in definition of macro &amp;#39;DT_CAT7&amp;#39;
 4543 |         a1 ## a2 ## a3 ## a4 ## a5 ## a6 ## a7
      |         ^~
/home/youssef/git/zephyr/include/zephyr/devicetree/gpio.h:110:9: note: in expansion of macro &amp;#39;DT_PHA_BY_IDX&amp;#39;
  110 |         DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
      |         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:334:24: note: in expansion of macro &amp;#39;DT_GPIO_PIN_BY_IDX&amp;#39;
  334 |                 .pin = DT_GPIO_PIN_BY_IDX(node_id, prop, idx),                 \
      |                        ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:30:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   30 | GPIO_DT_SPEC_GET(NRF7002_NODE, host_irq_gpios);
      | ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:29: note: in expansion of macro &amp;#39;DT_CAT&amp;#39;
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                             ^~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:27:22: note: in expansion of macro &amp;#39;DT_NODELABEL&amp;#39;
   27 | #define NRF7002_NODE DT_NODELABEL(nrf700x)
      |                      ^~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:30:18: note: in expansion of macro &amp;#39;NRF7002_NODE&amp;#39;
   30 | GPIO_DT_SPEC_GET(NRF7002_NODE, host_irq_gpios);
      |                  ^~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:91:41: error: &amp;#39;__device_dts_ord_DT_N_NODELABEL_nrf700x_P_iovdd_ctrl_gpios_IDX_0_PH_ORD&amp;#39; undeclared here (not in a function)
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                         ^~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro &amp;#39;_DO_CONCAT&amp;#39;
  137 | #define _DO_CONCAT(x, y) x ## y
      |                          ^
/home/youssef/git/zephyr/include/zephyr/device.h:91:33: note: in expansion of macro &amp;#39;_CONCAT&amp;#39;
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                 ^~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:228:37: note: in expansion of macro &amp;#39;DEVICE_NAME_GET&amp;#39;
  228 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
      |                                     ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:245:34: note: in expansion of macro &amp;#39;DEVICE_DT_NAME_GET&amp;#39;
  245 | #define DEVICE_DT_GET(node_id) (&amp;amp;DEVICE_DT_NAME_GET(node_id))
      |                                  ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:333:25: note: in expansion of macro &amp;#39;DEVICE_DT_GET&amp;#39;
  333 |                 .port = DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node_id, prop, idx)),\
      |                         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:33:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   33 | GPIO_DT_SPEC_GET(NRF7002_NODE, iovdd_ctrl_gpios);
      | ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:36: error: &amp;#39;DT_N_NODELABEL_nrf700x_P_iovdd_ctrl_gpios_IDX_0_VAL_pin&amp;#39; undeclared here (not in a function)
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                                    ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:4543:9: note: in definition of macro &amp;#39;DT_CAT7&amp;#39;
 4543 |         a1 ## a2 ## a3 ## a4 ## a5 ## a6 ## a7
      |         ^~
/home/youssef/git/zephyr/include/zephyr/devicetree/gpio.h:110:9: note: in expansion of macro &amp;#39;DT_PHA_BY_IDX&amp;#39;
  110 |         DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
      |         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:334:24: note: in expansion of macro &amp;#39;DT_GPIO_PIN_BY_IDX&amp;#39;
  334 |                 .pin = DT_GPIO_PIN_BY_IDX(node_id, prop, idx),                 \
      |                        ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:33:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   33 | GPIO_DT_SPEC_GET(NRF7002_NODE, iovdd_ctrl_gpios);
      | ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:29: note: in expansion of macro &amp;#39;DT_CAT&amp;#39;
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                             ^~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:27:22: note: in expansion of macro &amp;#39;DT_NODELABEL&amp;#39;
   27 | #define NRF7002_NODE DT_NODELABEL(nrf700x)
      |                      ^~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:33:18: note: in expansion of macro &amp;#39;NRF7002_NODE&amp;#39;
   33 | GPIO_DT_SPEC_GET(NRF7002_NODE, iovdd_ctrl_gpios);
      |                  ^~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:91:41: error: &amp;#39;__device_dts_ord_DT_N_NODELABEL_nrf700x_P_bucken_gpios_IDX_0_PH_ORD&amp;#39; undeclared here (not in a function)
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                         ^~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro &amp;#39;_DO_CONCAT&amp;#39;
  137 | #define _DO_CONCAT(x, y) x ## y
      |                          ^
/home/youssef/git/zephyr/include/zephyr/device.h:91:33: note: in expansion of macro &amp;#39;_CONCAT&amp;#39;
   91 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
      |                                 ^~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:228:37: note: in expansion of macro &amp;#39;DEVICE_NAME_GET&amp;#39;
  228 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
      |                                     ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/device.h:245:34: note: in expansion of macro &amp;#39;DEVICE_DT_NAME_GET&amp;#39;
  245 | #define DEVICE_DT_GET(node_id) (&amp;amp;DEVICE_DT_NAME_GET(node_id))
      |                                  ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:333:25: note: in expansion of macro &amp;#39;DEVICE_DT_GET&amp;#39;
  333 |                 .port = DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node_id, prop, idx)),\
      |                         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:36:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   36 | GPIO_DT_SPEC_GET(NRF7002_NODE, bucken_gpios);
      | ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:36: error: &amp;#39;DT_N_NODELABEL_nrf700x_P_bucken_gpios_IDX_0_VAL_pin&amp;#39; undeclared here (not in a function)
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                                    ^~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:4543:9: note: in definition of macro &amp;#39;DT_CAT7&amp;#39;
 4543 |         a1 ## a2 ## a3 ## a4 ## a5 ## a6 ## a7
      |         ^~
/home/youssef/git/zephyr/include/zephyr/devicetree/gpio.h:110:9: note: in expansion of macro &amp;#39;DT_PHA_BY_IDX&amp;#39;
  110 |         DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
      |         ^~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:334:24: note: in expansion of macro &amp;#39;DT_GPIO_PIN_BY_IDX&amp;#39;
  334 |                 .pin = DT_GPIO_PIN_BY_IDX(node_id, prop, idx),                 \
      |                        ^~~~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/drivers/gpio.h:369:9: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET_BY_IDX&amp;#39;
  369 |         GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:36:1: note: in expansion of macro &amp;#39;GPIO_DT_SPEC_GET&amp;#39;
   36 | GPIO_DT_SPEC_GET(NRF7002_NODE, bucken_gpios);
      | ^~~~~~~~~~~~~~~~
/home/youssef/git/zephyr/include/zephyr/devicetree.h:200:29: note: in expansion of macro &amp;#39;DT_CAT&amp;#39;
  200 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
      |                             ^~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:27:22: note: in expansion of macro &amp;#39;DT_NODELABEL&amp;#39;
   27 | #define NRF7002_NODE DT_NODELABEL(nrf700x)
      |                      ^~~~~~~~~~~~
/home/youssef/git/nrf/drivers/wifi/nrf700x/src/qspi/src/rpu_hw_if.c:36:18: note: in expansion of macro &amp;#39;NRF7002_NODE&amp;#39;
   36 | GPIO_DT_SPEC_GET(NRF7002_NODE, bucken_gpios);
      |                  ^~~~~~~~~~~~
[560/590] Building C object modules/nrf/drivers/wifi/nrf700x/C...iles/..__nrf__drivers__wifi__nrf700x.dir/src/wpa_supp_if.c.obj
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /home/youssef/git/wifi_apps/ble_coex/build
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Youssef&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518780?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 07:46:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:582f4f9f-8573-4e07-b04a-6d1d591bc90e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;Can you try to include&amp;nbsp;&lt;span&gt;SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM into your configuration and&amp;nbsp;&lt;/span&gt;build your application as secure build (without /ns) instead?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518193?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2025 15:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3635916f-2aac-43f3-aff2-c413cdeb106c</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I tried switching to v2.8.0, but I encountered an issue where the configurations for CONFIG_WIFI_NRF700x and CONFIG_WPA_SUPP were not found. Even with v2.9.0, the same problem persists.&lt;/p&gt;
&lt;p&gt;What I don&amp;#39;t understand is how to properly use Wi-Fi in this context. Should I use the nRF5340 as the host or the nRF9151? When I attempted to understand the process of flashing Wi-Fi code to the nRF7002 chip, I found it confusing due to the limited documentation available.&lt;/p&gt;
&lt;p&gt;Could you please provide some guidance or information on this topic?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Youssef&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518141?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2025 12:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:258d910a-fda4-44af-8122-4268581da086</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;Do you use NCS v2.7.0? Can you check if you used correct Toolchain?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518046?ContentTypeID=1</link><pubDate>Sat, 11 Jan 2025 09:40:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3707ffb-e16f-4f56-af6a-05e7518bfbdf</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Yes, I added &amp;nbsp;&lt;span&gt;SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM to my configuration when building with sysbuild.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Youssef&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/518012?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 16:57:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b970194-9026-4078-8d24-5d02f6a92ea4</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;When building with sysbuild, have you added&amp;nbsp;&lt;span&gt;SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM to your configuration?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517911?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 10:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e34b03b0-1adc-4ceb-a602-c241523d9115</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;This build log is without sysbuild&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; build in pristine mode : for thingy91x/nrf5340/cpuapp/ns
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/ble
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp/ns
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns.dts
-- Found devicetree overlay: dts.overlay
-- Generated zephyr.dts: /home/youssef/git/ble/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/zephyr/dts.cmake

warning: The choice symbol SECURE_BOOT_DEBUG_RTT (defined at
/home/youssef/git/nrf/subsys/bootloader/Kconfig:227) was selected (set =y), but no symbol ended up
as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SECURE_BOOT_DEBUG_RTT and/or look up
SECURE_BOOT_DEBUG_RTT in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: Experimental symbol WIFI_CREDENTIALS is enabled.


warning: Experimental symbol NET_SOCKETS_SERVICE is enabled.

Parsing /home/youssef/git/ble/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/prj.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
Changed board to secure thingy91x/nrf5340/cpuapp (NOT NS)

=== child image b0 -  begin ===
loading initial cache file /home/youssef/git/ble/build/b0/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/nrf/samples/bootloader
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/b0/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/b0/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/b0/zephyr/dts.cmake
Parsing /home/youssef/git/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/bootloader/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/bootloader/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/b0/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/b0/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/b0/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:9 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/b0
=== child image b0 -  end ===


=== child image hci_ipc - CPUNET begin ===
loading initial cache file /home/youssef/git/ble/build/hci_ipc/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/zephyr/samples/bluetooth/hci_ipc
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/hci_ipc/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/hci_ipc/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/hci_ipc/zephyr/dts.cmake

warning: UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL_HAS_DRIVER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.

Parsing /home/youssef/git/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/zephyr/samples/bluetooth/hci_ipc/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/secure_boot.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc

=== child image b0n - CPUNET (inherited) begin ===
loading initial cache file /home/youssef/git/ble/build/hci_ipc/b0n/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/nrf/samples/nrf5340/netboot
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/dts.cmake

warning: UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL_HAS_DRIVER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.

Parsing /home/youssef/git/nrf/samples/nrf5340/netboot/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/nrf5340/netboot/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/b0n/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/b0n/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:895 (message):
  No SOURCES given to Zephyr library: drivers__serial

  Excluding target from build.


CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:2027 (message):
  __ASSERT() statements are globally ENABLED


CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:9 (find_package)


-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/hci_ipc/b0n
=== child image b0n - CPUNET (inherited) end ===

-- libmetal version: 1.5.0 (/home/youssef/git/zephyr/samples/bluetooth/hci_ipc)
-- Build type:  
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.5.0 (/home/youssef/git/modules/lib/open-amp/open-amp)
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Using ccache: /usr/bin/ccache
CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:895 (message):
  No SOURCES given to Zephyr library: drivers__serial

  Excluding target from build.


CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


CMake Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:102 (message):
  

          ---------------------------------------------------------------------
          --- WARNING: Using a bootloader without pm_static.yml.            ---
          --- There are cases where a deployed product can consist of       ---
          --- multiple images, and only a subset of these images can be     ---
          --- upgraded through a firmware update mechanism. In such cases,  ---
          --- the upgradable images must have partitions that are static    ---
          --- and are matching the partition map used by the bootloader     ---
          --- programmed onto the device.                                   ---
          ---------------------------------------------------------------------
          

Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/hci_ipc
=== child image hci_ipc - CPUNET end ===

-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found version &amp;quot;3.10.12&amp;quot;) found components: Interpreter 
Changed board to secure thingy91x/nrf5340/cpuapp (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file /home/youssef/git/ble/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Found devicetree overlay: /home/youssef/git/bootloader/mcuboot/boot/zephyr/app.overlay
-- Found devicetree overlay: /home/youssef/git/nrf/modules/mcuboot/flash_sim.overlay
-- Found devicetree overlay: /home/youssef/git/nrf/modules/mcuboot/usb.overlay
-- Generated zephyr.dts: /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/mcuboot/zephyr/dts.cmake

warning: UART_NRFX (defined at drivers/serial/Kconfig.nrfx:6) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (DT_HAS_NORDIC_NRF_UART_ENABLED ||
DT_HAS_NORDIC_NRF_UARTE_ENABLED) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_NRFX and/or look up UART_NRFX in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: LOG_DEFAULT_LEVEL (defined at subsys/logging/Kconfig.filtering:13) was assigned the value
&amp;#39;0&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_DEFAULT_LEVEL and/or look up
LOG_DEFAULT_LEVEL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: The choice symbol MCUBOOT_LOG_LEVEL_INF (defined at
subsys/logging/Kconfig.template.log_config:17) was selected (set =y), but no symbol ended up as the
choice selection. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT_LOG_LEVEL_INF
and/or look up MCUBOOT_LOG_LEVEL_INF in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: The choice symbol SECURE_BOOT_DEBUG_RTT (defined at
/home/youssef/git/nrf/subsys/bootloader/Kconfig:227) was selected (set =y), but no symbol ended up
as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SECURE_BOOT_DEBUG_RTT and/or look up
SECURE_BOOT_DEBUG_RTT in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: The choice symbol LOG_MODE_MINIMAL (defined at subsys/logging/Kconfig.mode:29) was selected
(set =y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_MODE_MINIMAL and/or look up
LOG_MODE_MINIMAL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.

Parsing /home/youssef/git/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/bootloader/mcuboot/boot/zephyr/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/bootloader/mcuboot/boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/log_minimal.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/pcd/pcd.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/multi_image_mcuboot.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/fw_info.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/modules/mcuboot/tfm.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/modules/mcuboot/fih_low_enable.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:12 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
MCUBoot bootloader key file: /home/youssef/git/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/mcuboot
=== child image mcuboot -  end ===

CMake Warning at /home/youssef/git/nrf/modules/mcuboot/CMakeLists.txt:382 (message):
  

          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------
          



-- libmetal version: 1.5.0 (/home/youssef/git/ble)
-- Build type:  
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.5.0 (/home/youssef/git/modules/lib/open-amp/open-amp)
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:11 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
Partition &amp;#39;b0&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;b0_container&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary_app&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;app_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_secondary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;pcd_sram&amp;#39; is not included in the dynamic resolving since it is statically defined.
Dropping partition &amp;#39;nonsecure_storage&amp;#39; since it is empty.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build
-- west build: building application
[0/591] Creating public key from private key used for signing
[1/591] Preparing syscall dependency handling

[5/591] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[10/591] Creating data to be provisioned to the Bootloader, storing to provision.hex
[21/591] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
[4/332] Preparing syscall dependency handling

[6/332] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[327/332] Linking C executable zephyr/zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map /home/youssef/git/ble/build/mcuboot/zephyr/zephyr_pre0.map 
: &amp;amp;&amp;amp; ccache /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc  -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr/zephyr_pre0.elf  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -fuse-ld=bfd  -T  zephyr/linker_zephyr_pre0.cmd  -Wl,-Map=/home/youssef/git/ble/build/mcuboot/zephyr/zephyr_pre0.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/libarch__arm__core.a  zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a  zephyr/arch/arch/arm/core/cortex_m/cmse/libarch__arm__core__cortex_m__cmse.a  zephyr/lib/libc/minimal/liblib__libc__minimal.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf5340/libsoc__nordic.a  zephyr/boards/boards/arm/thingy91x/lib..__nrf__boards__nordic__thingy91x.a  zephyr/subsys/retention/libsubsys__retention.a  zephyr/drivers/usb/device/libdrivers__usb__device.a  zephyr/drivers/usb/common/nrf_usbd_common/libdrivers__usb__common__nrf_usbd_common.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/flash/libdrivers__flash.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/hwinfo/libdrivers__hwinfo.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/retained_mem/libdrivers__retained_mem.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/fprotect/lib..__nrf__lib__fprotect.a  modules/nrf/subsys/pcd/lib..__nrf__subsys__pcd.a  modules/nrf/subsys/fw_info/lib..__nrf__subsys__fw_info.a  modules/nrf/modules/mcuboot/hooks/lib..__nrf__modules__mcuboot__hooks.a  modules/nrf/drivers/hw_cc3xx/lib..__nrf__drivers__hw_cc3xx.a  modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a  modules/mbedtls/libmbedTLSBase.a  modules/mbedtls/libmbedTLSCrypto.a  modules/mbedtls/libmbedTLSX509.a  modules/mbedtls/libmodules__mbedtls.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  modules/segger/libmodules__segger.a  modules/zcbor/libmodules__zcbor.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -L&amp;quot;/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v8-m.main/nofp&amp;quot;  -L/home/youssef/git/ble/build/mcuboot/zephyr  -lgcc  zephyr/arch/common/libisr_tables.a  modules/mbedtls/libmbedTLSBase.a  modules/mbedtls/libmbedTLSCrypto.a  modules/mbedtls/libmbedTLSX509.a  -mcpu=cortex-m33  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  /home/youssef/git/nrfxlib/crypto/nrf_cc312_platform/lib/cortex-m33/soft-float/no-interrupts/libnrf_cc312_platform_0.9.19.a &amp;amp;&amp;amp; cd /home/youssef/git/ble/build/mcuboot/zephyr &amp;amp;&amp;amp; /usr/bin/cmake -E true
/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `bss&amp;#39; will not fit in region `RAM&amp;#39;
/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: region `RAM&amp;#39; overflowed by 271248 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
[27/591] Generating include/generated/driver-validation.h
FAILED: modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build mcuboot/zephyr/zephyr.hex mcuboot/zephyr/zephyr.elf /home/youssef/git/ble/build/modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.hex /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.elf 
cd /home/youssef/git/ble/build/mcuboot &amp;amp;&amp;amp; /usr/bin/cmake --build . --
[29/591] Generating ../../tfm/CMakeCache.txt
-- Found Git: /usr/bin/git (found version &amp;quot;2.34.1&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found version &amp;quot;3.10.12&amp;quot;) found components: Interpreter 
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/tfm
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /home/youssef/git/ble/build&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and this is with the sysbuild.conf :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;build in pristine mode : for thingy91x/nrf5340/cpuapp/ns
-- west build: making build dir /home/youssef/git/ble/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/ble
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp/ns
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns.dts
-- Found devicetree overlay: dts.overlay
-- Generated zephyr.dts: /home/youssef/git/ble/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/zephyr/dts.cmake

warning: The choice symbol SECURE_BOOT_DEBUG_RTT (defined at
/home/youssef/git/nrf/subsys/bootloader/Kconfig:227) was selected (set =y), but no symbol ended up
as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SECURE_BOOT_DEBUG_RTT and/or look up
SECURE_BOOT_DEBUG_RTT in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: Experimental symbol WIFI_CREDENTIALS is enabled.


warning: Experimental symbol NET_SOCKETS_SERVICE is enabled.

Parsing /home/youssef/git/ble/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_ns_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/prj.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
Changed board to secure thingy91x/nrf5340/cpuapp (NOT NS)

=== child image b0 -  begin ===
loading initial cache file /home/youssef/git/ble/build/b0/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/nrf/samples/bootloader
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/b0/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/b0/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/b0/zephyr/dts.cmake
Parsing /home/youssef/git/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/bootloader/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/bootloader/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/b0/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/b0/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/b0/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:9 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/b0
=== child image b0 -  end ===


=== child image hci_ipc - CPUNET begin ===
loading initial cache file /home/youssef/git/ble/build/hci_ipc/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/zephyr/samples/bluetooth/hci_ipc
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/hci_ipc/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/hci_ipc/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/hci_ipc/zephyr/dts.cmake

warning: UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL_HAS_DRIVER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.

Parsing /home/youssef/git/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/zephyr/samples/bluetooth/hci_ipc/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/secure_boot.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc

=== child image b0n - CPUNET (inherited) begin ===
loading initial cache file /home/youssef/git/ble/build/hci_ipc/b0n/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/nrf/samples/nrf5340/netboot
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/dts.cmake

warning: UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL_HAS_DRIVER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.

Parsing /home/youssef/git/nrf/samples/nrf5340/netboot/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/samples/nrf5340/netboot/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/b0n/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/hci_ipc/b0n/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:895 (message):
  No SOURCES given to Zephyr library: drivers__serial

  Excluding target from build.


CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:2027 (message):
  __ASSERT() statements are globally ENABLED


CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:9 (find_package)


-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/hci_ipc/b0n
=== child image b0n - CPUNET (inherited) end ===

-- libmetal version: 1.5.0 (/home/youssef/git/zephyr/samples/bluetooth/hci_ipc)
-- Build type:  
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.5.0 (/home/youssef/git/modules/lib/open-amp/open-amp)
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Using ccache: /usr/bin/ccache
CMake Warning at /home/youssef/git/zephyr/CMakeLists.txt:895 (message):
  No SOURCES given to Zephyr library: drivers__serial

  Excluding target from build.


CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


CMake Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:102 (message):
  

          ---------------------------------------------------------------------
          --- WARNING: Using a bootloader without pm_static.yml.            ---
          --- There are cases where a deployed product can consist of       ---
          --- multiple images, and only a subset of these images can be     ---
          --- upgraded through a firmware update mechanism. In such cases,  ---
          --- the upgradable images must have partitions that are static    ---
          --- and are matching the partition map used by the bootloader     ---
          --- programmed onto the device.                                   ---
          ---------------------------------------------------------------------
          

Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/hci_ipc
=== child image hci_ipc - CPUNET end ===

-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found version &amp;quot;3.10.12&amp;quot;) found components: Interpreter 
Changed board to secure thingy91x/nrf5340/cpuapp (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file /home/youssef/git/ble/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /home/youssef/git/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.22.1
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr)
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Found host-tools: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/youssef/zephyr-sdk-0.17.0)
-- Found Dtc: /home/youssef/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Found devicetree overlay: /home/youssef/git/bootloader/mcuboot/boot/zephyr/app.overlay
-- Found devicetree overlay: /home/youssef/git/nrf/modules/mcuboot/flash_sim.overlay
-- Found devicetree overlay: /home/youssef/git/nrf/modules/mcuboot/usb.overlay
-- Generated zephyr.dts: /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/youssef/git/ble/build/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/youssef/git/ble/build/mcuboot/zephyr/dts.cmake

warning: UART_NRFX (defined at drivers/serial/Kconfig.nrfx:6) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (DT_HAS_NORDIC_NRF_UART_ENABLED ||
DT_HAS_NORDIC_NRF_UARTE_ENABLED) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_NRFX and/or look up UART_NRFX in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: LOG_DEFAULT_LEVEL (defined at subsys/logging/Kconfig.filtering:13) was assigned the value
&amp;#39;0&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_DEFAULT_LEVEL and/or look up
LOG_DEFAULT_LEVEL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: The choice symbol MCUBOOT_LOG_LEVEL_INF (defined at
subsys/logging/Kconfig.template.log_config:17) was selected (set =y), but no symbol ended up as the
choice selection. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT_LOG_LEVEL_INF
and/or look up MCUBOOT_LOG_LEVEL_INF in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: The choice symbol SECURE_BOOT_DEBUG_RTT (defined at
/home/youssef/git/nrf/subsys/bootloader/Kconfig:227) was selected (set =y), but no symbol ended up
as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SECURE_BOOT_DEBUG_RTT and/or look up
SECURE_BOOT_DEBUG_RTT in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: The choice symbol LOG_MODE_MINIMAL (defined at subsys/logging/Kconfig.mode:29) was selected
(set =y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_MODE_MINIMAL and/or look up
LOG_MODE_MINIMAL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.

Parsing /home/youssef/git/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;/home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/bootloader/mcuboot/boot/zephyr/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/bootloader/mcuboot/boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/log_minimal.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/pcd/pcd.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/multi_image_mcuboot.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/bootloader/image/fw_info.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/modules/mcuboot/tfm.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/modules/mcuboot/fih_low_enable.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/youssef/git/ble/build/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;
-- Found GnuLd: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:12 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
MCUBoot bootloader key file: /home/youssef/git/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/mcuboot
=== child image mcuboot -  end ===

CMake Warning at /home/youssef/git/nrf/modules/mcuboot/CMakeLists.txt:382 (message):
  

          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------
          



-- libmetal version: 1.5.0 (/home/youssef/git/ble)
-- Build type:  
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.5.0 (/home/youssef/git/modules/lib/open-amp/open-amp)
-- Host:    Linux/x86_64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Using ccache: /usr/bin/ccache
CMake Deprecation Warning at /home/youssef/git/nrf/cmake/partition_manager.cmake:32 (message):
  

            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------
Call Stack (most recent call first):
  /home/youssef/git/zephyr/cmake/modules/kernel.cmake:253 (include)
  /home/youssef/git/zephyr/cmake/modules/zephyr_default.cmake:141 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/youssef/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:11 (find_package)


-- Found partition manager static configuration: /home/youssef/git/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_pm_static.yml
Partition &amp;#39;b0&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;b0_container&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s0_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;s1_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary_app&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;app_image&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_secondary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;pcd_sram&amp;#39; is not included in the dynamic resolving since it is statically defined.
Dropping partition &amp;#39;nonsecure_storage&amp;#39; since it is empty.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build
-- west build: building application
[0/591] Creating public key from private key used for signing
[1/591] Preparing syscall dependency handling

[5/591] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[14/591] Creating data to be provisioned to the Bootloader, storing to provision.hex
[23/591] Performing build step for &amp;#39;b0_subimage&amp;#39;
[1/151] Preparing syscall dependency handling

[5/151] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[151/151] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       24048 B        32 KB     73.39%
             RAM:        5680 B       407 KB      1.36%
     RetainedMem:          0 GB         1 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /home/youssef/git/ble/build/b0/zephyr/zephyr.elf for board: thingy91x
[28/591] Performing build step for &amp;#39;hci_ipc_subimage&amp;#39;
[0/226] Creating public key from private key used for signing
[1/226] Preparing syscall dependency handling

[5/226] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[8/226] Creating data to be provisioned to the Bootloader, storing to provision.hex
[13/226] Performing build step for &amp;#39;b0n_subimage&amp;#39;
[1/142] Preparing syscall dependency handling

[5/142] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[142/142] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       22496 B      34176 B     65.82%
             RAM:        4704 B        64 KB      7.18%
           SRAM1:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /home/youssef/git/ble/build/hci_ipc/b0n/zephyr/zephyr.elf for board: thingy91x
[222/226] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      160956 B       222 KB     70.80%
             RAM:       48680 B        64 KB     74.28%
           SRAM1:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /home/youssef/git/ble/build/hci_ipc/zephyr/zephyr.elf for board: thingy91x
[223/226] Creating signature of application
[224/226] Creating validation for zephyr.hex, storing to
[226/226] Generating zephyr/merged_CPUNET.hex
[32/591] Generating ../../tfm/CMakeCache.txt
-- Found Git: /usr/bin/git (found version &amp;quot;2.34.1&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found version &amp;quot;3.10.12&amp;quot;) found components: Interpreter 
-- Found Python3: /home/youssef/git/ble/env/bin/python3 (found suitable version &amp;quot;3.10.12&amp;quot;, minimum required is &amp;quot;3.8&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/youssef/.cache/zephyr
-- Configuring done
-- Generating done
-- Build files have been written to: /home/youssef/git/ble/build/tfm
[38/591] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
[1/332] Preparing syscall dependency handling

[7/332] Generating include/generated/version.h
-- Zephyr version: 3.6.99 (/home/youssef/git/zephyr), build: v3.6.99-ncs2
[327/332] Linking C executable zephyr/zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map /home/youssef/git/ble/build/mcuboot/zephyr/zephyr_pre0.map 
: &amp;amp;&amp;amp; ccache /home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc  -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr/zephyr_pre0.elf  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -fuse-ld=bfd  -T  zephyr/linker_zephyr_pre0.cmd  -Wl,-Map=/home/youssef/git/ble/build/mcuboot/zephyr/zephyr_pre0.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/libarch__arm__core.a  zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a  zephyr/arch/arch/arm/core/cortex_m/cmse/libarch__arm__core__cortex_m__cmse.a  zephyr/lib/libc/minimal/liblib__libc__minimal.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/soc/soc/nrf5340/libsoc__nordic.a  zephyr/boards/boards/arm/thingy91x/lib..__nrf__boards__nordic__thingy91x.a  zephyr/subsys/retention/libsubsys__retention.a  zephyr/drivers/usb/device/libdrivers__usb__device.a  zephyr/drivers/usb/common/nrf_usbd_common/libdrivers__usb__common__nrf_usbd_common.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/flash/libdrivers__flash.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/hwinfo/libdrivers__hwinfo.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/retained_mem/libdrivers__retained_mem.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/fprotect/lib..__nrf__lib__fprotect.a  modules/nrf/subsys/pcd/lib..__nrf__subsys__pcd.a  modules/nrf/subsys/fw_info/lib..__nrf__subsys__fw_info.a  modules/nrf/modules/mcuboot/hooks/lib..__nrf__modules__mcuboot__hooks.a  modules/nrf/drivers/hw_cc3xx/lib..__nrf__drivers__hw_cc3xx.a  modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a  modules/mbedtls/libmbedTLSBase.a  modules/mbedtls/libmbedTLSCrypto.a  modules/mbedtls/libmbedTLSX509.a  modules/mbedtls/libmodules__mbedtls.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  modules/segger/libmodules__segger.a  modules/zcbor/libmodules__zcbor.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -L&amp;quot;/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v8-m.main/nofp&amp;quot;  -L/home/youssef/git/ble/build/mcuboot/zephyr  -lgcc  zephyr/arch/common/libisr_tables.a  modules/mbedtls/libmbedTLSBase.a  modules/mbedtls/libmbedTLSCrypto.a  modules/mbedtls/libmbedTLSX509.a  -mcpu=cortex-m33  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  /home/youssef/git/nrfxlib/crypto/nrf_cc312_platform/lib/cortex-m33/soft-float/no-interrupts/libnrf_cc312_platform_0.9.19.a &amp;amp;&amp;amp; cd /home/youssef/git/ble/build/mcuboot/zephyr &amp;amp;&amp;amp; /usr/bin/cmake -E true
/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `bss&amp;#39; will not fit in region `RAM&amp;#39;
/home/youssef/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: region `RAM&amp;#39; overflowed by 271248 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
[41/591] Generating ../../zephyr/net_core_app_update.bin
image.py: sign the payload
[42/591] Generating ../../zephyr/net_core_app_signed.hex
image.py: sign the payload
[43/591] Generating ../../zephyr/net_core_app_test_update.hex
image.py: sign the payload
[44/591] Generating ../../zephyr/net_core_app_moved_test_update.hex
FAILED: modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build mcuboot/zephyr/zephyr.hex mcuboot/zephyr/zephyr.elf /home/youssef/git/ble/build/modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.hex /home/youssef/git/ble/build/mcuboot/zephyr/zephyr.elf 
cd /home/youssef/git/ble/build/mcuboot &amp;amp;&amp;amp; /usr/bin/cmake --build . --
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /home/youssef/git/ble/build&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517905?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 10:15:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a1a3b44-1199-4520-ae81-fdea65cb5910</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;Are you building the sample with or without sysbuild?&lt;br /&gt;If you use sysbuild, you could try to add&amp;nbsp;&lt;span&gt;SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM=y. You can look at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html#sysbuild_configuration_files"&gt;sysbuild configuration files&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Please provide full log including your build command.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517904?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 10:06:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c34a90-00f8-41b3-9f77-6f54d301bb85</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Yes i use NCS 2.7.0&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Youssef&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517901?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 10:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15c7115e-90eb-4cac-92f2-8b73922a234c</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;Do you use NCS? If you use NCS, which NCS version do you use?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517900?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 10:00:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deed4cd3-d4fe-4b18-893f-5e9aa4a92347</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;The idea behind my application is to connect my Thingy91x board to the internet using Wi-Fi while simultaneously receiving data via BLE from another device.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not entirely sure which chip to use as the host. From what I understand based on the hardware description, it seems that using BLE and Wi-Fi together requires the nRF5340 as the host.&lt;/p&gt;
&lt;p&gt;In general, my plan is to send data from the internal sensors to a server using Wi-Fi, while also receiving external sensor data from other devices via BLE.&lt;/p&gt;
&lt;p&gt;I hope this explanation makes my idea clear.&lt;/p&gt;
&lt;p&gt;I truly appreciate your help.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Youssef&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517892?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 09:42:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e4efb2d-5ca2-4ff8-b814-d846f671b245</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Youssef,&lt;br /&gt;&lt;br /&gt;Can you show your build command and full error log?&lt;br /&gt;&lt;br /&gt;What are your plans for the host chip, do you want to use nrf9151 or nrf5340 as a host for ntf7002?&lt;br /&gt;You can look at&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_thingy91x/page/UG/thingy91x/hw_description/nrf7002.html"&gt;nrf7002 IC hardware description&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517754?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 15:06:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85052ae8-f21c-4d39-b81e-f822313ad59b</guid><dc:creator>Youssef Elbattah</dc:creator><description>&lt;p&gt;My goal is to manage the coexistence between Wi-Fi and BLE in the 2.4 GHz band because I want to use Wi-Fi and BLE at the same time without any interference.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Youssef&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enable coexistence between Wi-Fi &amp; BLE on thingy91x</title><link>https://devzone.nordicsemi.com/thread/517752?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 15:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a73d71dd-fad1-481f-ab8f-31717809908a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;According to&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/ble_coex/README.html#requirements"&gt;requirements&lt;/a&gt;&amp;nbsp;specified in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/ble_coex/README.html"&gt;Wi-Fi BLE coexistence&lt;/a&gt;&amp;nbsp;sample documentation, Thingy91X is not supported platform. Have you considered other boards which are listed as supported in the sample?&lt;br /&gt;Is there any specific reason why you want to run the sample on Thingy91X?&lt;br /&gt;&lt;br /&gt;Could you provide more information about your use case? What are you trying to achieve?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>