Replies: 1 comment 3 replies
-
is your 1050-evk or evkb version, iirc both of them has DIP switch to change the boot device. QSPI is implemented by default since it is the most likely flash device people would design board around. For adding hyper flash support, I think we will only need to change the bootrom flash driver, device control config and/or board's pins config. Most of the tinyuf2 code could be untouched. Let me know if you could make the DIP changes, otherwise I will also try to pull out my 1050-evkB to test with hyperflash later as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The UF2 implementation in mimxrt1050-evk supports QSPI flash. The MIMXRT1050-EVK board I have was delivered configured for Hyperflash, and according to the data sheet that is the default. I do not know how many people rewire the board for QSPI, but for me it's not feasible.
Is there a Hyperflash version of the UF2 bootloader available or planned?
Beta Was this translation helpful? Give feedback.
All reactions