Skip to content

Instantly share code, notes, and snippets.

@jmontleon
Last active January 31, 2023 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmontleon/8899cb83138f2653f520fbbcc5b830a0 to your computer and use it in GitHub Desktop.
Save jmontleon/8899cb83138f2653f520fbbcc5b830a0 to your computer and use it in GitHub Desktop.
Download the latest eve recovery image from chromiumdash.appspot.com/serving-builds
Unzip the file. As an example unzip chromeos_15117.112.0_eve_recovery_stable-channel_mp-v2.bin.zip
Create device maps sudo kpartx -av chromeos_15117.112.0_eve_recovery_stable-channel_mp-v2.bin
Mount the ChromeOS root filesystem sudo mount -o ro /dev/mapper/loop0p3 /mnt
sudo cp /mnt/lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin /lib/firmware/
sudo cp /mnt/lib/firmware/dsp_lib_dsm_core_spt_release.bin /lib/firmware/
sudo cp /mnt/lib/firmware/intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin /lib/firmware/intel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment