Skip to content

dump your firmware

dumbButSkilledDev edited this page Aug 20, 2024 · 3 revisions

How to dump your fw

prerequisites

  1. 8 pin spi clip thingy
  2. spi flasher/reader thingy (can be rpi)
  3. time. just time. and the ability to not go insane. jk
  4. a linux machine.

step 1: prep spi stuff (this will be split into sections)

part a

download flash rom
example for ubuntu:

    sudo apt update
    sudo apt install flashrom

part b

connect the spi flasher to your pc/rpi (rpi: connect stuff to gpio)

part c

prepare to lose all sanity. JK

step 2

    flashrom -r migswitch-fw-exspi.bin (YOUR SPI INTERFACE SETUP, READ DOCS)

step 3

profit.