Hi friends!! I'm sorry if this isn't the right way of asking a question.
For booting the imxrt10xx from SPI flash it needs a flash config block starting with "ascii "FCFB" Big Endian" from address 0 - 0x1000 of the flash documented on page 217 of the imxrt1050RM. The problem I see is that we cant put a binary blob into U-Boot, and I don't see a way to do this in the IMX docs folder(maybe I'm blind). So I want to ask if there is a way to do it already and if not should i make another program for /tools or add it to imximage. I have already made something simple here: https://github.com/Mr-Bossman/imx_flashconf https://repo.jachan.dev/?p=imx_flashconf.git;a=tree Please ignore the formatting inconsistencies. Also on a side note is there a way for U-Boot to run in XIP mode it seems like there is but I cant figure it out. And would there be willingness to add drivers for psram? Sorry about the spam... Thank you, Jesse Taube

