Re: [PATCH v1] dfu: fix dev_part_str for file operations

2025-06-16 Thread Mattijs Korpershoek
Hi, On Wed, 11 Jun 2025 05:00:38 +, Ivan Pang wrote: > The third_arg for a dfu alt is read as an integer and is overloaded for > different supported backends. For ext4 and fat, this third_arg > represents the partition and forms the dev part string, which should > have its partition in hex. Th

Re: [PATCH v1] dfu: fix dev_part_str for file operations

2025-06-13 Thread Mattijs Korpershoek
Hi Ivan, Thank you for the patch, nice catch! On Wed, Jun 11, 2025 at 05:00, Ivan Pang wrote: > The third_arg for a dfu alt is read as an integer and is overloaded for > different supported backends. For ext4 and fat, this third_arg > represents the partition and forms the dev part string, whic

[PATCH v1] dfu: fix dev_part_str for file operations

2025-06-11 Thread Ivan Pang
The third_arg for a dfu alt is read as an integer and is overloaded for different supported backends. For ext4 and fat, this third_arg represents the partition and forms the dev part string, which should have its partition in hex. This commit fixes dfu ext4/fat usage for devices with ten or more pa

Re: [PATCH v1] dfu: fix dev_part_str for file operations

2025-06-11 Thread Lukasz Majewski
Hi Ivan, > The third_arg for a dfu alt is read as an integer and is overloaded > for different supported backends. For ext4 and fat, this third_arg > represents the partition and forms the dev part string, which should > have its partition in hex. This commit fixes dfu ext4/fat usage for > devices