📄 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 + -