wipeefs2.cmm

来自「QUALCOMM JNAND DRIVER」· CMM 代码 · 共 30 行

CMM
30
字号
;
;  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 + =
减小字号Ctrl + -
显示快捷键?