All of lore.kernel.org
 help / color / mirror / Atom feed
* Assembling images to build a NOR boot image
@ 2014-08-07 17:07 Renaud Barbier
  2014-08-08  8:19 ` Nicolas Dechesne
  0 siblings, 1 reply; 3+ messages in thread
From: Renaud Barbier @ 2014-08-07 17:07 UTC (permalink / raw)
  To: Yocto discussion list

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







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-11 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 17:07 Assembling images to build a NOR boot image Renaud Barbier
2014-08-08  8:19 ` Nicolas Dechesne
2014-08-11 16:12   ` Renaud Barbier

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.