From: Renaud Barbier <renaud.barbier@ge.com>
To: Yocto discussion list <yocto@yoctoproject.org>
Subject: Assembling images to build a NOR boot image
Date: Thu, 07 Aug 2014 18:07:02 +0100 [thread overview]
Message-ID: <53E3B236.40604@ge.com> (raw)
Hello,
I am working on the creation of a boot image for a NOR flash.
The image assembles a boot loader and a ubi image containing the kernel
and device tree.
So far I have created a build area to install the kernel and device tree
and used IMAGE_CMD_ubi to create the ubi image.
Then I have added a python function do_norbuild that puts together the
boot loader and ubi image and adds padding.
Using bitbake, I can create the NOR image as follows:
bitbake -c norbuild core-image
However,
"bitbake core-image" will not call the norbuild task.
I have been through quite a lot of code and documentation and cannot
figure out why the task is not called.
If you have any idea of what couldbe wrong, please le me know.
Cheers,
Renaud
next reply other threads:[~2014-08-07 19:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-07 17:07 Renaud Barbier [this message]
2014-08-08 8:19 ` Assembling images to build a NOR boot image Nicolas Dechesne
2014-08-11 16:12 ` Renaud Barbier
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=53E3B236.40604@ge.com \
--to=renaud.barbier@ge.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.