# Remove all existing dynamic partitions and groups before applying full OTA
remove_all_groups
# Add group main with maximum size 4292870144
add_group main 4292870144
# Add partition product to group main
add product main
# Add partition vendor to group main
add vendor main
# Add partition system to group main
add system main
# Grow partition product from 0 to 1664217088
resize product 1664217088
# Grow partition vendor from 0 to 368025600
resize vendor 368025600
# Grow partition system from 0 to 1191297024
resize system 1191297024
