Re: [U-Boot] [PATCH 3/3] ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr

2019-09-16 Thread Stefan Roese
Hi Heiko, On 17.09.19 07:45, Heiko Schocher wrote: Hello Stefan, Am 12.09.2019 um 16:41 schrieb Stefan Roese: U-Boot now supports the "skip_check" flag to optionally skip the CRC check at open time. Currently its only possible to set this bit upon UBI volume creation. But it might be very usef

Re: [U-Boot] [PATCH 3/3] ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr

2019-09-16 Thread Heiko Schocher
Hello Stefan, Am 12.09.2019 um 16:41 schrieb Stefan Roese: U-Boot now supports the "skip_check" flag to optionally skip the CRC check at open time. Currently its only possible to set this bit upon UBI volume creation. But it might be very useful to also set this bit on already installed systems

Re: [U-Boot] [PATCH 3/3] ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr

2019-09-13 Thread Andreas Dannenberg
Hi Stefan, On Thu, Sep 12, 2019 at 04:41:03PM +0200, Stefan Roese wrote: > U-Boot now supports the "skip_check" flag to optionally skip the CRC > check at open time. Currently its only possible to set this bit upon > UBI volume creation. But it might be very useful to also set this bit > on alread

[U-Boot] [PATCH 3/3] ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr

2019-09-12 Thread Stefan Roese
U-Boot now supports the "skip_check" flag to optionally skip the CRC check at open time. Currently its only possible to set this bit upon UBI volume creation. But it might be very useful to also set this bit on already installed systems (e.g. field upgrade) to make also use of the boot-time decreas