-
-
Notifications
You must be signed in to change notification settings - Fork 510
[PXCT-1538] Move ADB instructions > new tutorial on UNO Q hw page #2703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview Deployment🚀 Preview this PR: https://691eff5c4c4c4292a3c0b57e--docs-content.netlify.app |
lucarin91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I am late to the party, but just a small change that could be added in another PR.
|
|
||
| >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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the board doesn't have a default password. The first time you try to do sudo or some other command that require the user password, you will be prompted to add a new one.
| 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`. |
What This PR Changes
Contribution Guidelines