We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e2474 commit 5066275Copy full SHA for 5066275
.github/workflows/gradle.yml
@@ -59,6 +59,10 @@ jobs:
59
name: build-artifact
60
path: ./build
61
62
- - name: Run on device
63
- run: ./gradlew runOnDevice --info
+ - name: Rename .out to .elf
+ run: cd ./build/application/executable && ren application.out application.elf
64
+ shell: cmd
65
+
66
+ - name: Flash on board
67
+ run: LinkServer flash MIMXRT1176xxxxx:MIMXRT1170-EVKB load .\application.elf
68
shell: cmd
0 commit comments