Hmmm, looks like I got wrong link. How best can I back out to get phone working again? Its stuck on the Google boot screen.
Proper OTA sideload should bring you up, this time use the Pixel 6 OTA. As per OTA page (
https://developers.google.com/android/ota):
"This page contains full OTA update packages that allow you to restore your Nexus or Pixel device's original factory firmware. You will find these files useful if you have experienced a failure to take an OTA. This has the same effect as flashing the corresponding factory image, but without the need to wipe the device or unlock the bootloader."
So:
1. Boot to bootloader: hold pwr button + vol dwn button
2. Boot to recovery: in bootloader select Recovery and press pwr button and plug in your cable
and then according to OTA instructions:
3. To access the recovery menu, hold the
Power button and press
Volume Up once. The recovery text menu will appear.
4. To enter sideload mode, select the option
Apply update from ADB.
5. Run the following command:
adb devices
and check that your device shows up with "sideload" next to its name.
6. Run the following command:
adb sideload ota_file.zip
where ota_file.zip is the name of the file you have downloaded and verified.
7. Once the update finishes, reboot the phone by choosing
Reboot system now.