Re: Distro Boot instructions with examples

2024-05-14 Thread Antoni Jankowski
Thanks for your suggestions. I read the docs and it seems that maybe the standard boot procedure is a bit too much, the current u-boot config for raspberry pi CM4 is very simple and I'd like to keep it that way. By default the u-boot environment on CM4 is kept on the boot FAT partition. Would it be

Re: Distro Boot instructions with examples

2024-05-07 Thread Mark Kettenis
> From: Igor Opaniuk > Date: Tue, 7 May 2024 16:30:17 +0200 > > Hello Antoni, > > On Tue, May 7, 2024 at 4:14 PM Antoni Jankowski > wrote: > > > > Hi, > > > > I've recently learned about the Distro Boot feature of u-boot. This sounds > > interesting, however the official instructions are sparse

Re: Distro Boot instructions with examples

2024-05-07 Thread Igor Opaniuk
Hello Antoni, On Tue, May 7, 2024 at 4:14 PM Antoni Jankowski wrote: > > Hi, > > I've recently learned about the Distro Boot feature of u-boot. This sounds > interesting, however the official instructions are sparse and examples seem > to be non-existent. > > The platform I'm working with at the

Distro Boot instructions with examples

2024-05-07 Thread Antoni Jankowski
Hi, I've recently learned about the Distro Boot feature of u-boot. This sounds interesting, however the official instructions are sparse and examples seem to be non-existent. The platform I'm working with at the moment is a raspberry pi CM4, are there any examples of how to implement this concept