Skip to content

Driver

Windows 10/11 Driver

The Windows system will automatically connect to the internet to fetch driver updates after installation. If you cannot connect to the Windows update service, or if some drivers are still missing after the automatic update, you can download the offline driver package here.

Name Version Size Download
Intel Chipset Driver 10.1.32.3 9.08 KB
Intel Network Adapter Driver Latest N/A 1
Intel Wireless Adapter Driver Latest N/A 1
Intel Wireless Bluetooth Driver Latest N/A 1
Intel Processor Graphics Driver Latest N/A 1
Realtek Audio Driver 6.0.9191.1 81.1 MB 2
Type-C Controler Driver 1.8.1.0 59.7 KB
TouchPanel Driver 1.3.2.0 63.4 KB
LattePanda Leonardo Driver 1.2.3.0 8.82 KB
intel Serial IO Driver 30.100.2026.14 315 KB
Intel Management Engine Interface Driver 2131.1.4.0 16.3 MB
Intel Watchdog Timer Driver 11.7.0.1000 29.5 KB

Linux Driver

Linux drivers are usually provided by the distribution with kernel and kernel module updates, please use the new kernel for full driver support.

  • Minimum kernel: 5.15
  • Recommended kernel: 6.1 or newer

Touch Panel Driver

Note

“install.bat” must be run as administrator to update the driver correctly.

LattePanda Leonardo Driver and IDE Configuration

The LattePanda Leonardo is different from the standard Arduino Leonardo. The IDE configuration files and drivers are not the same.

In Windows OS

The official windows 10/11 system image provided by LattePanda team has integrated drivers and configuration files. So if you installed the Windows system by yourself, please configure the driver and IDE files according to the following steps.

  • Download the Arduino IDE. Then install it on your windows 10/11 system. We use the Arduino IDE 1.8.16.

  • Download the LattePanda Leonardo configuration files from Dropbox Link or Google Drive Link. Then unzip it.

  • Enter into "Windows Driver" folder, and run "dpinst-amd64.exe" to install the driver. After that, you will see the LattePanda Leonardo port in the device manager.

  • Enter into "Arduino IDE Files" folder, copy "avr-0.0.3" folder to "C:\Program Files(x86)\Arduino\hardware".

  • Run Arduino IDE,Open “Tool” menu,Choose “Board:xxx” -> “LattePanda AVR Boards”->“LattePanda Leonardo”. If you see “LattePanda Leonardo” board, the Arduino IDE files are correct.

In Ubuntu OS

We take the ubuntu OS as an example to demonstrate how to install Arduino IDE and configure Lattepanda Leonardo.

  • Download the Arduino IDE. We choose the Linux 64 bits version of Arduino IDE 1.8.16.

  • Unzip the downloaded arduino-1.8.16-linux64.tar.xz file. You can do this in terminal with the following command:

tar -xvf arduino-1.8.16-linux64.tar.xz
This will unzip the Arduino IDE into the current directory.

  • Move the Arduino IDE to the /opt directory. This is where third-party software is typically stored in Linux systems. Run the following command:
sudo mv arduino-1.8.16 /opt
  • Navigate to the Arduino IDE directory:
cd /opt/arduino-1.8.16
  • Run the installation script:

sudo ./install.sh
This will create a desktop shortcut and register the Arduino IDE in the system's application menu.

  • To be able to upload code to the Arduino board without root permissions, add the current user to the dialout group. Run the following command:
sudo usermod -a -G dialout $USER
  • You will then need to log out and log back in for the changes to take effect. This completes the installation of the Arduino IDE on your Ubuntu system.

  • Download the LattePanda Leonardo configuration files from Dropbox Link or Google Drive Link. Then unzip it.

  • Enter into "Arduino IDE Files" folder, copy "avr-0.0.3" folder to "/opt/arduino-1.8.16/hardware".

  • Run Arduino IDE,Open “Tool” menu,Choose “Board:xxx” -> “LattePanda AVR Boards”->“LattePanda Leonardo”.

  • Then choose the serial port: “Port: /dev/ttyACM0 xxx” -> “/dev/ttyACM0(LattePanda Leonardo)”.

Join our Discord


  1. Download from intel.com 

  2. 7z compressed format, please install 7-Zip to unzip