Re: [PATCH] fastboot: fix CRC32 chunk size checking

2023-10-31 Thread Mattijs Korpershoek
Hi, On Mon, 25 Sep 2023 12:37:15 +0200, Wojciech Nizinski wrote: > genimage create android-sparse file with CRC32 chunk at end. When > U-Boot's fastboot receives this chunk it returns error message: > `Fail Bogus chunk size for chunk type Dont Care` > > According to reference implementation of An

Re: [PATCH] fastboot: fix CRC32 chunk size checking

2023-10-02 Thread Mattijs Korpershoek
Hi Wojciech, Thank you for your patch. On lun., sept. 25, 2023 at 12:37, Wojciech Nizinski wrote: > genimage create android-sparse file with CRC32 chunk at end. When > U-Boot's fastboot receives this chunk it returns error message: > `Fail Bogus chunk size for chunk type Dont Care` I could not

[PATCH] fastboot: fix CRC32 chunk size checking

2023-09-25 Thread Wojciech Nizinski
genimage create android-sparse file with CRC32 chunk at end. When U-Boot's fastboot receives this chunk it returns error message: `Fail Bogus chunk size for chunk type Dont Care` According to reference implementation of Android's sparse file format: