update readme
This commit is contained in:
parent
2a6b3a0d42
commit
232be92744
23
README.md
23
README.md
|
@ -1 +1,22 @@
|
|||
# ax3600_tool
|
||||
# ax3600_tool
|
||||
|
||||
|
||||
backup your mtd9
|
||||
|
||||
`nanddump -f /tmp/bdata_mtd9.img /dev/mtd9`
|
||||
|
||||
unlock the partition lock
|
||||
|
||||
`/tmp/fuckax3600 unlock`
|
||||
|
||||
set ssh/uart/telnet to enable and display the default username/password
|
||||
|
||||
`/tmp/fuckax3600 hack`
|
||||
|
||||
relock the partition lock, otherwise the wifi will not work normally
|
||||
|
||||
`/tmp/fuckax3600 lock`
|
||||
|
||||
show password only
|
||||
|
||||
`/tmp/fuckax3600 password`
|
||||
|
|
Loading…
Reference in New Issue