From 486640dccc8c84574241b5a95ee9630155190a57 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Mon, 18 Jan 2021 20:39:47 +0100 Subject: [PATCH] Additional info for forcing a COM port --- msys2/ps/autobuild/rrg/pm3-flash-all.bat | 2 ++ msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat | 2 ++ msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat | 2 ++ msys2/ps/autobuild/rrg/pm3.bat | 2 ++ 4 files changed, 8 insertions(+) diff --git a/msys2/ps/autobuild/rrg/pm3-flash-all.bat b/msys2/ps/autobuild/rrg/pm3-flash-all.bat index 448e49219..36ec25375 100644 --- a/msys2/ps/autobuild/rrg/pm3-flash-all.bat +++ b/msys2/ps/autobuild/rrg/pm3-flash-all.bat @@ -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 \ No newline at end of file diff --git a/msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat b/msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat index 0f790e954..0f0286096 100644 --- a/msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat +++ b/msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat @@ -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 \ No newline at end of file diff --git a/msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat b/msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat index 02a432334..187ecc40d 100644 --- a/msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat +++ b/msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat @@ -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 \ No newline at end of file diff --git a/msys2/ps/autobuild/rrg/pm3.bat b/msys2/ps/autobuild/rrg/pm3.bat index a017275ea..baad5ce42 100644 --- a/msys2/ps/autobuild/rrg/pm3.bat +++ b/msys2/ps/autobuild/rrg/pm3.bat @@ -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 \ No newline at end of file