Re: [PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-09-09 Thread Andrii Chepurnyi
Hello Tom, I've used a doker from mentioned job to reproduce issue. I am able to see same errors and test fail as in jobs/490627. Here is my investigation: The error that appeared is not related to AVB: fs_devread read outside partition 2 Failed to mount ext2 filesystem... BTRFS: superblock end

Re: [PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-09-02 Thread Tom Rini
On Mon, Aug 01, 2022 at 11:07:15AM +0300, Andrii Chepurnyi wrote: > From: Andrii Chepurnyi > > From: Andrii Chepurnyi > > Originally, bcb implementation relay on mmc block devices. > The interface parameter will give the ability to use bcb with > various block devices by choosing the exact int

[PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-08-01 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface wil