Chrultrabook DocsChrultrabook Docs
Documentation
Questions?
Documentation
Questions?
  • FAQ
  • Firmware
    • Finding System Info
    • Supported Devices
    • Known Issues
    • Developer Mode
      • Recovery Mode
    • Disabling Write Protect
      • Using a SuzyQable
      • Unplugging the Battery
    • Types of Firmware
    • Flashing Firmware
    • Updating Firmware
    • Compiling Custom Firmware
    • Flashing Manually
  • Installing an OS
    • Known Issues
    • Installing Windows
    • Installing Linux
      • Partitioning Instructions for Dual Booting
      • Notes for non-standard distros
    • Installing MacOS
      • Custom macOS firmware
      • Fixing Hibernation
    • Post Install
    • Using ectool
  • Debugging
    • Reporting Bugs
  • Unbricking
    • Unbricking with a ch341a USB Programmer
    • Unbricking with a Suzy-Q Cable
    • Unbricking with a Flipper Zero
      • Prerequisites
      • Preparations
        • Step 1
        • Step 2
        • Step 3
        • Step 4
        • Step 5
        • Step 6
  • Reverting to chromeOS
    • Flashing Stock Firmware
    • Making a Recovery USB
    • Booting the Recovery USB
  • Contributing

Unbricking with a Flipper Zero

Yes, this is possible.

Prerequisites

  • Your brain (please)
  • A Flipper Zero with up-to-date firmware
    • It doesn't matter if you are using stock or custom FW.
  • A SOIC8 clip chip
    • You can buy a cheap Chinese one here
  • A screwdriver / pry tool to open your Chromebook
  • A copy of your stock ROM
  • A way to copy files onto your Flipper Zero

Preparations

  1. Locate the SPI flash chip (See Unbricking Page, under "Hardware Disassembly")
  2. A understanding that this may not work on your system

Caution

You will NOT be able to preserve the VPD using this method! This will not apply to you if flashing via your backup ROM. Read the Unbricking Page for more information.

Step 1

Obtain your stock ROM and rename it to .bin. For this guide, I will be using qFlipper. Your rom file should now look like this:

binexample

Step 2

Locate the spi_mem_manager folder under the path SD Card/apps_data/spi_mem_manager/. Copy the .bin file to this newly made folder.

Tips

You might see a file size warning. It is safe to ignore it, only files that are 4GB+ will have issues transferring.

Your spi_mem_manager/ folder should now look like this:

image

Step 3

On your Flipper Zero, go to Apps -> GPIO -> SPI Mem Manager -> Saved. You should see your backup .bin. Verify that the file is there, then proceed to the next step.

Step 4

Connect your SOIC clip chip to your GPIO pins now. See the image below for the wire setup.

image

Step 5

Go back to Apps -> GPIO -> SPI Mem Manager -> Saved -> Yourfilename.bin. Open the file, then select the option to "Write".

Step 6

Assuming all went well, you should no longer have a bricked system.

Last Updated:
Prev
Unbricking with a Suzy-Q Cable