Modify mcuboot to work with NAND flash

I am currently working with the nRF5340 and using NAND flash for data storage. With the current code size, I need to create a secondary partition in the external NAND flash to support firmware updates via OTA. I understand that Zephyr’s MCUBoot currently supports only NOR flash partitions.

Could you point me to any repositories or resources that could help or provide a guidance on how to add NAND flash support to my setup? Alternatively, is there a way to implement OTA with only a single partition?

Related