Skip to content

Instantly share code, notes, and snippets.

@pamaury
Created February 6, 2012 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamaury/1753380 to your computer and use it in GitHub Desktop.
Save pamaury/1753380 to your computer and use it in GitHub Desktop.
mmc reading with recoveyr_util
./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 -
@pamaury
Copy link
Author

pamaury commented Feb 6, 2012

./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 -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment