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:
171171 # - pico-probe is /dev/ttyACM0
172172 # ---------------------------------------
173173 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
175175 if : github.repository_owner == 'hathach'
176176 needs : build-arm
177177 runs-on : [self-hosted, Linux, ARM64, rp2040]
@@ -190,7 +190,8 @@ jobs:
190190
191191 - name : Create flash.sh
192192 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'
194195 echo >> flash.sh 'if (( $? )) ; then echo $cmdout ; fi'
195196 chmod +x flash.sh
196197
You can’t perform that action at this time.
0 commit comments