Install an image to eMMC
The SoC TH1520 used on Meles supports booting from SD Card and eMMC. This chapter introduces how to flash the system to your eMMC module.
Requirements
- Meles and Type C Cable
- SPI Nor Flash with Bootloader, soldered on Meles
- eMMC module larger than 16GB
- A PC/Laptop/VM running Ubuntu
Before starting to flash, please make sure that the correct firmware is flashed into the SPI Nor Flash. If you don't know how to flash the firmware into the SPI Nor Flash, please refer to the Install an image to SPI Nor Flash section.
Download images and tools
Before flashing the image to the eMMC, you need to prepare the fastboot utility and the corresponding image file.
Run the following command in Ubuntu to install fastboot:
sudo apt-get install android-tools-adb
sudo apt-get install fastboot