Skip to content

android: erase misc/metadata partitions after flash

On Android devices we need to erase misc and metadata everytime we execute aiot-flash command.

These partitions cannot be listed in erase actions since the partitioning is not yet setup (fastboot flash mmc0 MBR_EMMC).

Instead we added these partitions to erase_after_flash actions.

Merge request reports