From 2cb2c12b1fd739bfa263b900c7fab51b92db5839 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Wed, 29 Nov 2023 16:31:47 +0200 Subject: [PATCH] develop/hardware: Reword information on up board pin configuration Change-type: patch Signed-off-by: Alexandru Costache --- pages/learn/develop/hardware/i2c-and-spi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/learn/develop/hardware/i2c-and-spi.md b/pages/learn/develop/hardware/i2c-and-spi.md index fc387f06c8..eb3cfd16e9 100644 --- a/pages/learn/develop/hardware/i2c-and-spi.md +++ b/pages/learn/develop/hardware/i2c-and-spi.md @@ -317,7 +317,7 @@ Similarly, rs485 can be selected in the environment file as well. The device sho ### Serial Ports -Depending on the HAT Configuration defined in BIOS, the Up Squared UART communication on pins 6, 8 and 10 can be performed using either /dev/ttyS4 or /dev/ttyS5. Please check your pin configuration in the HAT Configurations menu in BIOS. +Depending on the HAT Configuration defined in BIOS, the Up Squared UART communication on pins 8 and 10 can be performed using either /dev/ttyS4 or /dev/ttyS5. Please consult the HAT Configurations menu in BIOS for details on how pins are configured on your device. ## Jetson Devices