I'm getting PMs about how did I extract the FW. It's easy, you need a "better" SD card reader, in my case Transcend TS-RDF5K, SD or microSD breakout board:
https://github.com/danielkucera/MicroSD_Sniffer
and connect corresponding pins on the board:
https://blog.danman.eu/wp-content/upload...t-desc.jpg
Then you just insert the breakout board, connect pins to your board and you can extract, e.g. via dd:
https://github.com/danielkucera/MicroSD_Sniffer
and connect corresponding pins on the board:
https://blog.danman.eu/wp-content/upload...t-desc.jpg
Then you just insert the breakout board, connect pins to your board and you can extract, e.g. via dd:
Code:
dd if=/dev/sdc of=dump.dd bs=1M