Skip to content

Commit e97d5f1

Browse files
committed
fix: app-lab cli tutorial, remove wrong default password mention
1 parent da8b018 commit e97d5f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ 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`.
35-
4. You should now be inside your board's terminal.
34+
1. Run `adb shell`.
35+
2. You should now be inside your board's terminal.
3636

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

39-
5. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
39+
3. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
40+
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.
4042
4143
## Connect via SSH
4244

0 commit comments

Comments
 (0)