You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building bootloader: west build -b nucleo_wb55rg -s bootloader/mcuboot/boot/zephyr -d build/mcuboot
Building application: west build -b nucleo_wb55rg -s zephyr/samples/hello_world -d build/hello-signed -- -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
Flashing: west flash -d build/mcuboot west flash -d build/hello-signed
The only result i get is:
*** Booting Zephyr OS build v3.6.0-2322-gabf32ced7451 ***
I: Starting bootloader
When looking on forums i added to my bootloader build: west build -b nucleo_wb55rg -s bootloader/mcuboot/boot/zephyr -d build/mcuboot -- -DCONFIG_BOOT_SWAP_USING_MOVE=y
source: #62802
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm trying to get mcuboot working on a nucleo_wb55rg but I fail to get it working.
I'm using the latest version of zephyr (3.6.99).
I'm using the default device tree implemented by zephyr.
For the application I'm using the hello_world of MCU-boot sample.
The commands that i am running are: (found these on: https://docs.zephyrproject.org/latest/develop/west/sign.html)
Building bootloader:
west build -b nucleo_wb55rg -s bootloader/mcuboot/boot/zephyr -d build/mcuboot
Building application:
west build -b nucleo_wb55rg -s zephyr/samples/hello_world -d build/hello-signed -- -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
Flashing:
west flash -d build/mcuboot
west flash -d build/hello-signed
The only result i get is:
When looking on forums i added to my bootloader build:
west build -b nucleo_wb55rg -s bootloader/mcuboot/boot/zephyr -d build/mcuboot -- -DCONFIG_BOOT_SWAP_USING_MOVE=y
source: #62802
Sadly the ouptput just changes a little:
Help would be greatly appreciated!
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions