Altera_Forum
Honored Contributor
12 years agoQuestions about the boot from the QSPI Flash.
Hi,
Board: Cyclone V SoC FPGA I try to boot from QSPI Flash in this board, but it does not work. BSEL tried both 0x6(1.8V QSPI Flash) and 0x7(3.0V QSPI Flash). Tools that were used is quartus_hps.exe. First I tried the following to boot up to U-BOOT. write to 0x00000000, 0x00010000, 0x00020000, 0x00030000 the u-boot-spl.bin. Write to the 0x00050000 socfpga_cyclone5.dtb. Write to the 0x00060000 u-boot.bin. Is there a mistake or excess or deficiency of the procedure? Thanks, ozawa