diff --git a/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md b/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md index 32167054ee..0ca8340782 100644 --- a/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md +++ b/content/software/app-lab/tutorials/03.cli/apps-lab-cli.md @@ -31,13 +31,15 @@ You can also access the board via SSH, which is typically installed on your syst >Note that it may take up to a minute for the device to appear after connecting it. -3. Run `adb shell`. If you have not set up your board prior to this via the Arduino App Lab, you may be required to provide a password, which is `arduino`. +3. Run `adb shell`. 4. You should now be inside your board's terminal. ![Terminal on the board.](assets/board-terminal.png) 5. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`. +>Note: If you have not set up your board prior to this via the Arduino App Lab, the first time you run a command that requires authentication (such as `sudo`), you will be prompted to create a new password. + ## Connect via SSH ***Note: to use SSH, the [first setup](/software/app-lab/tutorials/getting-started#install--set-up-arduino-app-lab) needs to be completed. This is done by connecting your board via USB, open the Arduino App Lab, and select the USB option. Here you will need to give your board a name, a new password as well as providing Wi-FiĀ® credentials. SSH will be automatically configured during this setup.***