Additional info for forcing a COM port

This commit is contained in:
gator96100 2021-01-18 20:39:47 +01:00
commit 486640dccc
4 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,7 @@
@echo off @echo off
cd client cd client
call setup.bat 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 bash pm3-flash-all
pause pause

View file

@ -1,5 +1,7 @@
@echo off @echo off
cd client cd client
call setup.bat 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 bash pm3-flash-bootrom
pause pause

View file

@ -1,5 +1,7 @@
@echo off @echo off
cd client cd client
call setup.bat 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 bash pm3-flash-fullimage
pause pause

View file

@ -1,5 +1,7 @@
@echo off @echo off
cd client cd client
call setup.bat call setup.bat
::If you want to force the COM port use the -p parameter, example:
::bash pm3 -p COM3
bash pm3 bash pm3
pause pause