I’ve built successfully and my VIM3 now is able to run AOSP 16. However I encounter an issue when I would like to do ‘adb root && adb remount’ for the purpose to access system and vendor partitions. The adb tool said it was done successfully, but after ‘adb reboot’, the system stuck in u-boot, and it said fail to boot because of vbmeta image got hash mismatch. This issue could be resolved by re-flashing vbmeta image to vbmeta_a. But I still not able to access vendor partition. Any suggestion?
Thanks!