SD card is giving error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SD card is giving error

718 Views
nagarajupoliset
Contributor I

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.

pastedImage_4.png

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).

pastedImage_5.png

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?

Tags (2)
0 Kudos
2 Replies

594 Views
Pavel
NXP Employee
NXP Employee

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.
-------------------------------------------------------------------------------

0 Kudos

594 Views
nagarajupoliset
Contributor I

I am using revision f3 version of the board

0 Kudos