
On Mon, Jun 17, 2024 at 8:53 AM Simon Glass sjg@chromium.org wrote:
Hi Dhruva,
On Thu, 13 Jun 2024 at 02:06, Dhruva Gole d-gole@ti.com wrote:
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") Signed-off-by: Dhruva Gole d-gole@ti.com
board/beagle/beagleplay/beagleplay.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
What is the legacy boot flow?
Here's the fun part. From BeagleBoard.org, all BeaglePlay's manufactured by Seeed has the eMMC booting via extlinux.conf. All BeagleBoard.org images use extlinux.conf by default for this hardware.
Dhruva's just looking to make sure it works with TI's currently released sdk's. (So last year, and this quarter's releases..)
Regards,