-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAMA5D2 Xplained SD highspeed sd cards issue using at91bootstrap v4.0.1 #149
Comments
I just checked that the same artifacts on another sd do work properly. Clearly it is due to the SD model itself, any ideas? In
|
Hi @afinfante I would need this card to test myself , to be able to reproduce your issue. I will see if I can find it for purchase in a shop. |
Is your card SDHC or SDXC ? |
Hello @ehristev, thank you for getting back to me so quickly. It is SDHC. I leave you here the exact model: Kingston CANVAS Select Plus. That's what it says on the engraving of the SD. Reading the box for that model it seems to say that the 64GB - 1TB are SDXC and the 16GB - 32GB are SDHC. In this case I have a 32 GB sd card, so... |
Hello again @ehristev and thank you in advance, That's it, it's exactly the same board. The plans are to make serveral modifications to it but for the moment it is as I received it. The truth is that I've also found this behaviour quite curious, that's why I've decided to get in touch with you. That's, there is no power cycle, just a reboot ordered by SW. However in this same scenario with the other model of Sandisk that I left in the first post everything works properly It should be the same if that was happening right? |
Well let me say this, sandisk is part of the original Secure Digital that invented the SD protocol... while Kingston, well. Looking through your logs, it looks like the card refuses to switch to high speed mode. |
Hello @ehristev, sorry for the delay. |
Good afternoon @ehristev!
|
@ehristev is there a solution to this? Is there a list of approved SD cards that can be found on Amazon, or otherwise? I am having a similar issue with a couple SD cards on the SAMA5d27-SOM1-EK1. I've downloaded multiple demos from linux4sam.org and the issue persists. I've also went back to look at different versions. I thought I may have changed the boot fuses, so I bought a new SAMA5d27-SOM1-EK1 to make sure it was a virgin board.
Can you point me to a supported SD card? |
the current code has some anomaly that I am investigating and wanted to report. The sd card used is a Kingston canvas select plus 32 GB. After the SW reboot (at the first start-up everything works properly) of the card the SSBL is unable to load the UBoot as it happens in issues such as 44, and 98.
I attach the log obtained as well as the patch applied on this version to obtain the traces as follows.
Thank you in advance for your help @ehristev
at91bootstrap/driver/mci_media.c
Line 459 in 646977a
The text was updated successfully, but these errors were encountered: