📄 wipenv.cmm
字号:
;
; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -