I received Khadas VIM3 kit at the very beginning of this month, and showed the content of the kit, and how to assemble it. Now after clearing some other items for review, I’ve started to play with the Amlogic A311D board which ships with Android 9.0 by default. I’ll focus my efforts on Ubuntu as most people will run Linux distributions on the board, but before doing so I’ve upgraded Android to the latest version, and checked out system information and ran some benchmarks in Android. Installing the latest Android firmware on VIM3 Instructions to upgrade the firmware over USB-C are available for Windows and Ubuntu, but since my laptop runs Ubuntu 18.04 I’ll focus on the latter. We can install the burn-tool for Linux as follows:
1 2 3 4 |
sudo apt install libusb-dev git parted git clone https://github.com/khadas/utils cd utils sudo ./INSTALL |
We can now download and extract the latest Android image:
1 2 |
wget https://dl.khadas.com/Firmware/VIM3/Android/VIM3_Pie_V190704.7z 7z x VIM3_Pie_V190704.7z |
Once it’s done you can connect your VIM3 board to your […]