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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14894): https://lists.yoctoproject.org/g/meta-ti/message/14894 Mute This Topic: https://lists.yoctoproject.org/mt/92535778/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
