Extract Firmware
Information of the SPI flash
Dumping the SPI flash from Linux
Device tree entry for the SPI
spi@7000da00 {
status = "okay";
spi-max-frequency = <25000000>;
spi-flash@1 {
compatible = "winbond,w25q32", "jedec,spi-nor";
reg = <1>;
spi-max-frequency = <20000000>;
};
};The dump
How we can tell
Downloads
Leanders blob
CTS blob
Last updated
Was this helpful?