Configure devicetree overlay for mcuboot

Hi,

I am using the actinius icarus board, and i want to use external flash for bootloading. It all works fine, except i have to add this segment in the actinius dtsi file :

	chosen {
		nordic,pm-ext-flash = &w25q64;
	};

Which is unpractical, because we don't really want to use a custom zephyr repo. I have also tried to put it in my shield overlay, but this also didn't work.

So my questions are:

 - Can I specify a dts overlay to mcuboot via cmake?

- Does it make sense to make a merge request this code-snippet i added, or would this break stuff for other people?

Thanks,

Parents Reply Children
No Data
Related