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

2024-06-17 Thread Nishanth Menon
On 11:55-20240617, Dhruva Gole wrote: > Hi Robert and Bryan, > > On Jun 15, 2024 at 21:30:55 -0500, Robert Nelson wrote: > > On Sat, Jun 15, 2024 at 8:55 PM Bryan Brattlof wrote: > > > > > > On June 13, 2024 thus sayeth Dhruva Gole: > > > > The Kernel Image and DTB files are supposed to be picked

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

2024-06-17 Thread Bryan Brattlof
On June 17, 2024 thus sayeth Dhruva Gole: > Hi Robert and Bryan, > > On Jun 15, 2024 at 21:30:55 -0500, Robert Nelson wrote: > > On Sat, Jun 15, 2024 at 8:55 PM Bryan Brattlof wrote: > > > > > > On June 13, 2024 thus sayeth Dhruva Gole: > > > > The Kernel Image and DTB files are supposed to be pi

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

2024-06-17 Thread Robert Nelson
On Mon, Jun 17, 2024 at 8:53 AM Simon Glass wrote: > > Hi Dhruva, > > On Thu, 13 Jun 2024 at 02:06, Dhruva Gole 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. >

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

2024-06-17 Thread Simon Glass
Hi Dhruva, On Thu, 13 Jun 2024 at 02:06, Dhruva Gole 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_* d

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

2024-06-16 Thread Dhruva Gole
Hi Robert and Bryan, On Jun 15, 2024 at 21:30:55 -0500, Robert Nelson wrote: > On Sat, Jun 15, 2024 at 8:55 PM Bryan Brattlof wrote: > > > > On June 13, 2024 thus sayeth Dhruva Gole: > > > The Kernel Image and DTB files are supposed to be picked from the rootfs > > > of the SD Card, this fails in

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

2024-06-15 Thread Robert Nelson
On Fri, Jun 14, 2024 at 1:04 AM Dhruva Gole wrote: > > Robert, > > On Jun 13, 2024 at 16:51:24 -0500, Robert Nelson wrote: > > On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson > > wrote: > > > > > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole wrote: > > > > > > > > The Kernel Image and DTB files a

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

2024-06-15 Thread Robert Nelson
On Sat, Jun 15, 2024 at 8:55 PM Bryan Brattlof wrote: > > On June 13, 2024 thus sayeth Dhruva Gole: > > 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: a200f428b5b

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

2024-06-15 Thread Bryan Brattlof
On June 13, 2024 thus sayeth Dhruva Gole: > 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

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

2024-06-13 Thread Dhruva Gole
Robert, On Jun 13, 2024 at 16:51:24 -0500, Robert Nelson wrote: > On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson wrote: > > > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole wrote: > > > > > > The Kernel Image and DTB files are supposed to be picked from the rootfs > > > of the SD Card, this fails

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

2024-06-13 Thread Robert Nelson
On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson wrote: > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole 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. > > and where

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

2024-06-13 Thread Robert Nelson
On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole 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. and where is that rule defined? Production boards ship with Kernel Image and

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

2024-06-13 Thread Chirag Shilwant
Hi Dhruva, On 13/06/24 13:36, Dhruva Gole 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 fi

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

2024-06-13 Thread Dhruva Gole
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 --- board/beagle/b