Created
February 6, 2012 17:09
-
-
Save pamaury/1753380 to your computer and use it in GitHub Desktop.
mmc reading with recoveyr_util
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./sbloader 0 recovery.sb && \ | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata noresp 0 0 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata noresp 0 0 - && | |
for i in $(seq 0 30); do | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 1 0x40ff8000 - | |
done && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata longresp 2 0 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 3 0x10000 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 7 0x10000 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 13 0x10000 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 read resp 8 0 - && | |
./util_reader/read_util 066f:3780 ssp_cmd 2 read resp 17 0 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./sbloader 0 recovery.sb &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata noresp 0 0 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata noresp 0 0 - &&
for i in $(seq 0 5); do
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 1 0x40ff8000 -
sleep 0.2s
done &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata longresp 2 0 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 3 0x10000 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 7 0x10000 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 nodata resp 13 0x10000 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 read resp 8 0 - &&
./util_reader/read_util 066f:3780 ssp_cmd 2 read resp 17 0 -