All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Regression from v2013.04-rc3 with sdcard detection
@ 2013-04-21 17:29 Nicolas Chauvet
  2013-05-02 17:53 ` Stephen Warren
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Chauvet @ 2013-04-21 17:29 UTC (permalink / raw)
  To: u-boot

Hi,

I'm experiencing a regression from v2013.04-rc3 that I found related to the
following commit:

64f4a6192f0670de2d9af98900b750a3e7bf8ce6
1741c64d642a95c4bb88a2b03e96c6dc7ed5fe62

With v2013.04 release, when trying to boot from sdcard, I have:
"Card did not respond to voltage select"
while detecting the sdcard as mmc 1

Without theses commit or with v2013.04-rc3
**File not found /boot.scr.uimg ***
.and then it find /boot.src on the sdcard.

This was experienced on the Toshiba AC100, aka paz00 using a tegra20 arm
chipset.
I don't know if others arm boards are affected (such as pandaboard..) ?


Thx

Nicolas (kwizart)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Regression from v2013.04-rc3 with sdcard detection
  2013-04-21 17:29 [U-Boot] Regression from v2013.04-rc3 with sdcard detection Nicolas Chauvet
@ 2013-05-02 17:53 ` Stephen Warren
  2013-05-03  2:27   ` Jaehoon Chung
  2013-05-03 12:35   ` Nicolas Chauvet
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Warren @ 2013-05-02 17:53 UTC (permalink / raw)
  To: u-boot

On 04/21/2013 11:29 AM, Nicolas Chauvet wrote:
> Hi,
> 
> I'm experiencing a regression from v2013.04-rc3 that I found related to the
> following commit:
> 
> 64f4a6192f0670de2d9af98900b750a3e7bf8ce6
> 1741c64d642a95c4bb88a2b03e96c6dc7ed5fe62
> 
> With v2013.04 release, when trying to boot from sdcard, I have:
> "Card did not respond to voltage select"
> while detecting the sdcard as mmc 1
> 
> Without theses commit or with v2013.04-rc3
> **File not found /boot.scr.uimg ***
> .and then it find /boot.src on the sdcard.
> 
> This was experienced on the Toshiba AC100, aka paz00 using a tegra20 arm
> chipset.

