imx7dsabresd - Add support for QSPI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx7dsabresd - Add support for QSPI

1,002 次查看
blessy_abraham
Contributor III

Hi, 
I am using imx7dsabresd board with linux version 4.14.98. I want to add QSPI support. All the hardware related changes are made as per the schematics. Could you please brief the steps i need to follow to enable QSPI in u-boot.    

标签 (1)
标记 (2)
4 回复数

797 次查看
shivanipatel
Senior Contributor II

Hi, Blessy Abraham

I assume you are booting from SD Card and you want to detect QSPI from SD Card U-Boot. For this, you need to define CONFIG_SPI_FLASH_MACRONIX Macro in U-Boot defconfig.

Regards,

Shivani

0 项奖励
回复

797 次查看
blessy_abraham
Contributor III

Hi Shivani, 
I could successfully probe the QSPI, there are few more Macros that need to be added, I compared with qspi1_defconfig. Could you please share the steps for flashing u-boot to QSPI?

0 项奖励
回复

797 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Take a look to the i.MX Linux® User's Guide , section 4.7.4 Running the Linux OS image from QuadSPI.

 

Hope this helps,

Best regards,
Aldo.

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

797 次查看
blessy_abraham
Contributor III

Hi Aldo, 
I haven't flashed the QSPI, i just want to know whether there is any settings that i need to change to enable the QSPI, as my sf probe command is giving me this error :
=> sf probe
SF: unrecognized JEDEC id bytes: 00, 00, 00
Failed to initialize SPI flash at 0:0

0 项奖励
回复