I noticed some files that seem to be related to flash unlocking and nand dump in the miner I wonder if they could be of some use pulling the FW.
Quite interested in what the flash_otp_info and flash_otp_dump are used for
When checking some of them for there functions I have included below.
Usage: flash_otp_info [ -f | -u ] <device>
root@Satoshi1:/usr/sbin# ./flash_unlock
Usage: flash_unlock <mtd device> [offset] [block count]
If offset is not specified, it defaults to 0.
If block count is not specified, it defaults to all blocks.
root@Satoshi1:/usr/sbin# ./nandtest
usage: nandtest [OPTIONS] <device>
-h, --help Display this help output
-m, --markbad Mark blocks bad if they appear so
-s, --seed Supply random seed
-p, --passes Number of passes
-o, --offset Start offset on flash
-l, --length Length of flash to test
-k, --keep Restore existing contents after test
root@Satoshi1:/usr/sbin#
there also seems to be a way to dump the eeprom and i2c from the miner I wonder if these files are supposed to be in the miner of if they were left there when they made the V9's.
If anyone know's there use please do let me know I had a spell of dumping nand's from XBOX360s back in the day so would be interested to know more about doing this in the miner.