Installing the Linux USB Driver
The following instructions explain how to install a USB driver for Linux operating systems.
- Disconnect your board from your computer.
- In a terminal, use these
commands:
> sudo <installation directory>/bin/install_usb_driver.sh > sudo udevadm control --reload-rules > sudo udevadm trigger
Note: If your board was connected to your computer before you executed these
commands, you need to disconnect it, then re-connect it.