I can't reproduce this problem with either v2013.04 or the latest
u-boot/master (971020c "sandbox: config: Enable CONFIG_FIT and
CONFIG_CMD_FIT"). Perhaps it depends on the specs of the SD card you
use; what are yours?

Also, you didn't Cc anyone involved in Tegra, MMC, or the patches you're
reporting problems with. I have added them to this message. Most likely,
nobody saw your email. I only happened to since I returned from
vacation, and searched my list folder for any mention of Tegra.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Regression from v2013.04-rc3 with sdcard detection
  2013-05-02 17:53 ` Stephen Warren
@ 2013-05-03  2:27   ` Jaehoon Chung
  2013-05-03 12:18     ` Tom Rini
  2013-05-03 12:35   ` Nicolas Chauvet
  1 sibling, 1 reply; 5+ messages in thread
From: Jaehoon Chung @ 2013-05-03  2:27 UTC (permalink / raw)
  To: u-boot

On 05/03/2013 02:53 AM, Stephen Warren wrote:
> On 04/21/2013 11:29 AM, Nicolas Chauvet wrote:
>> Hi,
>>
>> I'm experiencing a regression from v2013.04-rc3 that I found related to the
>> following commit:
>>
>> 64f4a6192f0670de2d9af98900b750a3e7bf8ce6
>> 1741c64d642a95c4bb88a2b03e96c6dc7ed5fe62
>>
>> With v2013.04 release, when trying to boot from sdcard, I have:
>> "Card did not respond to voltage select"
>> while detecting the sdcard as mmc 1
Well, i didn't think it is related with that commit. Those patches is just checking revision.
And That message is produced that card didn't complete the power-up processing.
As Stephen said, which card do you use? 
If you give more information to us, it is helpful.

Best Regards,
Jaehoon Chung
>>
>> Without theses commit or with v2013.04-rc3
>> **File not found /boot.scr.uimg ***
>> .and then it find /boot.src on the sdcard.
>>
>> This was experienced on the Toshiba AC100, aka paz00 using a tegra20 arm
>> chipset.
> 
> I can't reproduce this problem with either v2013.04 or the latest
> u-boot/master (971020c "sandbox: config: Enable CONFIG_FIT and
> CONFIG_CMD_FIT"). Perhaps it depends on the specs of the SD card you
> use; what are yours?
> 
> Also, you didn't Cc anyone involved in Tegra, MMC, or the patches you're
> reporting problems with. I have added them to this message. Most likely,
> nobody saw your email. I only happened to since I returned from
> vacation, and searched my list folder for any mention of Tegra.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Regression from v2013.04-rc3 with sdcard detection
  2013-05-03  2:27   ` Jaehoon Chung
@ 2013-05-03 12:18     ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2013-05-03 12:18 UTC (permalink / raw)
  To: u-boot

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/02/2013 10:27 PM, Jaehoon Chung wrote:
> On 05/03/2013 02:53 AM, Stephen Warren wrote:
>> On 04/21/2013 11:29 AM, Nicolas Chauvet wrote:
>>> Hi,
>>> 
>>> I'm experiencing a regression from v2013.04-rc3 that I found 
>>> related to the following commit:
>>> 
>>> 64f4a6192f0670de2d9af98900b750a3e7bf8ce6 
>>> 1741c64d642a95c4bb88a2b03e96c6dc7ed5fe62
>>> 
>>> With v2013.04 release, when trying to boot from sdcard, I
>>> have: "Card did not respond to voltage select" while detecting
>>> the sdcard as mmc 1
> Well, i didn't think it is related with that commit. Those patches
>  is just checking revision. And That message is produced that card
>  didn't complete the power-up processing. As Stephen said, which 
> card do you use? If you give more information to us, it is 
> helpful.

Finally, git bisect can be very helpful here, so long as you have a
point in mainline where everything worked.

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRg6sQAAoJENk4IS6UOR1WvrUP/1q+cVYz2VUysXzZVNKN6Eqo
vlsl4ESNTX74Xxw1r+uu1aUZShhnSdA4xZK7n/OCUHG+izLQpd4J0sik8UuY1JO5
aI4Ng7jn8r/nflBe7x60uQ0zFfMNQ5an5fOMRyW4XKtNLIHLl8l4epoYdYT+6M4B
G1yuE6a166nycW00jCjKBLRNd69/iz/qhIxMa0Pjy/4eqzS1QkssWPbK2k0jAoQo
M0sxq71uaRai7s1ytyydjaQCljH/vNMbYFRe8xO5hh4g/a3XyASdIm6nkeNlumXu
f1ZLja2c6qMMSEqGBks9ieJXKrkY/P+lhbOaKSFvzwHMdujskFIIodP34FRsyZG6
J9CVjwr5tafnq8x+5P/+kDnre0NzwxP8zhDvMa3YsxMvMAcM9FHZatmnEiSZ8Xgr
MRcVQ2gYYQ+44OZQhP9g4pZyDJmnNeQhgdaUhKJT4VOMDoSG0UEPUACJENtFH3Mf
gH0HxcHra1DzolKZjdIaiu7YrYGR61Nk1T+VV+nD7kxL7NmObN7v3B8222ebfuid
n8LDGwZyqwkB8o1QOeKGWDnK8VWjescHz6pjDhRuQewEsKnQe6X34JxgFSg/Pq4u
3S96myV6xgI56c1ztAsVsQYCiFcwUjwxS+hbfDr/rvZtfrWUZxkqgegWodvuDIXt
YKrIFdXuA+PvTE/XhO64
=KatA
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Regression from v2013.04-rc3 with sdcard detection
  2013-05-02 17:53 ` Stephen Warren
  2013-05-03  2:27   ` Jaehoon Chung
@ 2013-05-03 12:35   ` Nicolas Chauvet
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Chauvet @ 2013-05-03 12:35 UTC (permalink / raw)
  To: u-boot

Thx for the answear on this topic. I will answear when back from vacation.
The card was advertised as class 10 sdcard. I know I can see others
properties with some uboot *info tool
I ve also tested with the release version with theses patches reverted.

Nicolas (kwizart)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-03 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 17:29 [U-Boot] Regression from v2013.04-rc3 with sdcard detection Nicolas Chauvet
2013-05-02 17:53 ` Stephen Warren
2013-05-03  2:27   ` Jaehoon Chung
2013-05-03 12:18     ` Tom Rini
2013-05-03 12:35   ` Nicolas Chauvet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.