From d7fbf70237fa28c41511f36ef718bfa219a90677 Mon Sep 17 00:00:00 2001 From: Alexandre Nobuharu Sato <66435071+AlexandreSato@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:18:20 -0300 Subject: [PATCH] docs: add user and pass to C3X serial console instructions (#33921) * add user and pass to C3X serial console instructions * better --- docs/how-to/connect-to-comma.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how-to/connect-to-comma.md b/docs/how-to/connect-to-comma.md index 67327fbaaf..5797f8618f 100644 --- a/docs/how-to/connect-to-comma.md +++ b/docs/how-to/connect-to-comma.md @@ -11,6 +11,9 @@ On the comma three, the serial console is exposed through a UART-to-USB chip, an On the comma 3X, the serial console is accessible through the [panda](https://github.com/commaai/panda) using the `panda/tests/som_debug.sh` script. + * Username: `comma` + * Password: `comma` + ## SSH In order to SSH into your device, you'll need a GitHub account with SSH keys. See this [GitHub article](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) for getting your account setup with SSH keys.