All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan Brattlof <bb@ti.com>
To: Ryan Eatmon <reatmon@ti.com>, Denys Dmytriyenko <denis@denix.org>
Cc: Meta-TI <meta-ti@lists.yoctoproject.org>,
	Nishanth Menon <nm@ti.com>, Res Sapp <rs@ti.com>,
	Anand Gadiyar <gadiyar@ti.com>,
	Praneeth Bajjuri <praneeth@ti.com>, Bryan Brattlof <bb@ti.com>
Subject: [dunfell PATCH] wic: move uboot/spls mountpoint to /boot/firmware
Date: Thu, 21 Jul 2022 16:01:52 -0500	[thread overview]
Message-ID: <20220721210152.28223-1-bb@ti.com> (raw)

Currently out boards will auto-mount the sd-card's boot partition into
the /boot folder, effectively hiding the kernel image and dtb files that
are already there.

Move the boot partition mount point to /boot/firmware allowing access to
both the bootloader binares and kernel images.

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 wic/sdimage-2part.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wic/sdimage-2part.wks b/wic/sdimage-2part.wks
index 77d6f7b576aef..7567c4429a2eb 100644
--- a/wic/sdimage-2part.wks
+++ b/wic/sdimage-2part.wks
@@ -2,5 +2,5 @@
 # long-description: Creates a partitioned SD card image for TI platforms.
 # Boot files are located in the first vfat partition with extra reserved space.
 
-part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --extra-space 100M --use-uuid
+part /boot/firmware --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --extra-space 100M --use-uuid
 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 1024 --use-uuid
-- 
2.17.1



             reply	other threads:[~2022-07-21 21:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 21:01 Bryan Brattlof [this message]
2022-07-21 22:57 ` [dunfell PATCH] wic: move uboot/spls mountpoint to /boot/firmware Denys Dmytriyenko
2022-07-22  2:31   ` Bryan Brattlof
2022-07-22 12:29     ` Tom Rini
2022-07-25 23:29       ` Bryan Brattlof
2022-07-28 11:31         ` Tom Rini
2023-09-27 19:00           ` [meta-ti] " Andrew Davis
2023-09-27 19:02             ` Tom Rini
2023-09-28  5:44               ` Res Sapp
2023-09-28 13:39                 ` Bryan Brattlof

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=20220721210152.28223-1-bb@ti.com \
    --to=bb@ti.com \
    --cc=denis@denix.org \
    --cc=gadiyar@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=nm@ti.com \
    --cc=praneeth@ti.com \
    --cc=reatmon@ti.com \
    --cc=rs@ti.com \
    /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.