?? wipeefs2.cmm
字號:
;
; WIPEEFS2.CMM
; This script reinitializes the EFS2 flash area.
;
; the .elf image should be loaded before running this script, but should
; not have been started.
; For Shadow mode, execute "do jload SSxx" before this
; For Burst mode, program the flash and then execute "d.load.elf SBxx.elf /nocode" first
; For NAND mode, program the flash and then execute "d.load.elf SNxx.elf /nocode" first,
; then execute "do debugflashedsdram" to load the code image.
; Then run this script.
;
; 11-24-2001 drh Copyright 2001 Qualcomm, Inc.
;
;
break.reset
break.set fs_super_init /onchip
go
PRINT "Waiting for breakpoint"
WAIT !run()
v fs_fresh_start=1
PRINT "Please restart phone once it boots"
go
ENDDO
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -