Hi,
I am working on LS2088ARDB(lsdk 18_12), I am facing issue with SD card, when i am booting from QSPI, SD card is not getting detected when I tried to boot from QSPI. I am not seeing this issue when i am booting from the NOR.
Error i am getting is "Card did not respond to voltage select!".
I observered that few of the pin are muxed, for the SPI flash and the SDHC.
1. I have update following things in the RCW
SPI_BASE_BASE=2
SPI_PCS_BASE=3
SDHC_BASE=0
2. I checked the value of BRDGFG5 in the u-boot, the value is coming as zero(As show in the below screenshot).
Currently, according to configuration when CONFIG_FSL_QSPI is enabled, CONFIG_FSL_QIXIS is not defined.
So i have enabled(CONFIG_FSL_QIXIS) manually to check/set the BRDGFG5 register in the function "config_board_mux" in ls2080ardb.c, even after changing the mux pin still I am not able to resolve the issue.
Can you please support me in resolving the issue?
Look at the following pages:
https://forums.xilinx.com/t5/Embedded-Linux/U-boot-boot-failure/td-p/451704
https://forum.rocketboards.org/t/card-did-not-respond-to-voltage-select/708/3
Perhaps your problem concerns to clock problem.
Have a great day,
Pavel Chubakov
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------
I am using revision f3 version of the board