Skip to content

Commit 3019efb

Browse files
Polish
1 parent 8dc1af1 commit 3019efb

File tree

1 file changed

+17
-17
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/x8-getting-started

1 file changed

+17
-17
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/x8-getting-started/content.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ The Portenta Max Carrier was designed to add capabilities to the Arduino® Porte
3737

3838
To make use of the Arduino Portenta Max Carrier you will need to power it through either the barrel jack connector or with a 3.7V 18650 Li-Ion battery, connected to the Portenta Max Carriers battery clips.
3939

40-
| Function | Supported on the Portenta X8 M4 Core | Supported by Linux on Portenta X8 |
41-
| ------------------------ | ------------------------------------ | ---------------------------------- |
42-
| USB Host | USB 1.0 | USB 2.0 |
43-
| Ethernet | Fast Ethernet | 1 Gbps |
44-
| CAN | Yes | Yes |
45-
| Mini PCIe (USB) | USB 1.0 | USB 2.0 |
46-
| Mini PCIe (PCIe) | No | PCIe 2.0 |
47-
| Battery Charger | Yes | Yes |
48-
| LoRa® | Yes (additional software required) | Yes (additional software required) |
49-
| NBIoT/CatM1/2G | Yes (additional software required) | Yes (additional software required) |
50-
| Camera | No | MIPI up to 4 lanes |
51-
| Audio | Limited | Yes |
52-
| RS232/422/485 | Yes | Yes |
53-
| on board JTAG debugging | Yes | No |
54-
| on board console to USB | Yes | Yes |
55-
| on board bus sniffing | Limited | Limited |
40+
| Function | Supported on the Portenta X8 M4 Core | Supported on Portenta X8's NXP® i.MX 8M Mini Processor |
41+
| ------------------------ | ------------------------------------ | ------------------------------------------------------ |
42+
| USB Host | USB 1.0 | USB 2.0 |
43+
| Ethernet | Fast Ethernet | 1 Gbps |
44+
| CAN | Yes | Yes |
45+
| Mini PCIe (USB) | USB 1.0 | USB 2.0 |
46+
| Mini PCIe (PCIe) | No | PCIe 2.0 |
47+
| Battery Charger | Yes | Yes |
48+
| LoRa® | Yes (additional software required) | Yes (additional software required) |
49+
| NBIoT/CatM1/2G | Yes (additional software required) | Yes (additional software required) |
50+
| Camera | No | MIPI up to 4 lanes |
51+
| Audio | Limited | Yes |
52+
| RS232/422/485 | Yes | Yes |
53+
| on board JTAG debugging | Yes | No |
54+
| on board console to USB | Yes | Yes |
55+
| on board bus sniffing | Limited | Limited |
5656

5757

5858
## Peripherals
@@ -72,7 +72,7 @@ The Portenta Max Carrier features the CS42L52 from Cirrus Logic®, a stereo CODE
7272

7373
[Audio connections on the Portenta Max Carrier](assets/audio-interface-max-carrier.svg)
7474

75-
To use this feature with Linux, you could use something like the [alsa-lib](https://github.com/alsa-project/alsa-lib). You can run it with something like this line:
75+
To use this feature with Linux, you could use something like the [alsa-lib](https://github.com/alsa-project/alsa-lib). You can run it with this command:
7676
```python
7777
apk update && apk add alsa-utils alsa-utils-doc alsa-lib alsaconf alsa-ucm-conf && speaker-test -t sine -f 440 -c 2 -r 48000 -D hw:0,0
7878
```

0 commit comments

Comments
 (0)