mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-21 05:43:26 -07:00
Additional info for forcing a COM port
This commit is contained in:
parent
4d0643c202
commit
486640dccc
4 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
::If you want to force the COM port use the -p parameter, example:
|
||||
::bash pm3-flash-all -p COM3
|
||||
bash pm3-flash-all
|
||||
pause
|
|
@ -1,5 +1,7 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
::If you want to force the COM port use the -p parameter, example:
|
||||
::bash pm3-flash-bootrom -p COM3
|
||||
bash pm3-flash-bootrom
|
||||
pause
|
|
@ -1,5 +1,7 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
::If you want to force the COM port use the -p parameter, example:
|
||||
::bash pm3-flash-fullimage -p COM3
|
||||
bash pm3-flash-fullimage
|
||||
pause
|
|
@ -1,5 +1,7 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
::If you want to force the COM port use the -p parameter, example:
|
||||
::bash pm3 -p COM3
|
||||
bash pm3
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue