I’m struggling a bit… when trying to build I get:
/opt/nordic/ncs/v1.5.1/bootloader/mcuboot/boot/zephyr/main.c:149:2: error: #error “Unsupported board: led0 devicetree alias is not defined”
149 | #error “Unsupported board: led0 devicetree alias is not defined”
| ~~
/opt/nordic/ncs/v1.5.1/bootloader/mcuboot/boot/zephyr/main.c: In function ‘led_init’:
/opt/nordic/ncs/v1.5.1/bootloader/mcuboot/boot/zephyr/main.c:157:28: error: ‘LED0_GPIO_LABEL’ undeclared (first use in this function); did you mean ‘DT_GPIO_LABEL’?
157 | led = device_get_binding(LED0_GPIO_LABEL);
| ^~~~~~~~~~~~~~
| DT_GPIO_LABEL
I can see that my custom overlay is being added
– Adding .overlay for mcuboot.
– /opt/nordic/ncs/v1.5.1/nfed/samples/blinky/conf/mcuboot/circuitdojo_feather_nrf9160ns.overlay
not sure what is messed up 🙁