Update programming scripts
This commit is contained in:
		@@ -1,4 +1,7 @@
 | 
				
			|||||||
target extended-remote :2331
 | 
					target extended-remote :2331
 | 
				
			||||||
 | 
					monitor reset
 | 
				
			||||||
load
 | 
					load
 | 
				
			||||||
monitor reset
 | 
					monitor reset
 | 
				
			||||||
 | 
					kill
 | 
				
			||||||
quit
 | 
					quit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,5 +13,6 @@ if [[ $gdbpid == "" ]]; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
arm-none-eabi-gdb -x program-device.gdb reflow-controller.elf
 | 
					arm-none-eabi-gdb -x program-device.gdb reflow-controller.elf
 | 
				
			||||||
 | 
					sleep 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kill $gdbpid
 | 
					kill $gdbpid
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user