On ubuntu 22.04 lastest fastboot tool it fails to find partition using fastboot update .zip file.
Had to extract the file and individually write the system_a, system_b... boot and vendor. Seems like fastboot update for some reason is adding another _ so it becomes system__a and results in failure.
also fastboot w does not work due to "
/usr/lib/android-sdk/platform-tools/mke2fs failed with status 1
fastboot: error: Cannot generate image for userdata"
i used fastboot erase userdata and that cleared data from user partition.
hopefully this helps some one
Had to extract the file and individually write the system_a, system_b... boot and vendor. Seems like fastboot update for some reason is adding another _ so it becomes system__a and results in failure.
also fastboot w does not work due to "
/usr/lib/android-sdk/platform-tools/mke2fs failed with status 1
fastboot: error: Cannot generate image for userdata"
i used fastboot erase userdata and that cleared data from user partition.
hopefully this helps some one