Hello there,
I have built the p-preview-3 latest code and flashed my Pixel2 (walleye) but it booted up with a "LoadImageAndAuth failed" error. While searching around, I couldn't find much information about flashing a Pixel2 in general. Does anyone know what I have missed? This is what I have done:
tar zxvf qcom-walleye-4851836-f4104c55.tgz
tar zxvf google_devices-walleye-4851836-157f5216.tgz
extract-qcom-walleye.sh
extract-google_devices-walleye.sh
4. compile
. build/envsetup.sh
lunch aosp_walleye-userdebug
make -j16
5. "adb reboot bootloader" and then send these commands
fastboot flash boot out/target/product/walleye/boot.img
fastboot flash dtbo out/target/product/walleye/dtbo.img
fastboot flash system out/target/product/walleye/system.img
fastboot flash system_other out/target/product/walleye/system_other.img
fastboot flash userdata out/target/product/walleye/userdata.img
fastboot flash vendor out/target/product/walleye/vendor.img
fastboot reboot
6. device shows "LoadImageAndAuth failed".
I'm able to recover the Pixel2 by flashing the official Beta release again. But I would like it to run with my compiled binaries. Any help is much appreciated!
Regards,
CSG