[PATCH v2] board: beagleplay: Fix the bootpart to pick from root partition

Dhruva Gole d-gole at ti.com
Tue Jun 18 06:53:18 CEST 2024


The Kernel Image and DTB files are supposed to be picked from the rootfs
of the SD Card, this fails in legacy boot flow because bootpart is set
to 1:1. Fix it.

Fixes: a200f428b5b21 ("board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file")
Reviewed-by: Nishanth Menon <nm at ti.com>
Acked-by: Chirag Shilwant <c-shilwant at ti.com>
Signed-off-by: Dhruva Gole <d-gole at ti.com>
---

No changes, just picked the r-by's and acks.

Link to v1:
https://lore.kernel.org/u-boot/20240613080604.3828083-1-d-gole@ti.com/


 board/beagle/beagleplay/beagleplay.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/beagle/beagleplay/beagleplay.env b/board/beagle/beagleplay/beagleplay.env
index bbf6b925d02c..190181c8ad0c 100644
--- a/board/beagle/beagleplay/beagleplay.env
+++ b/board/beagle/beagleplay/beagleplay.env
@@ -11,7 +11,7 @@ set_led_state_start_load=led led-0 on; led led-1 off;
 	led led-2 on; led led-3 off; led led-4 on
 boot=mmc
 mmcdev=1
-bootpart=1:1
+bootpart=1:2
 bootdir=/boot
 boot_targets=mmc1 mmc0
 bootmeths=script extlinux efi pxe

base-commit: 16324b43db3f2b4fbbc3b701893fcfc4104f33fb
-- 
2.34.1



More information about the U-Boot mailing list