From 5a1f76fda6c64dfbfe493c807fda08846b303f26 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Tue, 7 Nov 2023 16:40:50 -0600 Subject: [PATCH 1/5] User manual ethernet content update --- .../tutorials/user-manual/content.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index 54496fcf20..ddd16124c3 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -1810,10 +1810,16 @@ Ethernet performance differs based on the associated Portenta board: - With the Portenta X8: The system supports 1 Gbit Ethernet. - When combined with the Portenta H7 or C33: The performance is limited to 100 Mbit Ethernet. -To configure the Ethernet settings, depending on the paired Portenta board, one must use the provided DIP switch located on the Portenta Hat Carrier. For an in-depth understanding of the DIP switch, kindly refer to [this section](#dip-switch-configuration). +To configure the Ethernet settings, depending on the paired Portenta board, one must use the provided DIP switch on the Portenta Hat Carrier. The following table shows the specific DIP switch configuration needed to enable Ethernet on the carrier: -#### Ethernet Interface With Linux +| **Mounted Portenta Device** | **ETH CENTER TAP DIP SWITCH** | +|:---------------------------:|:-----------------------------:| +| Portenta X8 | Position: OFF | +| Portenta H7/C33 | Position: ON | + +For an in-depth understanding of the DIP switch, kindly refer to [this section](#dip-switch-configuration). +#### Ethernet Interface With Linux

Using the Portenta X8 in combination with the Hat Carrier allows you to evaluate the Ethernet speed. First, ensure that the Portenta X8 is mounted on the Hat Carrier, and then connect them using an RJ45 LAN cable. From c0f3cf8524deb04a221e048e75365b7962bb2473 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Tue, 7 Nov 2023 17:49:44 -0600 Subject: [PATCH 2/5] User manual ethernet content update --- .../portenta-hat-carrier/tutorials/user-manual/content.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index ddd16124c3..f7311b86a6 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -1779,10 +1779,11 @@ The Portenta Hat Carrier significantly augments the networking functionalities o Thus, when conceptualizing and executing project developments, the user can proficiently exploit both the wired and wireless communication capabilities. The inherent wireless attributes of the Portenta devices, combined with the carrier's sophisticated onboard components and adaptable protocol choices, enable a comprehensive suite of communication solutions ideal for a wide range of applications. #### Ethernet -

-The Portenta Hat Carrier is equipped with an Ethernet interface, specifically an RJ45 connector supporting 1000 Base-T. +The Portenta HAT Carrier features a gigabit Ethernet port with an RJ45 connector model _TRJG16414AENL_, equipped with integrated magnetics. These magnetics are crucial for voltage isolation, noise suppression, signal quality maintenance, and rejecting common mode noise, ensuring adherence to waveform standards. + +The connector supports the 1000 Base-T standard and complies with IEEE 802.3ab, guaranteeing high-speed, reliable network connections for data-intensive industrial applications. ![Portenta Hat Carrier Ethernet Port](assets/portentaHATcarrier_ethernet.png) From e508b5f4f2838e3d0a90976d3a3cfd7c269767a4 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Tue, 7 Nov 2023 18:06:32 -0600 Subject: [PATCH 3/5] User manual ethernet content update --- .../tutorials/user-manual/content.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index f7311b86a6..66d8d99fa7 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -1783,7 +1783,7 @@ Thus, when conceptualizing and executing project developments, the user can prof The Portenta HAT Carrier features a gigabit Ethernet port with an RJ45 connector model _TRJG16414AENL_, equipped with integrated magnetics. These magnetics are crucial for voltage isolation, noise suppression, signal quality maintenance, and rejecting common mode noise, ensuring adherence to waveform standards. -The connector supports the 1000 Base-T standard and complies with IEEE 802.3ab, guaranteeing high-speed, reliable network connections for data-intensive industrial applications. +The connector supports the _1000BASE-T_ standard and complies with _IEEE 802.3ab_, guaranteeing high-speed, reliable network connections for data-intensive industrial applications. ![Portenta Hat Carrier Ethernet Port](assets/portentaHATcarrier_ethernet.png) @@ -1806,7 +1806,7 @@ The following table shows an in-depth connector designation: | 13 | N/A | | N/A | | | 14 | N/A | | ETH_LED1 | J1-17 | -Ethernet performance differs based on the associated Portenta board: +Ethernet connection speeds differ based on the associated Portenta board: - With the Portenta X8: The system supports 1 Gbit Ethernet. - When combined with the Portenta H7 or C33: The performance is limited to 100 Mbit Ethernet. @@ -1818,7 +1818,11 @@ To configure the Ethernet settings, depending on the paired Portenta board, one | Portenta X8 | Position: OFF | | Portenta H7/C33 | Position: ON | -For an in-depth understanding of the DIP switch, kindly refer to [this section](#dip-switch-configuration). +***For an in-depth understanding of the DIP switch, kindly refer to [this section](#dip-switch-configuration).*** + +It is advisable to connect the Portenta X8 through the Portenta HAT Carrier to a device with DHCP server capabilities, such as a network router, to ease the automatic assignment of an IP address. + +It will allow the Portenta X8 to communicate with other devices on the network without manual IP configuration. Employing DHCP simplifies device management, supports dynamic reconfiguration, and provides an advantage for applications involving many devices. #### Ethernet Interface With Linux

From af080385c30cc79300e257aacbf89a8528313f7b Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Tue, 7 Nov 2023 18:32:03 -0600 Subject: [PATCH 4/5] User manual ethernet content update --- .../portenta-hat-carrier/tutorials/user-manual/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index 66d8d99fa7..5593ddfb9c 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -1781,9 +1781,9 @@ Thus, when conceptualizing and executing project developments, the user can prof #### Ethernet

-The Portenta HAT Carrier features a gigabit Ethernet port with an RJ45 connector model _TRJG16414AENL_, equipped with integrated magnetics. These magnetics are crucial for voltage isolation, noise suppression, signal quality maintenance, and rejecting common mode noise, ensuring adherence to waveform standards. +The Portenta HAT Carrier features a gigabit Ethernet port with an RJ45 connector model _TRJG16414AENL_ with integrated magnetics. These magnetics are crucial for voltage isolation, noise suppression, signal quality maintenance, and rejecting common mode noise, ensuring adherence to waveform standards. -The connector supports the _1000BASE-T_ standard and complies with _IEEE 802.3ab_, guaranteeing high-speed, reliable network connections for data-intensive industrial applications. +The connector supports the _1000BASE-T_ standard, complying with _IEEE 802.3ab_, guaranteeing high-speed, reliable network connections for data-intensive industrial applications. ![Portenta Hat Carrier Ethernet Port](assets/portentaHATcarrier_ethernet.png) From f8f6756e1c8e24d5a7efe200db0d2ca6374e95c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Caro=20Linares?= Date: Wed, 8 Nov 2023 11:51:10 +0100 Subject: [PATCH 5/5] Apply suggestions from code review Small improvements to the original idea. --- .../portenta-hat-carrier/tutorials/user-manual/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index 5593ddfb9c..2ab2b3f096 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -1820,14 +1820,14 @@ To configure the Ethernet settings, depending on the paired Portenta board, one ***For an in-depth understanding of the DIP switch, kindly refer to [this section](#dip-switch-configuration).*** -It is advisable to connect the Portenta X8 through the Portenta HAT Carrier to a device with DHCP server capabilities, such as a network router, to ease the automatic assignment of an IP address. +It is advisable to connect the Portenta X8 through the Portenta HAT Carrier to a device with DHCP server capabilities, such as a network router, to ease the automatic assignment of an IP address. DHCP will allow the Portenta X8 to communicate with other devices on the network without manual IP configuration. Employing DHCP simplifies device management, supports dynamic reconfiguration, and provides an advantage for applications involving many devices. -It will allow the Portenta X8 to communicate with other devices on the network without manual IP configuration. Employing DHCP simplifies device management, supports dynamic reconfiguration, and provides an advantage for applications involving many devices. +In case you want to assign a manual IP to your device, or even create a direct network between your computer and your board, you can follow the multiple procedures available depending on your network devices and operating system. #### Ethernet Interface With Linux

-Using the Portenta X8 in combination with the Hat Carrier allows you to evaluate the Ethernet speed. First, ensure that the Portenta X8 is mounted on the Hat Carrier, and then connect them using an RJ45 LAN cable. +Using the Portenta X8 in combination with the Hat Carrier allows you to evaluate the Ethernet speed between your device and your computer in your network. First, ensure that the Portenta X8 is mounted on the Hat Carrier, and then connect them using an RJ45 LAN cable to your local network. Be sure that your computer and your devices are connected to the same network and are on the same IP range, been capable of seeing each other. Subsequently, open a terminal to access the shell of the Portenta X8 with admin (root) privileges.