File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
# - pico-probe is /dev/ttyACM0
172
172
# ---------------------------------------
173
173
hw-rp2040-test :
174
- # Limit the run to only hathach due to limited resource on RPI4
174
+ # run only with hathach's commit due to limited resource on RPI4
175
175
if : github.repository_owner == 'hathach'
176
176
needs : build-arm
177
177
runs-on : [self-hosted, Linux, ARM64, rp2040]
@@ -190,7 +190,8 @@ jobs:
190
190
191
191
- name : Create flash.sh
192
192
run : |
193
- echo > flash.sh 'cmdout=$(openocd -f "interface/picoprobe.cfg" -f "target/rp2040.cfg" -c "program $1 reset exit")'
193
+ #echo > flash.sh 'cmdout=$(openocd -f "interface/picoprobe.cfg" -f "target/rp2040.cfg" -c "program $1 reset exit")'
194
+ echo > flash.sh 'pyocd flash -t rp2040 $1'
194
195
echo >> flash.sh 'if (( $? )) ; then echo $cmdout ; fi'
195
196
chmod +x flash.sh
196
197
You can’t perform that action at this time.
0 commit comments