Skip to content

Commit 5d9da56

Browse files
Remove UART and improve 399 update (#967)
* Remove UART and improve 399 update - UART is not officially supported - change -xvf to -mxvf on 399 update to reduce number of warnings * UART Linux part recocered * Communication UART line --------- Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>
1 parent a3ded03 commit 5d9da56

File tree

1 file changed

+3
-9
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual

1 file changed

+3
-9
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,8 @@ Once your Portenta X8 is correctly connected to your PC, launch the following co
940940
user-pc$: adb shell
941941
942942
portenta-x8$: cd /home/fio
943-
portenta-x8$: tar -xvf update-latest.tar.gz -C .
944-
portenta-x8$: tar -xvf aklite-offline-399.tar.gz -C .
943+
portenta-x8$: tar -mxvf update-latest.tar.gz -C .
944+
portenta-x8$: tar -mxvf aklite-offline-399.tar.gz -C .
945945
portenta-x8$: export LD_LIBRARY_PATH=usr/lib/
946946
portenta-x8$: usr/bin/aklite-offline install --src-dir /var/rootdirs/home/fio/offline-updates/
947947
```
@@ -1148,7 +1148,7 @@ Since one of the `I2C` pins is GPIO-multiplexed, you need to detach it from the
11481148
pinMode(PA_12, INPUT);
11491149
}
11501150
```
1151-
1151+
11521152
### UART
11531153

11541154
In this case, a Portenta X8 with Portenta Breakout board is used to explore UART communication.
@@ -1157,12 +1157,6 @@ In this case, a Portenta X8 with Portenta Breakout board is used to explore UART
11571157

11581158
A standard UART is available as `/dev/ttymxc1` in Linux and is mapped to the **`UART1`** port on the Portenta Breakout.
11591159

1160-
#### UART With Arduino
1161-
1162-
The `Serial1` object in the Arduino sketch is mapped to the **`UART0`** port on the Portenta Breakout.
1163-
1164-
Please note that the Arduino RS485 (thus the Arduino Modbus library) library is not supported on the Arduino core of the X8.
1165-
11661160
### Bluetooth®
11671161

11681162
Portenta X8 supports Bluetooth® connectivity just on the Linux side.

0 commit comments

Comments
 (0)