Add link to FTDI driver for Windows and MacOS
This commit is contained in:
parent
ca24a7c68b
commit
b0fa7b7022
1 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,7 @@ If you are using Helios64 without an enclosure:
|
|||
## **Step 4** - Connect to Helios64 serial console
|
||||
|
||||
!!! Important
|
||||
Under Windows 10 the FTDI driver will be autodetected, you can use this microsoft default driver to access the USB to serial bridge used by Helios64.
|
||||
For Windows version prior to Windows 10, you will need to install the FTDI driver in order to access the USB to serial bridge used by Helios64. You can find the driver [here](https://www.ftdichip.com/Drivers/VCP.htm).
|
||||
|
||||
### Under Windows
|
||||
|
||||
|
@ -145,6 +145,9 @@ To exit picocom do **Ctrl-a** then **q** button in squence
|
|||
|
||||
### Under Mac OS (via Terminal)
|
||||
|
||||
!!! Important
|
||||
For Mac OS you might need to install the FTDI driver in order to access the USB to serial bridge used by Helios64. You can find the driver [here](https://www.ftdichip.com/Drivers/VCP.htm).
|
||||
|
||||
Connect serial using the *screen* command
|
||||
|
||||
$ screen /dev/tty.usbserial-XXXXXXXX 1500000 -L
|
||||
|
|
Loading…
Reference in a new issue