Hi,
do you know if there is a plan to extend this excellent article done by xinyu_chen
Run Zephyr on A55 with FRDM-IMX93 and FRDM-IMX91
adding support to FRDM-IMX91S?
Thanks
Hi aspin:
Zephyr has built-in support for SPI NOR flash via the jedec, spi-nor compatible. But SPI NAND is not directly supported in the same way.
I found one NAND Flash project in Zephyr as below, it includes SPI communication logic and example handle implementation. maybe you can take it for reference
https://github.com/D-Buckingham/NAND_flash
https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html
Regards
Daniel
please feel free to reach out us if you experience any issues or need further assistance.
Regards
Daniel