You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,7 +522,6 @@ void loop() {
522
522
523
523
After successfully uploading the sketch, the user-configurable LED will start blinking. The following clip illustrates the expected LED blink pattern.
524
524
525
-

526
525
527
526
Please check out the following documentation to learn more about each board and maximize its potential when paired with the Portenta Hat Carrier:
528
527
@@ -2660,13 +2659,13 @@ Hardware configuration is divided into the following layers:
2660
2659
2661
2660
EEPROMs, which store identification IDs, are typically defined on _Layer 1_ and accessible on _I2C1_. Some HATs may also have EEPROMs according to the Raspberry Pi® standard (*ID_SD*, *ID_SC*), accessible on _I2C0_.
2662
2661
2663
-
Some overlays, such as:
2662
+
There are some overlays which add specific functionalities. For example:
2664
2663
2665
2664
-`ov_som_lbee5kl1dx`: Adds Wi-Fi®
2666
-
-`ov_som_x8h7`: Adds the Portenta H7
2665
+
-`ov_som_x8h7`: Adds the H7 external microcontroller
2667
2666
-`ov_carrier_rasptenta_base`: Base support for Portenta Hat Carrier
2668
2667
2669
-
Add functionalities like Wi-Fi® and external microcontroller support. If no known carrier is detected, the first two overlays are applied by default if the Portenta X8 is mounted as the main board.
2668
+
When no known carrier is detected and the Portenta X8 is mounted as the main board, the first two overlays mentioned above are applied by default.
2670
2669
2671
2670
#### Distinction Between System And Hardware Configuration
0 commit comments