diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md index ab046ec7a7..5849f9cedb 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md @@ -302,7 +302,9 @@ chmod +x 399-install-update sudo ./399-install-update ``` -Remember that the default password for admin access is `fio`. +Remember to set a new admin password at your first access. + +***For image versions earlier than 844, the default password for admin access is `fio`.*** Now you need to reboot the board by pressing its pushbutton for around 10 seconds. After that, connect again to your Portenta X8 through the Command Line and type the following commands: @@ -759,7 +761,11 @@ At this point, you can type `adb shell` to start communicating with your Portent As it is a Linux device, you can do tasks like creating files, changing directories, etc. -To gain admin (root) access, type `sudo su -` and the password, which by default is `fio`. After that, the terminal prefix should turn red. +To gain admin (root) access, type `sudo su -` and set your own password. + +***For image versions earlier than 844, the default password for admin access is `fio`.*** + +After that, the terminal prefix should turn red. ![ADB shell with admin access](assets/adb-sudo-su.png "ADB shell with admin access") @@ -767,7 +773,7 @@ You can now freely program your Portenta X8 Linux OS. In the sections below you ### Change Default User Password -Your Portenta X8 comes with the default user fio with password fio. +For image versions earlier than 844, our Portenta X8 comes with the default user fio with password fio. For security reasons, we strongly suggest changing the default password. To do so, when logged in to your Portenta X8, launch this command to change the password of the fio account: @@ -1215,7 +1221,7 @@ Open Portenta X8 Shell as explained [here](#working-with-linux). sudo modprobe spi-dev ``` -Insert the user password `fio`. +Insert the user password. An upcoming image release for the X8 will load the `spi-dev` modules automatically at boot. In the current version, please create a `/etc/modules-load.d/spi-dev.conf` file with the following content: diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl/content.md index dd420f963c..b6f165a557 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/11.display-output-webgl/content.md @@ -127,7 +127,7 @@ Test your IP connection by exiting the `adb shell`, you can use **CTRL+Z** or ty ssh fio@ ``` -***To connect through SSH, the user's password, "fio," will be requested. If you have trouble connecting with the SSH, please check the troubleshooting section at the end of this tutorial.*** +***To connect through SSH, the user's admin password you setup at first access will be requested. If you have trouble connecting with the SSH, please check the troubleshooting section at the end of this tutorial.*** ### Copy/Push the Docker-Compose.yml diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/13.wordpress-webserver/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/13.wordpress-webserver/content.md index dbaacb4c77..bd775bb44e 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/13.wordpress-webserver/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/13.wordpress-webserver/content.md @@ -187,6 +187,6 @@ In this tutorial, we went through installing and running a WordPress and databas - If the containers are not being installed or running correctly, check if any other containers are currently running on the same ports as the ones used by the WordPress container. You can check it with ``docker ps -a``. -- If there is any issue running docker commands, ensure you are using ``sudo`` before the commands or having root access using: ``sudo su -r`` with password: ``fio``. +- If there is any issue running docker commands, ensure you are using ``sudo`` before the commands or having root access using: ``sudo su -r`` with the password you selected at first access. - If you cannot connect to the site when everything is running, you can double-check the X8's IP address. Run the command `ip -h address` in the **adb shell**. This will display the X8's IP address via USB and Wi-FiĀ®. Try connecting via those IP addresses if all the rest fails.