Skip to content

Commit a04ac30

Browse files
authored
Add warning about powering off while deploying (#1799)
* Add warning about powering off while deploying * Fix link * Move power-off warning farther down * Remove trailing whitespace
1 parent e96e708 commit a04ac30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/docs/software/vscode-overview/deploying-robot-code.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ To build and deploy a robot project, do one of:
1111

1212
.. image:: images/deploying-robot-code/building-code-options.png
1313

14-
Deploy robot code by selecting "Deploy Robot Code" from any of the three locations from the previous instructions. That will build (if necessary) and deploy the robot program to the roboRIO. If successful, we will see a "Build Successful" message (1) and the RioLog will open with the console output from the robot program as it runs (2).
14+
Deploy robot code by selecting "Deploy Robot Code" from any of the three locations from the previous instructions. That will build (if necessary) and deploy the robot program to the roboRIO.
15+
16+
.. warning:: Avoid powering off the robot while deploying robot code. Interrupting the deployment process can corrupt the roboRIO filesystem and prevent your code from working until the roboRIO is :doc:`re-imaged </docs/zero-to-robot/step-3/imaging-your-roborio>`.
17+
18+
If successful, we will see a "Build Successful" message (1) and the RioLog will open with the console output from the robot program as it runs (2).
1519

1620
.. image:: images/deploying-robot-code/build-successful.png

0 commit comments

Comments
 (0)