We are developing with Zephyr and the NRF54l15 and need to use a NAND flash IC (Macronix for example).
But it looks like there isn't any NAND flash support.
Can you point us to any example code?
We are developing with Zephyr and the NRF54l15 and need to use a NAND flash IC (Macronix for example).
But it looks like there isn't any NAND flash support.
Can you point us to any example code?
Hello,
Sorry, but Zephyr currently does not support NAND flash. You can refer to this pull request for more context. Unfortunately, there isn’t an out of the-box sample available that I can point you to for this use case.
Kind Regards,
Abhijith
Hello,
Sorry, but Zephyr currently does not support NAND flash. You can refer to this pull request for more context. Unfortunately, there isn’t an out of the-box sample available that I can point you to for this use case.
Kind Regards,
Abhijith
Thank you for your response.
We are looking at that PR and attempting to use the relevant driver support.
However, if successfully integrated, will Zephyr littleFS work with it? is there another filesystem provided by Zephyr that does support NAND flash?
Hello,
jthmp said:However, if successfully integrated, will Zephyr littleFS work with it? is there another filesystem provided by Zephyr that does support NAND flash?
I would say that PR is a good starting point, and technically it should work. However, the nRF Connect SDK is tested and supported with NOR flash, not NAND flash, so I would say the level of support I can provide in here is limited.
Kind Regards,
Abhijith
Ok, what about FatFS or as a Disk Drive..?