unzip crosshatch-qp1a.190711.019-factory-130c70be.zipcd crosshatch-qp1a.190711.019fastboot flash bootloader bootloader-crosshatch-b1c1-0.2-5672671.imgfastboot reboot-bootloaderrepo init -u https://android.googlesource.com/platform/manifest -b android-10.0.0_r2
repo sync -j80 -c --no-clone-bundle --no-tags
curl --output - https://dl.google.com/dl/android/aosp/google_devices-crosshatch-qp1a.190711.020-861edfad.tgz | tar -xzvf -
tail -n +315 extract-google_devices-crosshatch.sh | tar -zxvf -
curl --output - https://dl.google.com/dl/android/aosp/qcom-crosshatch-qp1a.190711.020-f44a22d8.tgz | tar -xzvf -
tail -n +315 extract-qcom-crosshatch.sh | tar -xzvf -
source build/envsetup.sh
lunch 14 //crosshatch
make -j80; mkdir dist; make -j80 dist DIST_DIR=dist
copy and unzip aosp_crosshatch-img-eng.subani.zip
fastboot -w flashall
Thank you for your help.
b1c1-0.2-5672671
/home/wrk/q-10.0.0_r1$ fastboot flashall -------------------------------------------- Bootloader Version...: b1c1-0.2-5672671 Baseband Version.....: g845-00023-180815-B-4956438 Serial Number........: 89RY0ABZE -------------------------------------------- Checking 'product' OKAY [ 0.059s] Setting current slot to 'a' OKAY [ 0.074s] Sending 'boot_a' (65536 KB) OKAY [ 2.730s] Writing 'boot_a' OKAY [ 0.317s] Sending 'dtbo_a' (8192 KB) OKAY [ 0.430s] Writing 'dtbo_a' OKAY [ 0.095s] Sending 'vbmeta_a' (4 KB) OKAY [ 0.120s] Writing 'vbmeta_a' OKAY [ 0.063s] Rebooting into fastboot OKAY [ 0.060s] < waiting for any device > Sending 'system_a' (4 KB) OKAY [ 0.001s] Updating super partition OKAY [ 0.019s] Resizing 'product_a' OKAY [ 0.005s] Resizing 'system_a' OKAY [ 0.005s] Resizing 'vendor_a' OKAY [ 0.005s] Resizing 'product_a' OKAY [ 0.006s] Sending 'product_a' (317212 KB) OKAY [ 12.736s] Writing 'product_a' OKAY [ 1.828s] Resizing 'system_a' OKAY [ 0.006s] Sending sparse 'system_a' 1/2 (524284 KB) OKAY [ 21.396s] Writing 'system_a' OKAY [ 2.637s] Sending sparse 'system_a' 2/2 (287436 KB) OKAY [ 11.680s] Writing 'system_a' OKAY [ 1.600s] Sending 'system_b' (45756 KB) OKAY [ 1.863s] Writing 'system_b' OKAY [ 0.235s] Resizing 'vendor_a' OKAY [ 0.006s] Sending 'vendor_a' (453888 KB) OKAY [ 18.193s] Writing 'vendor_a' OKAY [ 2.280s] Rebooting OKAY [ 0.000s] Finished. Total time: 95.849s