- Copy SD Card Image to an SD Card
- Copy Software to the Board via SSH and SCP
- Getting and Running the PHYTEC VM
- Install FTDI Driver on Windows
- Set Static IP Address in Ubuntu 20.04 LTS
- Setup a Second Network Interface in the Virtual Machine
- Setup qbee Device Management on phyBOARD-Polis
- Using phyLinux to build a yocto BSP with a build-container
- Using thingsboard.io to connect phyBOARD-Polis to the Cloud
Install FTDI Driver on Windows
Disclaimer
This tutorial is only for necessary Windows users.
Goal
Install the FTDI driver and access the board via a serial port.
Preconditions
- Putty (https://www.putty.org/) or another serial client must be installed on the host system.
Tutorial
Get the driver
- Download the driver from the FTDI website:
- Link: https://ftdichip.com/drivers/
- Choose the correct version for your operation system
- Download the file
- Open the file and run the installation
Combine the Driver with the Correct Ports
- Open the operating system device manager
- Example for Windows 10:
- Open the start menu
- Type "Device Manager"
- Hit Enter
- Example for Windows 10:
- Connect the board with the host:
- In the device manager, you should see new unknown devices
- If you do not see any devices, the board is not correctly connected to the host
- Right-click on the unknown device and choose "Properties"
- In the newly opened window choose the register card "Driver"
- Click the button "Treiber aktualisieren"
- Choose "Search on my local computer"
- Choose the FTDI driver for the port and install
- In the device manager, you should see new unknown devices
Open a Connection to the Board
- Open the Windows device manager
Search for the COM Port, you will find two COM Ports
- Open Putty with the correct COM Port
- You should see in one window a login prompt
- Insert "root" and hit enter
- You will see the welcome screen for the board