davidahoward1 it’s likely working but if you’re using an older version of NCS the changes I’ve committed upstream haven’t hit NCS yet. You can apply this patch:
to bootloader/mcuboot
which will add that functionality back. You will also have to create an .overlay for the sample you’re working with:
/ {
aliases {
bootloader-led0 = &blue_led;
};
};
// Full speed ahead
&uart0 {
status = "okay";
current-speed = <1000000>;
tx-pin = <6>;
rx-pin = <5>;
};
Add add it to your CMakeLists.txt similar how I did it here: https://www.jaredwolff.com/optimize-zephyr-config-and-overlays/#mcuboot