Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-06 Thread Liam Beguin
On 11/06/2017 12:57 PM, Ladislav Michl wrote: On Mon, Nov 06, 2017 at 12:31:32PM -0500, Liam Beguin wrote: Hi, Thanks for taking the time to answer. On 11/05/2017 03:37 AM, Ladislav Michl wrote: On Tue, Oct 31, 2017 at 11:01:21AM -0400, Liam Beguin wrote: Hi everyone, I'm currently using

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-06 Thread Ladislav Michl
On Mon, Nov 06, 2017 at 12:31:32PM -0500, Liam Beguin wrote: > Hi, > > Thanks for taking the time to answer. > > On 11/05/2017 03:37 AM, Ladislav Michl wrote: > > On Tue, Oct 31, 2017 at 11:01:21AM -0400, Liam Beguin wrote: > > > Hi everyone, > > > > > > I'm currently using a UBIFS root file sys

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-06 Thread Lukasz Majewski
Hi Liam, > Hi Lukasz, > > Thanks for taking the time to answer. > > On 11/04/2017 05:17 PM, Lukasz Majewski wrote: > > Hi Liam, > > > >> Hi everyone, > >> > >> I'm currently using a UBIFS root file system (stored on SPI-NOR > >> flash) and would like to perform a full integrity check before >

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-06 Thread Liam Beguin
Hi, Thanks for taking the time to answer. On 11/05/2017 03:37 AM, Ladislav Michl wrote: On Tue, Oct 31, 2017 at 11:01:21AM -0400, Liam Beguin wrote: Hi everyone, I'm currently using a UBIFS root file system (stored on SPI-NOR flash) and would like to perform a full integrity check before boot

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-06 Thread Liam Beguin
Hi Lukasz, Thanks for taking the time to answer. On 11/04/2017 05:17 PM, Lukasz Majewski wrote: Hi Liam, Hi everyone, I'm currently using a UBIFS root file system (stored on SPI-NOR flash) and would like to perform a full integrity check before booting it. The rootfs is read-only and until n

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-05 Thread Ladislav Michl
On Tue, Oct 31, 2017 at 11:01:21AM -0400, Liam Beguin wrote: > Hi everyone, > > I'm currently using a UBIFS root file system (stored on SPI-NOR flash) > and would like to perform a full integrity check before booting it. > The rootfs is read-only and until now, I've been computing an md5sum on > t

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-04 Thread Lukasz Majewski
Hi Liam, > Hi everyone, > > I'm currently using a UBIFS root file system (stored on SPI-NOR flash) > and would like to perform a full integrity check before booting it. > The rootfs is read-only and until now, I've been computing an md5sum > on the whole mtd device from an initramfs and comparing

[U-Boot] UBI/UBIFS complete integrity check

2017-10-31 Thread Liam Beguin
Hi everyone, I'm currently using a UBIFS root file system (stored on SPI-NOR flash) and would like to perform a full integrity check before booting it. The rootfs is read-only and until now, I've been computing an md5sum on the whole mtd device from an initramfs and comparing it to a stored md5su