All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell PATCH] wic: move uboot/spls mountpoint to /boot/firmware
@ 2022-07-21 21:01 Bryan Brattlof
  2022-07-21 22:57 ` Denys Dmytriyenko
  0 siblings, 1 reply; 10+ messages in thread
From: Bryan Brattlof @ 2022-07-21 21:01 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko
  Cc: Meta-TI, Nishanth Menon, Res Sapp, Anand Gadiyar,
	Praneeth Bajjuri, Bryan Brattlof

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



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

end of thread, other threads:[~2023-09-28 13:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-21 21:01 [dunfell PATCH] wic: move uboot/spls mountpoint to /boot/firmware Bryan Brattlof
2022-07-21 22:57 ` 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

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.