Skip to content

MIMXRT1160-EVK Octal Flash #83607

Answered by DerekSnell
rtborg asked this question in General
Jan 6, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @rtborg ,
Did you also update the Flash Configuration Block (FCB) for the octal flash? NXP does have other boards supported in Zephyr using the mx25um51345g flash, including the MIMXRT595-EVK or VMU-RT1170. The boards include a flash_config file, with the flash_config structure stored in the FCB. This tells the ROM bootloader how to configure the FlexSPI interface to access the external flash. The MIMXRT1160-EVK CMakeList.txt includes a file evkmimxrt1160_flexspi_nor_config.c which includes the qspiflash_config struct for the default QSPI flash on that EVK. The MIMXRT595-EVK includes a different flash_config.c for the octal flash mx25um51345g. Your board would need a similar FCB to boo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rtborg
Comment options

You must be logged in to vote
1 reply
@DerekSnell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #83600 on January 06, 2025 18:59.