From 0170fb8d00bff9cb60cb617e952f9b9d0475d4c9 Mon Sep 17 00:00:00 2001 From: Dominig ar Foll Date: Tue, 30 Jan 2018 15:42:49 +0100 Subject: adding up board serial port pinout --- getting-started/footers/intel-footer.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'getting-started') diff --git a/getting-started/footers/intel-footer.md b/getting-started/footers/intel-footer.md index 132daa4..967feb4 100644 --- a/getting-started/footers/intel-footer.md +++ b/getting-started/footers/intel-footer.md @@ -61,12 +61,14 @@ The Joule seems to refuse to boot with my SD-HC-I type cards while I had no prob ## Serial debug Port Serial debug port ID varies with the HW platform. By default AGL build Intel target as a MinnowBoard where serial is `/dev/ttyS0`, on Joule and MRB the serial debug is `/dev/ttyS2`. +On Up boards the /dev/ttyS0 serial port is not easy to access and using /dev/ttyS4 which is routed on the Arduino connector.
[See pinout]( http://www.up-board.org/wp-content/uploads/2017/11/UP-Square-DatasheetV0.5.pdf) You may have to change the configuration in your bootloader which is located in the EFI partition. ## Serial debug cable -On the MinnowBoard the serial cable is an FTDI serial cable. The wiring can be found [here](http://wiki.minnowboard.org/MinnowBoard_MAX_HW_Setup). +On the MinnowBoard the serial cable is an FTDI serial cable. The wiring can be found [here](http://wiki.minnowboard.org/MinnowBoard_MAX_HW_Setup).
+Up Boards use the same FDDI 3.3V adaptor than the Minnow but the pin out is not adjacent and requires to split the pins. On the Joule the serial connection is done via the micro USB cable which is not provided in the Developer kit. Details can be found [here](https://software.intel.com/en-us/node/667851). Interface speed is 115200 bps, 8 bits, no parity, no flow control -- cgit