Re: [PATCH] distroboot: ubifs: Add support for specifying UBI header offset

2022-08-27 Thread Tom Rini
On Sun, Aug 07, 2022 at 09:04:22PM +0200, Pali Rohár wrote: > Some UBI partitions may use non-standard UBI header offset. For attaching > these UBI partitions it is required to pass second argument with offset to > "ubi part" command. > > Therefore extend distroboot to allow specifying additional

Re: [PATCH] distroboot: ubifs: Add support for specifying UBI header offset

2022-08-26 Thread Tom Rini
On Thu, Aug 25, 2022 at 03:52:20PM +0200, Pali Rohár wrote: > On Monday 08 August 2022 12:10:27 Tom Rini wrote: > > On Sun, Aug 07, 2022 at 09:04:22PM +0200, Pali Rohár wrote: > > > > > Some UBI partitions may use non-standard UBI header offset. For attaching > > > these UBI partitions it is requi

Re: [PATCH] distroboot: ubifs: Add support for specifying UBI header offset

2022-08-25 Thread Pali Rohár
On Monday 08 August 2022 12:10:27 Tom Rini wrote: > On Sun, Aug 07, 2022 at 09:04:22PM +0200, Pali Rohár wrote: > > > Some UBI partitions may use non-standard UBI header offset. For attaching > > these UBI partitions it is required to pass second argument with offset to > > "ubi part" command. > >

Re: [PATCH] distroboot: ubifs: Add support for specifying UBI header offset

2022-08-08 Thread Tom Rini
On Sun, Aug 07, 2022 at 09:04:22PM +0200, Pali Rohár wrote: > Some UBI partitions may use non-standard UBI header offset. For attaching > these UBI partitions it is required to pass second argument with offset to > "ubi part" command. > > Therefore extend distroboot to allow specifying additional

[PATCH] distroboot: ubifs: Add support for specifying UBI header offset

2022-08-07 Thread Pali Rohár
Some UBI partitions may use non-standard UBI header offset. For attaching these UBI partitions it is required to pass second argument with offset to "ubi part" command. Therefore extend distroboot to allow specifying additional optional 6th argument with UBI header offset. This offset is set in ne