wipenv.cmm

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

CMM
27
字号
;
;  WIPENV.CMM
;  This script reinitializes the EFS1-based NOR flash NV 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
;
;  11-24-2001   drh     Copyright 2001 Qualcomm, Inc.
;
;
break.reset
break.set fsi_dir_init_fbl_pool /onchip
go
PRINT "Waiting for breakpoint"
WAIT !run()
PRINT "Preparing to Erase by resetting PC to fs_master_reset"
PRINT "Wait for Fatal Error::    Executing........"
r.s pc fs_master_reset
go


ENDDO


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?