dpeng
New Contributor
3 months agoCyclone V: how to boot Linux from QSPI?
I am building a system with Buildroot and Barebox as the bootloader. I can generate a working SD card image. Now, I want to transpose this to a 64MiB NOR QSPI flash on the SoM.
I read the HPS boot guide, that describes the required SD card partition layout, but it is not very verbose about the QSPI...
I read that UBI + UBIFS is very common for NOR flash. I understand that it is well suited for the rootfs. But where should I place the pre-loader?
Could someone give more details to install Linux on a QSPI and boot from it?