Re: [PATCH] distroboot: Fix ubifs

2022-07-08 Thread Tom Rini
On Tue, May 31, 2022 at 10:32:36AM +0200, Pali Rohár wrote: > Fix multiple issues in ubifs distroboot code: > > U-Boot supports attaching only one MTD device as UBI at the time. So > always call 'ubifsmount ubi0:${bootubivol}' for mounting UBI volume > ${bootubivol}. Usage of 'ubi${devnum}' is in

Re: [PATCH] distroboot: Fix ubifs

2022-07-05 Thread Pali Rohár
On Wednesday 29 June 2022 12:29:40 Frieder Schrempf wrote: > Am 23.06.22 um 18:09 schrieb Pali Rohár: > > On Tuesday 31 May 2022 10:32:36 Pali Rohár wrote: > >> Fix multiple issues in ubifs distroboot code: > >> > >> U-Boot supports attaching only one MTD device as UBI at the time. So > >> always c

Re: [PATCH] distroboot: Fix ubifs

2022-07-05 Thread Pali Rohár
On Tuesday 05 July 2022 09:32:09 Alexander Dahl wrote: > Hello Pali, > > Am Mon, Jul 04, 2022 at 09:55:53AM +0200 schrieb Pali Rohár: > > Hello! > > > > On Thursday 30 June 2022 08:46:59 Alexander Dahl wrote: > > > Hello, > > > > > > Am Mittwoch, 29. Juni 2022, 15:55:27 CEST schrieb Pali Rohár:

Re: [PATCH] distroboot: Fix ubifs

2022-07-05 Thread Alexander Dahl
Hello Pali, Am Mon, Jul 04, 2022 at 09:55:53AM +0200 schrieb Pali Rohár: > Hello! > > On Thursday 30 June 2022 08:46:59 Alexander Dahl wrote: > > Hello, > > > > Am Mittwoch, 29. Juni 2022, 15:55:27 CEST schrieb Pali Rohár: > > > Hello! > > > > > > On Wednesday 29 June 2022 15:36:57 Alexander Da

Re: [PATCH] distroboot: Fix ubifs

2022-07-04 Thread Pali Rohár
Hello! On Thursday 30 June 2022 08:46:59 Alexander Dahl wrote: > Hello, > > Am Mittwoch, 29. Juni 2022, 15:55:27 CEST schrieb Pali Rohár: > > Hello! > > > > On Wednesday 29 June 2022 15:36:57 Alexander Dahl wrote: > > > Hello Pali, > > > > > > had a look at this patch, and have some questions.

Re: [PATCH] distroboot: Fix ubifs

2022-06-29 Thread Alexander Dahl
Hello, Am Mittwoch, 29. Juni 2022, 15:55:27 CEST schrieb Pali Rohár: > Hello! > > On Wednesday 29 June 2022 15:36:57 Alexander Dahl wrote: > > Hello Pali, > > > > had a look at this patch, and have some questions. See below. > > > > Am Dienstag, 31. Mai 2022, 10:32:36 CEST schrieb Pali Rohár:

Re: [PATCH] distroboot: Fix ubifs

2022-06-29 Thread Pali Rohár
Hello! On Wednesday 29 June 2022 15:36:57 Alexander Dahl wrote: > Hello Pali, > > had a look at this patch, and have some questions. See below. > > Am Dienstag, 31. Mai 2022, 10:32:36 CEST schrieb Pali Rohár: > > Fix multiple issues in ubifs distroboot code: > > > > U-Boot supports attaching o

Re: [PATCH] distroboot: Fix ubifs

2022-06-29 Thread Alexander Dahl
Hello Pali, had a look at this patch, and have some questions. See below. Am Dienstag, 31. Mai 2022, 10:32:36 CEST schrieb Pali Rohár: > Fix multiple issues in ubifs distroboot code: > > U-Boot supports attaching only one MTD device as UBI at the time. So > always call 'ubifsmount ubi0:${bootub

Re: [PATCH] distroboot: Fix ubifs

2022-06-29 Thread Frieder Schrempf
Am 23.06.22 um 18:09 schrieb Pali Rohár: > On Tuesday 31 May 2022 10:32:36 Pali Rohár wrote: >> Fix multiple issues in ubifs distroboot code: >> >> U-Boot supports attaching only one MTD device as UBI at the time. So >> always call 'ubifsmount ubi0:${bootubivol}' for mounting UBI volume >> ${bootub

Re: [PATCH] distroboot: Fix ubifs

2022-06-23 Thread Pali Rohár
On Tuesday 31 May 2022 10:32:36 Pali Rohár wrote: > Fix multiple issues in ubifs distroboot code: > > U-Boot supports attaching only one MTD device as UBI at the time. So > always call 'ubifsmount ubi0:${bootubivol}' for mounting UBI volume > ${bootubivol}. Usage of 'ubi${devnum}' is incorrect as

[PATCH] distroboot: Fix ubifs

2022-05-31 Thread Pali Rohár
Fix multiple issues in ubifs distroboot code: U-Boot supports attaching only one MTD device as UBI at the time. So always call 'ubifsmount ubi0:${bootubivol}' for mounting UBI volume ${bootubivol}. Usage of 'ubi${devnum}' is incorrect as 'ubi part' command attach MTD device always as UBI device ub