Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-27 Thread Otto Meier
Hi, I did a guess and reverted the following in the actual git from arch/arm/dts/meson-gxbb.dtsi of the bad commit and booting from emmc on odroid-c worked again: @@ -354,11 +381,17 @@ }; emmc_pins: emmc { - mux { + mux-0 {

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-26 Thread Otto Meier
Hi, I bisected it and this is the result: dd5f2351e99aad8fcbedbc1305b8b51b09952336 is the first bad commit commit dd5f2351e99aad8fcbedbc1305b8b51b09952336 Author: Jerome Brunet Date: Thu Mar 5 12:12:38 2020 +0100 arm64: dts: meson: sync dt and bindings from v5.6-rc2 Sync the

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-26 Thread Otto Meier
Hi Am 26.11.20 um 04:13 schrieb Jaehoon Chung: Hi, On 11/19/20 11:39 PM, Otto Meier wrote: Hi, with these modifications i get: U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 +0100)  odroid-c2 Model: Hardkernel ODROID-C2 SoC:   Amlogic Meson GXBB (S905) Revision 1f:c 

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-25 Thread Jaehoon Chung
Hi, On 11/19/20 11:39 PM, Otto Meier wrote: > Hi, > > with these modifications i get: > > U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 +0100)  > odroid-c2 > > Model: Hardkernel ODROID-C2 > SoC:   Amlogic Meson GXBB (S905) Revision 1f:c (0:1) > DRAM:  2 GiB > MMC:   

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-20 Thread Otto Meier
Hi Anand, Am 19.11.20 um 18:53 schrieb Anand Moon: Hi Otto, On Thu, 19 Nov 2020 at 21:23, Otto Meier wrote: Hi, I have extended the previous post. with these modifications i get: U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 +0100) odroid-c2 Model: Hardkernel

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-19 Thread Anand Moon
Hi Otto, On Thu, 19 Nov 2020 at 21:23, Otto Meier wrote: > > Hi, > > I have extended the previous post. > > > > with these modifications i get: > > U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 > +0100) odroid-c2 > > Model: Hardkernel ODROID-C2 > SoC: Amlogic Meson GXBB

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-19 Thread Otto Meier
Hi, I have extended the previous post. with these modifications i get: U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 +0100) odroid-c2 Model: Hardkernel ODROID-C2 SoC:   Amlogic Meson GXBB (S905) Revision 1f:c (0:1) DRAM:  2 GiB MMC:   mmc@72000: 0, mmc@74000: 1 In:   

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-19 Thread Otto Meier
Hi, with these modifications i get: U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 19 2020 - 15:33:00 +0100) odroid-c2 Model: Hardkernel ODROID-C2 SoC:   Amlogic Meson GXBB (S905) Revision 1f:c (0:1) DRAM:  2 GiB MMC:   mmc@72000: 0, mmc@74000: 1 In:    serial Out:   serial Err:   serial

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-19 Thread Jaehoon Chung
Hi, On 11/19/20 12:54 AM, Otto Meier wrote: > Hi, > > i have reverted the commit fe95905ffed57d617cad81a71ac419d53aaa1ebf > and  set regulator-allways-on in meson-gxbb-odroidc2.dts. > > And i also applied "PATCH V2] mmc: display an error number to debug" > from list and disabled

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Otto Meier
I only have the emmc  installed. U-Boot 2021.01-rc2-00047-g9324c9a823-dirty (Nov 18 2020 - 16:38:40 +0100) odroid-c2 Model: Hardkernel ODROID-C2 SoC:   Amlogic Meson GXBB (S905) Revision 1f:c (0:1) DRAM:  2 GiB MMC:   mmc@72000: 0, mmc@74000: 1 In:    serial Out:   serial Err:   serial Net:  

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Heinrich Schuchardt
On 16.11.20 15:16, Otto Meier wrote: > I tried to build  an actual u-boot from git for my odroid-c2 board. > > It doesn't find the emmc card and therefore does not boot from it. > emmc is Ok and boots with u-boot 2020.04 fine. > > Newer u-boot then 2020.04 show these messages: > >

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Otto Meier
Hi, i have reverted the commit fe95905ffed57d617cad81a71ac419d53aaa1ebf and  set regulator-allways-on in meson-gxbb-odroidc2.dts. And i also applied "PATCH V2] mmc: display an error number to debug" from list and disabled CONFIG_MMC_DEBUG after that i got the following result: U-Boot

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Otto Meier
Hi, it is not a new issue, since u-boot 2020.07 this issue exists. even by using the repo you mention the error exist. I allways use : make odroid-c2_defconfig with no other config option set to build u-boot. Best regards Otto Am 18.11.20 um 09:12 schrieb Alexander Dahl: Hei hei, FWIW

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Jaehoon Chung
On 11/18/20 8:44 PM, Otto Meier wrote: > Hi, > > it is not a new issue, since u-boot 2020.07 this issue exists. > even by using the repo you mention the error exist. Yes, git repo doesn't matter. When i have checked, you are using almost latest u-boot. (commit 9324c9a823) If it's existed since

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-18 Thread Alexander Dahl
Hei hei, FWIW see below, Am Dienstag, 17. November 2020, 20:08:21 CET schrieb Otto Meier: > Dear Jaehoon Chung, > > I cloned github.com/u-boot which i believe is the master repo. That seems to be an up to date mirror. However, according to [1] and [2] the real upstream repository is here:

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-17 Thread Otto Meier
Dear Jaehoon Chung, I cloned github.com/u-boot which i believe is the master repo. I enabled CONFIG_MMC_TRACE and got following response: GXBB:BL1:08dafd:0a8993;FEAT:EDFC318C;POC:3;RCY:0;EMMC:0;READ:0;CHK:0; TE: 308588 no sdio debug board detected BL2 Built : 11:44:26, Nov 25 2015. gxb

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-17 Thread Jaehoon Chung
On 11/18/20 4:08 AM, Otto Meier wrote: > Dear Jaehoon Chung, > > I cloned github.com/u-boot which i believe is the master repo. > > I enabled CONFIG_MMC_TRACE and got following > response: > > GXBB:BL1:08dafd:0a8993;FEAT:EDFC318C;POC:3;RCY:0;EMMC:0;READ:0;CHK:0; > TE: 308588 > no sdio debug

Re: [BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-16 Thread Jaehoon Chung
Dear Otto, On 11/16/20 11:16 PM, Otto Meier wrote: > I tried to build  an actual u-boot from git for my odroid-c2 board. Which git repository did you use? If you can enable CONFIG_MMC_TRACE, it's more helpful to debug. Best Regards, Jaehoon Chung > > It doesn't find the emmc card and

[BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04

2020-11-16 Thread Otto Meier
I tried to build an actual u-boot from git for my odroid-c2 board. It doesn't find the emmc card and therefore does not boot from it. emmc is Ok and boots with u-boot 2020.04 fine. Newer u-boot then 2020.04 show these messages: