From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <maciej.borzecki@open-rnd.pl>
Cc: yocto@yoctoproject.org, Tom Zanussi <tom.zanussi@linux.intel.com>,
Denys Dmytriyenko <denys@ti.com>
Subject: Re: [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot
Date: Tue, 9 Dec 2014 13:13:14 -0500 [thread overview]
Message-ID: <54873BBA.609@windriver.com> (raw)
In-Reply-To: <1418147975.2572.3.camel@open-rnd.pl>
On 12/09/2014 12:59 PM, Maciek Borzecki wrote:
> On wto, 2014-12-09 at 10:51 -0500, Bruce Ashfield wrote:
>> On 12/09/2014 10:44 AM, Maciej Borzecki wrote:
>>> U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with
>>> current machien config will not be directly useable. Update machine config to
>>> produce a zImage.
>>
>> poky's README.hardware should be updated as well. When we wrote the
>> instructions
>> (and tested on 3.14) the uImage worked, so that is what is referenced
>> in the instructions :)
>
> Actually README.hardware section about BBB can be updated with info
> about wic. Starting with 1.7 working SD card images for BBB can be built
> out of the box, without going through manual partitiong, untarring,
> etc.
>
I wouldn't remove the raw commands for wic-only instructions. Since there
are multiple ways to do it .. they can all be documented.
Bruce
> AFAIK the same applies to x86 images, though Tom would be the best
> person to comment here.
>
>
>> Bruce
>>
>>>
>>> Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
>>> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
>>> ---
>>> meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
>>> index a316207..fb0189d 100644
>>> --- a/meta-yocto-bsp/conf/machine/beaglebone.conf
>>> +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
>>> @@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0"
>>> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
>>> PREFERRED_VERSION_linux-yocto ?= "3.14%"
>>>
>>> -KERNEL_IMAGETYPE = "uImage"
>>> +KERNEL_IMAGETYPE = "zImage"
>>> KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"
>>> KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>>>
>>>
>>
>
>
next prev parent reply other threads:[~2014-12-09 18:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 15:44 [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot Maciej Borzecki
2014-12-09 15:50 ` Denys Dmytriyenko
2014-12-11 12:05 ` Maciek Borzecki
2014-12-11 12:14 ` Bruce Ashfield
2014-12-11 12:31 ` Maciek Borzecki
2014-12-09 15:51 ` Bruce Ashfield
2014-12-09 17:59 ` Maciek Borzecki
2014-12-09 18:13 ` Bruce Ashfield [this message]
2014-12-11 12:36 ` [meta-yocto-bsp][PATCH] README.hardware: update beaglebone entry to match KERNEL_IMAGETYPE Maciej Borzecki
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=54873BBA.609@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=denys@ti.com \
--cc=maciej.borzecki@open-rnd.pl \
--cc=tom.zanussi@linux.intel.com \
--cc=yocto@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.