Skip to content

Commit f42b67d

Browse files
authored
Merge pull request #2729 from arduino/91volt/adb-unoq-fix
fix: removes incorrect reference to uno-q default password
2 parents 4454267 + ba1571a commit f42b67d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ You can also access the board via SSH, which is typically installed on your syst
3131

3232
>Note that it may take up to a minute for the device to appear after connecting it.
3333
34-
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`.
34+
3. Run `adb shell`.
3535
4. You should now be inside your board's terminal.
3636

3737
![Terminal on the board.](assets/board-terminal.png)
3838

3939
5. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
4040

41+
>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.
42+
4143
## Connect via SSH
4244

4345
***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.***

0 commit comments

Comments
 (0)