* Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
@ 2014-08-12 2:03 Arago Project git
2014-08-12 12:30 ` Diego Sueiro
0 siblings, 1 reply; 8+ messages in thread
From: Arago Project git @ 2014-08-12 2:03 UTC (permalink / raw)
To: meta-ti
Module: meta-ti
Branch: daisy
Commit: 7eeebc0f79d9097e771855d4cfefdb6989be3d05
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=7eeebc0f79d9097e771855d4cfefdb6989be3d05
Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Date: Mon Aug 4 21:45:50 2014 +0000
beaglebone: use the am335x_boneblack u-boot configuration
Using the am335x_boneblack configuration for u-boot allows to save the
environment to the emmc. Else, it is not possible to save the
environment at all.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
conf/machine/beaglebone.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a83a1a..0b4dce3 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 2:03 Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration Arago Project git
@ 2014-08-12 12:30 ` Diego Sueiro
2014-08-12 15:14 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Diego Sueiro @ 2014-08-12 12:30 UTC (permalink / raw)
To: Arago Project git; +Cc: meta-ti mailing list
[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]
Hi there,
On Mon, Aug 11, 2014 at 11:03 PM, Arago Project git <git@arago-project.org>
wrote:
> Module: meta-ti
> Branch: daisy
> Commit: 7eeebc0f79d9097e771855d4cfefdb6989be3d05
> URL:
> http://arago-project.org/git/meta-ti.git?a=commit;h=7eeebc0f79d9097e771855d4cfefdb6989be3d05
>
>
> Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Date: Mon Aug 4 21:45:50 2014 +0000
>
> beaglebone: use the am335x_boneblack u-boot configuration
>
> Using the am335x_boneblack configuration for u-boot allows to save the
> environment to the emmc. Else, it is not possible to save the
> environment at all.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>
> ---
>
> conf/machine/beaglebone.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> index 8a83a1a..0b4dce3 100644
> --- a/conf/machine/beaglebone.conf
> +++ b/conf/machine/beaglebone.conf
> @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
>
> SERIAL_CONSOLE = "115200 ttyO0"
>
> -UBOOT_MACHINE = "am335x_evm_config"
> +UBOOT_MACHINE = "am335x_boneblack"
>
There is a typo here. Must be "am335x_boneblack_config" instead of
"am335x_boneblack"
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 2856 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 12:30 ` Diego Sueiro
@ 2014-08-12 15:14 ` Denys Dmytriyenko
2014-08-12 22:21 ` Alexandre Belloni
0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2014-08-12 15:14 UTC (permalink / raw)
To: Diego Sueiro; +Cc: meta-ti mailing list, Arago Project git
On Tue, Aug 12, 2014 at 09:30:22AM -0300, Diego Sueiro wrote:
> Hi there,
>
>
> On Mon, Aug 11, 2014 at 11:03 PM, Arago Project git <git@arago-project.org>
> wrote:
>
> > Module: meta-ti
> > Branch: daisy
> > Commit: 7eeebc0f79d9097e771855d4cfefdb6989be3d05
> > URL:
> > http://arago-project.org/git/meta-ti.git?a=commit;h=7eeebc0f79d9097e771855d4cfefdb6989be3d05
> >
> >
> > Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > Date: Mon Aug 4 21:45:50 2014 +0000
> >
> > beaglebone: use the am335x_boneblack u-boot configuration
> >
> > Using the am335x_boneblack configuration for u-boot allows to save the
> > environment to the emmc. Else, it is not possible to save the
> > environment at all.
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >
> > ---
> >
> > conf/machine/beaglebone.conf | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> > index 8a83a1a..0b4dce3 100644
> > --- a/conf/machine/beaglebone.conf
> > +++ b/conf/machine/beaglebone.conf
> > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
> >
> > SERIAL_CONSOLE = "115200 ttyO0"
> >
> > -UBOOT_MACHINE = "am335x_evm_config"
> > +UBOOT_MACHINE = "am335x_boneblack"
> >
>
> There is a typo here. Must be "am335x_boneblack_config" instead of
> "am335x_boneblack"
Goot catch, thanks!
--
Denys
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 15:14 ` Denys Dmytriyenko
@ 2014-08-12 22:21 ` Alexandre Belloni
2014-08-12 23:02 ` Diego Sueiro
0 siblings, 1 reply; 8+ messages in thread
From: Alexandre Belloni @ 2014-08-12 22:21 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti mailing list, Arago Project git
Hi,
On 12/08/2014 at 11:14:19 -0400, Denys Dmytriyenko wrote :
> > > diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> > > index 8a83a1a..0b4dce3 100644
> > > --- a/conf/machine/beaglebone.conf
> > > +++ b/conf/machine/beaglebone.conf
> > > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
> > >
> > > SERIAL_CONSOLE = "115200 ttyO0"
> > >
> > > -UBOOT_MACHINE = "am335x_evm_config"
> > > +UBOOT_MACHINE = "am335x_boneblack"
> > >
> >
> > There is a typo here. Must be "am335x_boneblack_config" instead of
> > "am335x_boneblack"
>
> Goot catch, thanks!
>
I tried, both are working. I didn't think that patch would be merged
that fast, sorry about that.
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 22:21 ` Alexandre Belloni
@ 2014-08-12 23:02 ` Diego Sueiro
2014-08-12 23:03 ` Dmytriyenko, Denys
0 siblings, 1 reply; 8+ messages in thread
From: Diego Sueiro @ 2014-08-12 23:02 UTC (permalink / raw)
To: Alexandre Belloni; +Cc: meta-ti mailing list, Arago Project git
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
Hi Alexandre,
On Tue, Aug 12, 2014 at 7:21 PM, Alexandre Belloni <
alexandre.belloni@free-electrons.com> wrote:
> Hi,
>
> On 12/08/2014 at 11:14:19 -0400, Denys Dmytriyenko wrote :
> > > > diff --git a/conf/machine/beaglebone.conf
> b/conf/machine/beaglebone.conf
> > > > index 8a83a1a..0b4dce3 100644
> > > > --- a/conf/machine/beaglebone.conf
> > > > +++ b/conf/machine/beaglebone.conf
> > > > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
> > > >
> > > > SERIAL_CONSOLE = "115200 ttyO0"
> > > >
> > > > -UBOOT_MACHINE = "am335x_evm_config"
> > > > +UBOOT_MACHINE = "am335x_boneblack"
> > > >
> > >
> > > There is a typo here. Must be "am335x_boneblack_config" instead of
> > > "am335x_boneblack"
> >
> > Goot catch, thanks!
> >
>
> I tried, both are working. I didn't think that patch would be merged
> that fast, sorry about that.
>
It did not worked for me. I had to put "am335x_boneblack_config"
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br
<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 2020 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 23:02 ` Diego Sueiro
@ 2014-08-12 23:03 ` Dmytriyenko, Denys
2014-08-13 3:13 ` Alexandre Belloni
0 siblings, 1 reply; 8+ messages in thread
From: Dmytriyenko, Denys @ 2014-08-12 23:03 UTC (permalink / raw)
To: alexandre.belloni@free-electrons.com, diego.sueiro@gmail.com
Cc: meta-ti@yoctoproject.org, git@arago-project.org
[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]
Same here, it was failing the configure step.
Sent from my Android phone using TouchDown (www.nitrodesk.com)
-----Original Message-----
From: Diego Sueiro [diego.sueiro@gmail.com]
Received: Tuesday, 12 Aug 2014, 19:03
To: Alexandre Belloni [alexandre.belloni@free-electrons.com]
CC: Dmytriyenko, Denys [denys@ti.com]; meta-ti mailing list [meta-ti@yoctoproject.org]; Arago Project git [git@arago-project.org]
Subject: Re: [meta-ti] Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
Hi Alexandre,
On Tue, Aug 12, 2014 at 7:21 PM, Alexandre Belloni <alexandre.belloni@free-electrons.com<mailto:alexandre.belloni@free-electrons.com>> wrote:
Hi,
On 12/08/2014 at 11:14:19 -0400, Denys Dmytriyenko wrote :
> > > diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> > > index 8a83a1a..0b4dce3 100644
> > > --- a/conf/machine/beaglebone.conf
> > > +++ b/conf/machine/beaglebone.conf
> > > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
> > >
> > > SERIAL_CONSOLE = "115200 ttyO0"
> > >
> > > -UBOOT_MACHINE = "am335x_evm_config"
> > > +UBOOT_MACHINE = "am335x_boneblack"
> > >
> >
> > There is a typo here. Must be "am335x_boneblack_config" instead of
> > "am335x_boneblack"
>
> Goot catch, thanks!
>
I tried, both are working. I didn't think that patch would be merged
that fast, sorry about that.
It did not worked for me. I had to put "am335x_boneblack_config"
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 2971 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
2014-08-12 23:03 ` Dmytriyenko, Denys
@ 2014-08-13 3:13 ` Alexandre Belloni
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Belloni @ 2014-08-13 3:13 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org, git@arago-project.org
I just tested again, out of curiosity.
I'm usinf poky and meta-ti, dora branch. What happens is that "make
am335x_boneblack" is running at do_configure and is actually building
the correct u-boot.
Again, sorry about that breakage.
On 12/08/2014 at 23:03:58 +0000, Dmytriyenko, Denys wrote :
> Same here, it was failing the configure step.
>
>
> Sent from my Android phone using TouchDown (www.nitrodesk.com)
>
> -----Original Message-----
> From: Diego Sueiro [diego.sueiro@gmail.com]
> Received: Tuesday, 12 Aug 2014, 19:03
> To: Alexandre Belloni [alexandre.belloni@free-electrons.com]
> CC: Dmytriyenko, Denys [denys@ti.com]; meta-ti mailing list [meta-ti@yoctoproject.org]; Arago Project git [git@arago-project.org]
> Subject: Re: [meta-ti] Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
>
> Hi Alexandre,
>
> On Tue, Aug 12, 2014 at 7:21 PM, Alexandre Belloni <alexandre.belloni@free-electrons.com<mailto:alexandre.belloni@free-electrons.com>> wrote:
> Hi,
>
> On 12/08/2014 at 11:14:19 -0400, Denys Dmytriyenko wrote :
> > > > diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> > > > index 8a83a1a..0b4dce3 100644
> > > > --- a/conf/machine/beaglebone.conf
> > > > +++ b/conf/machine/beaglebone.conf
> > > > @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
> > > >
> > > > SERIAL_CONSOLE = "115200 ttyO0"
> > > >
> > > > -UBOOT_MACHINE = "am335x_evm_config"
> > > > +UBOOT_MACHINE = "am335x_boneblack"
> > > >
> > >
> > > There is a typo here. Must be "am335x_boneblack_config" instead of
> > > "am335x_boneblack"
> >
> > Goot catch, thanks!
> >
>
> I tried, both are working. I didn't think that patch would be merged
> that fast, sorry about that.
>
> It did not worked for me. I had to put "am335x_boneblack_config"
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration
@ 2014-08-12 2:03 Arago Project git
0 siblings, 0 replies; 8+ messages in thread
From: Arago Project git @ 2014-08-12 2:03 UTC (permalink / raw)
To: meta-ti
Module: meta-ti
Branch: master
Commit: f0ed00fdfd40eb53894bc838ce701202cf674892
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=f0ed00fdfd40eb53894bc838ce701202cf674892
Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Date: Mon Aug 4 21:45:50 2014 +0000
beaglebone: use the am335x_boneblack u-boot configuration
Using the am335x_boneblack configuration for u-boot allows to save the
environment to the emmc. Else, it is not possible to save the
environment at all.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
conf/machine/beaglebone.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a83a1a..0b4dce3 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
-UBOOT_MACHINE = "am335x_evm_config"
+UBOOT_MACHINE = "am335x_boneblack"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-08-13 3:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 2:03 Alexandre Belloni : beaglebone: use the am335x_boneblack u-boot configuration Arago Project git
2014-08-12 12:30 ` Diego Sueiro
2014-08-12 15:14 ` Denys Dmytriyenko
2014-08-12 22:21 ` Alexandre Belloni
2014-08-12 23:02 ` Diego Sueiro
2014-08-12 23:03 ` Dmytriyenko, Denys
2014-08-13 3:13 ` Alexandre Belloni
-- strict thread matches above, loose matches on Subject: below --
2014-08-12 2:03 Arago Project git
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.