Flashing Google Image to Pixel XL on Linux

Yamalito

Senior Member
Apr 12, 2015
55
10
8
I've attempted to flash Google image to my phone using the flashall.sh command and after it flashed the bootloader and radio an error message appears that is not enough storage space to flash the image. Please Help!
 

CZ Eddie

Senior Member
Sep 27, 2011
6,077
2,301
253
Austin, TX
an error message appears that is not enough storage space to flash the image. Please Help!
Have you tried wiping everything in TWRP?

---------- Post added at 05:15 PM ---------- Previous post was at 05:11 PM ----------

There are also commands to wipe the device. Back up your data and then wipe everything, especially /system.
 
  • Like
Reactions: Yamalito

npjohnson

Senior Member
May 3, 2014
1,451
2,037
148
St. Augustine, FL
I've attempted to flash Google image to my phone using the flashall.sh command and after it flashed the bootloader and radio an error message appears that is not enough storage space to flash the image. Please Help!
You need to get the newest fastboot binary from Google's SDK here: https://dl.google.com/android/repository/platform-tools-latest-windows.zip

The debian/rpm repositories often don't have the most recent one.

So, in short, uninstall your current adb/fastboot, download the zip linked above, move the adb/fastboot binaries to a folder in $PATH (ex. /usr/bin or /usr/local/bin), chmod +x them both (may require sudo depending on where you put them), then run the flashall script again.

Hope this helps.