📄 jf.cmm
字号:
;============================================================================
; Name:
; JF.CMM
;
; Description:
; FLASH Programming Script wrapper for Lauterbach JTAG/ICD TRACE32.
; Executes real script ..\..\tools\jflash\jflash.cmm
;
; Execution:
; Inside the debugger, type at the command line: "DO JF".
; The script will prompt you for the desired file.
; or
; Inside the debugger, type at the command line: "DO JF SBTA".
; The script will load ..\..\build\ms\SBTA.elf automatically
;
;
; Copyright (c) 2003 by QUALCOMM, Incorporated. All Rights Reserved.
;----------------------------------------------------------------------------
;============================================================================
;
; EDIT HISTORY FOR MODULE
;
; $PVCSPath: L:/src/asw/MSM6050/vcs/jf29pds322.cmm_v 1.1 20 Dec 2001 13:33:10 dionh $
; $Header: //depot/asic/msm6250/build/ms/jf.cmm#1 $ $DateTime: 2003/10/02 11:52:15 $ $Author: dionh $
;
; when who what, where, why
; ------- --- --------------------------------------------------------
; 10/02/03 drh Initial version
;============================================================================;
local &filename
ENTRY &filename
area
area.reset
print "JF saying filename is &filename"
on error gosub
(
cd ..\..\build\ms
enddo
return
)
cd ..\..\tools\jflash
do jflash &filename
cd ..\..\build\ms
;============================================================================
; Put all post flashing commands useful to someone debugging DMSS here
;
; SYS.UP has already been done
; MAP.RESET has already been done
; BREAK.DELETE /ALL has already been done
;
; NOTE: Since all code is in NOR flash, all breakpoints must be /ONCHIP
; and there are only two available
;
;============================================================================
break.set 0x0 /onchip ; break at reset address
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -