diff --git a/src/app/Flash.jsx b/src/app/Flash.jsx index 18a650b6..0ab59729 100644 --- a/src/app/Flash.jsx +++ b/src/app/Flash.jsx @@ -426,7 +426,7 @@ function ConnectInstructions({ deviceType, onNext }) { const isCommaFour = deviceType === DeviceType.COMMA_4 return ( -
+

Connect your device

Follow these steps to prepare your device for flashing

@@ -471,6 +471,15 @@ function ConnectInstructions({ deviceType, onNext }) { > Next + +
+ + + +

+ Avoid connecting both ports to the same computer. This can underpower the device and lead to incomplete flashing. It is recommended to use a power brick for port 2. +

+
) }