Forum Discussion
TG_GER
New Contributor
2 years agoArria10 SPI/QPSI access
Hi, I use an Arria10 SOCFPGA with the u-boot version v2014.10. The U-boot is on the SD card. Now I would like to have access to the QSPI from the u-boot CLI. The SF command is not available for...
tehjingy_Altera
Regular Contributor
2 years agoHi
Could you share me ur current defconfig file that you are using.
Try taking a look at the hidden ".config" file under the uboot working directory.
By right it is enabled by default.
Regards
Jingyang, Teh
- TG_GER2 years ago
New Contributor
Hi thanks,
here is my socfoga_arria10_deconfig file:
+S:CONFIG_ARM=y +S:CONFIG_TARGET_SOCFPGA_ARRIA10=y CONFIG_MMC_CFF=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10" CONFIG_SKIP_LOWLEVEL_INIT=n CONFIG_CADENCE_QSPI=y CONFIG_MMC=y CONFIG_CMD_SF=yat the uboot-socfpga folder is da file ".socfpga_config" but this file is emty there is no ".config" file inside this folder.
thank,
ben