mirror of https://github.com/wolfSSL/wolfBoot.git
32 lines
653 B
Plaintext
32 lines
653 B
Plaintext
system.down
|
|
system.up
|
|
|
|
|
|
LOCAL &wolfBoot &testApp &updateApp
|
|
&wolfBoot="..\..\..\IDE\AURIX\wolfBoot-tc3xx\TriCore Release (GCC)\wolfBoot-tc3xx.elf"
|
|
&testApp="..\..\..\IDE\AURIX\test-app\TriCore Release (GCC)\test-app_v1_signed.bin"
|
|
&updateApp="..\..\..\IDE\AURIX\test-app\TriCore Release (GCC)\test-app_v2_signed.bin"
|
|
|
|
DO ~~/demo/tricore/flash/tc37x.cmm PREPAREONLY
|
|
|
|
flash.erase all
|
|
|
|
flash.reprogram all /erase
|
|
data.load.binary "&testApp" 0xA0300000
|
|
data.load.binary "&updateApp" 0xA047E000
|
|
data.load.elf "&wolfBoot"
|
|
flash.reprogram off
|
|
|
|
break.set core0_main
|
|
|
|
system.down
|
|
system.up
|
|
go
|
|
|
|
; Bring up the important views
|
|
SYStem
|
|
Frame /Locals /Caller
|
|
List
|
|
|
|
|