
Hi,
On Wed, 13 Nov 2024 06:05:59 +0100, Caleb Connolly wrote:
In getvar_partition_type() we attempt to find a filesystem driver for the partition (of the list of driver enabled in U-Boot), on failure we return the error to fastboot and completely bail out of the operation.
However, this should not be a failure, instead we should just default to "raw". This allows commands like "fastboot format:ext4 userdata" to work if userdata didn't already have an ext4 partition table (or if FS_EXT4 is disabled in U-Boot), as failing to determine the current partition type is not an error in this case.
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)
[1/1] fastboot: properly handle unknown partition type https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/06b8aafd6810d86...
-- Mattijs