Hi,
I’m using GD25WB256 as external flash on nRF9151 for MCUboot secondary slot. It’s currently not available from our supplier, so I’m looking for alternatives.
Current overlay:
/ {
chosen {
nordic,pm-ext-flash = &gd25wb256;
};
};
&gd25wb256 {
status = "okay";
};
Questions:
- What are good 256Mbit SPI NOR alternatives (preferably 1.8V) that work well with nRF Connect SDK + MCUboot?
- Considering Winbond / ISSI / Macronix parts
- For replacing the flash, is it enough to:
- Just update the device tree (JEDEC ID, size)
- Keep everything else unchanged?
- Anything to watch out for (4-byte addressing, SFDP, etc.)?
Thanks!