From: "Stefano Babic" <sbabic@denx.de>
To: Mike Looijmans <mike.looijmans@topic.nl>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] Build the "boot" partition image (just like the rootfs)
Date: Mon, 15 Mar 2021 14:47:01 +0100 [thread overview]
Message-ID: <19f19fd4-a80e-45ae-3fcc-36016baf8754@denx.de> (raw)
In-Reply-To: <4e1a212c-32d2-b474-3bc4-06b271e68f82@topic.nl>
Hi Mike,
On 15.03.21 14:13, Mike Looijmans wrote:
> For software updates, I want to have what would have gone into the boot
> partition of the WIC image as a separate file.
>
> If I want to have the contents of the rootfs as an ext4 image, I can
> just specify IMAGE_TYPES="ext4" in my image recipe.
> > This image I can feed to SWUdate and write to the rootfs storage.
>
> But I also want to be able to update the boot partition (for example,
> the raspberrypi has the annoying property that devicetree and kernel
> reside here).
This is very annoying, but you could also get rid of it. You can install
kernel and device tree in your rootfs (then they are located in /boot as
usual), and you switch to U-Boot ( RPI_USE_U_BOOT = "1"). The
proprietary bootloader will start U-Boot instead of kernel, and in
u-boot you can load kernel and device tree from your rootfs.
>
> If I create a WIC image, the boot partition is in there with the proper
> files (from IMAGE_BOOT_FILES) so I would really like to re-use that
> code. I could create the wic image and then cut out the part I want, but
> that doesn't seem particularly nice.
You can add vfat support for IMAGE_FSTYPES, and then you can build an
image (you can just take the files you have in IMAGE_BOOT_FILES).
>
> What I want to do at update time is to write the new boot partition to
> another location on disk, and then adjust the partition table to make
> the first partition entry point to the new copy. That way, in case of
> unexpected failure (power loss for example), the device remains bootable.
This does not seem to be atomic. It remains the risk that partition
table gets corrupted and then even the first bootloader cannot run. If
you want to have a power-cut safe way to update is not enough.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
next prev parent reply other threads:[~2021-03-15 13:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.8fe74b17-765d-490b-bd80-d5971d41488f@emailsignatures365.codetwo.com>
[not found] ` <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.0d2bd5fa-15cc-4b27-b94e-83614f9e5b38.1e9416a1-3cc9-4dc0-8334-9bfb06079d86@emailsignatures365.codetwo.com>
2021-03-15 13:13 ` Build the "boot" partition image (just like the rootfs) Mike Looijmans
2021-03-15 13:47 ` Stefano Babic [this message]
2021-03-15 14:46 ` [OE-core] " Mike Looijmans
2021-03-15 14:58 ` Stefano Babic
2021-03-15 15:17 ` Mike Looijmans
[not found] ` <166C8D08E44901C2.29251@lists.openembedded.org>
2021-03-18 13:48 ` Mike Looijmans
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=19f19fd4-a80e-45ae-3fcc-36016baf8754@denx.de \
--to=sbabic@denx.de \
--cc=mike.looijmans@topic.nl \
--cc=openembedded-core@lists.openembedded.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.