Skip to content

Commit 0c7bdbc

Browse files
authored
Merge pull request #1526 from arduino/taddy/hatCarrier_user_manual_patchV1
Portenta Hat Carrier: User Manual Content Patch
2 parents 78d726c + 2c399be commit 0c7bdbc

File tree

1 file changed

+6
-6
lines changed
  • content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual

1 file changed

+6
-6
lines changed

content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use the [Portenta Hat Carrier](https://store.arduino.cc/products/portenta-hat
4343

4444
Additionally, the following accessories are needed:
4545

46-
- USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®) (x1)
46+
- USB-C® cable (USB-C® to USB-A cable) (x1)
4747
- Wi-Fi® Access Point or Ethernet with Internet access (x1)
4848

4949
### Software Requirements
@@ -52,7 +52,7 @@ If you want to use the Portenta Hat Carrier with a Portenta X8, check the follow
5252

5353
- Make sure you have the latest Linux image. Refer to [this section](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#portenta-x8-os-image-update) to confirm that your Portenta X8 is up-to-date.
5454

55-
**\_To ensure a stable operation of the Portenta Hat Carrier with Portenta X8, the minimum Linux image version required for Portenta X8 is **746**. To flash the latest image on your board, you can use the [Portenta X8 Out-of-the-box](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) or [flash it manually](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#update-using-uuu-tool) downloading the latest version directly from this [link](https://downloads.arduino.cc/portentax8image/image-latest.tar.gz).\_**
55+
***To ensure a stable operation of the Portenta Hat Carrier with Portenta X8, the minimum Linux image version required for Portenta X8 is __746__. To flash the latest image on your board, you can use the [Portenta X8 Out-of-the-box](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) or [flash it manually](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#update-using-uuu-tool) downloading the latest version directly from this [link](https://downloads.arduino.cc/portentax8image/image-latest.tar.gz).***
5656

5757
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) in case you want to use the auxiliary microcontroller of the Portenta X8 to run Arduino code.
5858

@@ -200,7 +200,7 @@ The Portenta Hat Carrier can be powered according to one of the following method
200200

201201
- Using a USB-C® cable (not included) connected to the Portenta core board of your choice powers not only the selected core board, like the Portenta X8, H7, or C33, but also the Portenta Hat Carrier, and any connected hat that does not require a dedicated external power supply.
202202

203-
**\_The Portenta Hat Carrier can deliver a **maximum** of 1.5 A.\_**
203+
***The Portenta Hat Carrier can deliver a __maximum__ of 1.5 A.***
204204

205205
![Portenta Hat Carrier Power Connection Overview](assets/portentaHATcarrier_powerSource.png)
206206

@@ -261,7 +261,7 @@ To use the Portenta Hat Carrier with the Portenta X8, you will have to align the
261261

262262
![Portenta Hat Carrier with X8](assets/portentaHATcarrier_x8_stack.png)
263263

264-
**\_For the stable functionality of the Portenta Hat Carrier when used with Portenta X8, it is crucial to have at least version **746** of the Linux image on the Portenta X8. Access and download the latest version directly through this [link](https://downloads.arduino.cc/portentax8image/image-latest.tar.gz).\_**
264+
***For the stable functionality of the Portenta Hat Carrier when used with Portenta X8, it is crucial to have at least version __746__ of the Linux image on the Portenta X8. Access and download the latest version directly through this [link](https://downloads.arduino.cc/portentax8image/image-latest.tar.gz).***
265265

266266
#### Hello World With Portenta X8 Shell
267267

@@ -3021,15 +3021,15 @@ echo "spidev" | sudo tee > /etc/modules-load.d/spidev.conf
30213021
sudo systemctl reboot
30223022
```
30233023

3024+
Following section configures a service named `my_spi_service` to use the SPI device available at `/dev/spidev0.0`.
3025+
30243026
```
30253027
services:
30263028
my_spi_service:
30273029
devices:
30283030
- '/dev/spidev0.0'
30293031
```
30303032

3031-
Following section configures a service named `my_spi_service` to use the SPI device available at `/dev/spi-1`.
3032-
30333033
#### Using Arduino IDE
30343034

30353035
<br></br>

0 commit comments

Comments
 (0)