File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11;; lpc55s69_debug.cmm
2- ;;
3- ;; "make DEBUG_SYMBOLS=1 "
2+
3+ &basedir="\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot "
44
55RESet
66SYStem.RESet
@@ -21,8 +21,8 @@ mode.hll
2121SYStem.Up
2222
2323;; STOP in wolfBoot...
24- data.load "\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot \wolfboot.elf" /nocode
25- symbol.sourcepath.TranslateSUBpath "\home\tcook\wolf" "\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf "
24+ data.load "&basedir \wolfboot.elf" /nocode
25+ symbol.sourcepath.TranslateSUBpath "\home\tcook\wolf\wolfBoot " "&basedir "
2626Register.Set PC isr_reset
2727Register.Set MSP END_STACK
2828break.set main /onchip /temporary
3131
3232;; STOP in test-app...
3333;; UNCOMMENT the following:
34- ;; WAIT !STATE.RUN()
35- ;; data.load "\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot \test-app\image.elf" /nocode
36- ;; break.set main /onchip /temporary
34+ WAIT !STATE.RUN()
35+ data.load "&basedir \test-app\image.elf" /nocode
36+ ;break.set wc_InitRng_ex /onchip /temporary
3737
3838go
Original file line number Diff line number Diff line change 11;; lpc55s69_flash_factory_bin.cmm
2- ;;
3- ;; "make DEBUG_SYMBOLS=1 "
2+
3+ &basedir="\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot "
44
55RESet
66SYStem.RESet
@@ -22,7 +22,7 @@ DO ~~/demo/arm/flash/lpc55xx PREPAREONLY
2222
2323flash.erase all
2424FLASH.ReProgram ALL
25- Data.LOAD.Binary "\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot \factory.bin" 0
25+ Data.LOAD.Binary "&basedir \factory.bin" 0
2626FLASH.ReProgram OFF
2727
2828ENDDO
Original file line number Diff line number Diff line change 11;; lpc55s69_flash_update.cmm
2- ;;
3- ;; make DEBUG_SYMBOLS=1
4- ;; then
5- ;; tools/keytools/sign --ecc384 --sha256 test-app/image.bin wolfboot_signing_private_key.der 2
2+
3+ &basedir="\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot"
64
75RESet
86SYStem.RESet
@@ -22,9 +20,9 @@ SYStem.Up
2220
2321DO ~~/demo/arm/flash/lpc55xx PREPAREONLY
2422
25- ;; flash.erase all ;; NOT FOR UPDATE
23+
2624FLASH.ReProgram ALL
27- Data.LOAD.Binary "\\wsl.localhost\Ubuntu-22.04\home\tcook\wolf\wolfBoot \test-app\image_v2_signed.bin" 0x18000
25+ Data.LOAD.Binary "&basedir \test-app\image_v2_signed.bin" 0x18000
2826FLASH.ReProgram OFF
2927
3028ENDDO
You can’t perform that action at this time.
0 commit comments