Re: [PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-07-12 Thread Stefano Babic
Hi, just for the note because there is an open comment and I applied it: On 16.06.21 05:17, Tom Rini wrote: On Tue, Jun 15, 2021 at 08:38:38PM -0300, Fabio Estevam wrote: On the Yocto image there is a single partition and the kernel and dtb are present in the 'boot' directory. Change it

[PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-07-10 Thread sbabic
> On the Yocto image there is a single partition and the kernel > and dtb are present in the 'boot' directory. > Change it accordingly so that the board can boot the Yocto > image by default. > Use the generic 'load' command instead, which is able to > read from an ext4 partition. > Signed-off-by:

[PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-07-10 Thread sbabic
> On the Yocto image there is a single partition and the kernel > and dtb are present in the 'boot' directory. > Change it accordingly so that the board can boot the Yocto > image by default. > Use the generic 'load' command instead, which is able to > read from an ext4 partition. > Signed-off-by:

Re: [PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-06-15 Thread Tom Rini
On Tue, Jun 15, 2021 at 08:38:38PM -0300, Fabio Estevam wrote: > On the Yocto image there is a single partition and the kernel > and dtb are present in the 'boot' directory. > > Change it accordingly so that the board can boot the Yocto > image by default. > > Use the generic 'load' command

[PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-06-15 Thread Fabio Estevam
On the Yocto image there is a single partition and the kernel and dtb are present in the 'boot' directory. Change it accordingly so that the board can boot the Yocto image by default. Use the generic 'load' command instead, which is able to read from an ext4 partition. Signed-off-by: Fabio