From: Gary Thomas <gary@mlbassoc.com>
To: meta-ti@yoctoproject.org
Subject: Re: [PATCH] beaglebone: use the am335x_boneblack u-boot configuration
Date: Mon, 04 Aug 2014 10:08:55 -0600 [thread overview]
Message-ID: <53DFB017.6010401@mlbassoc.com> (raw)
In-Reply-To: <CDAEECB9-550D-4013-A3C9-07520AA88C9D@ti.com>
On 2014-08-04 10:04, Cooper Jr., Franklin wrote:
> How does this config work on the Beaglebone white?
>
>> On Aug 4, 2014, at 10:46 AM, "Alexandre Belloni" <alexandre.belloni@free-electrons.com> wrote:
>>
>> 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>
>> ---
>> conf/machine/beaglebone.conf | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
>> index 8a83a1aeb569..0b4dce3ad647 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"
>> --
Perhaps it would be better to let this assignment be soft, i.e.
UBOOT_MACHINE ?= "am335x_boneblack"
That way, either choice would be possible.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-08-04 16:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 15:45 [PATCH] beaglebone: use the am335x_boneblack u-boot configuration Alexandre Belloni
2014-08-04 16:04 ` Cooper Jr., Franklin
2014-08-04 16:08 ` Gary Thomas [this message]
2014-08-04 16:20 ` Alexandre Belloni
2014-08-04 16:38 ` Tom Rini
2014-08-04 16:53 ` Alexandre Belloni
2014-08-04 16:57 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53DFB017.6010401@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.