LibreELEC.wiki
  • Introduction
  • Support
    • Log Files
    • Updating
  • Installation
    • Create Media
    • Add-Ons
    • Containers
    • Security
  • Hardware
    • Allwinner
    • Amlogic
      • BananaPi M5 / M2S
      • LaFrite
      • WeTek Hub/Play2
    • NXP - iMX6/iMX8
    • Intel x86-64 (Generic)
      • Laptops
    • Qualcomm
    • Raspberry Pi
    • Rockchip
    • Samsung (Exynos)
    • Virtual Image
  • Configuration
    • 4K / HDR
    • Blu-Ray Playback
    • Config.txt
    • Cron
    • Dual Boot
    • EDID
    • Fonts
    • Hidden WiFi
    • Hypercon
    • Hyperion
    • Infra-Red Remotes
    • LCDProc
    • Network Boot
    • Pulseaudio
    • Safe Mode
    • Samba
    • SSL/TLS Certificates
    • Startup & Shutdown
    • Useful Scripts
    • WireGuard
  • How To
    • Add Firmware
    • Blacklist Kernel Module
    • Change Bootsplash
    • Force Add-on Update
    • Add content via Samba Shares
    • Mount Network Share
  • Development
    • Building (Basics)
    • Building (Docker)
    • Building (Advanced)
    • Building (Windows WSL)
    • Beginners Guide to Git
    • Build Commands
      • Build Commands (Add-ons)
      • Build Commands LE 12.0.x
      • Build Commands LE 11.0.x
      • Build Commands LE 10.0.x
      • Build Commands LE 9.2.x
      • Build Commands LE 9.0.x
      • Build Commands LE 8.2.x
      • Build Commands LE 8.0.x
      • Build Commands LE 7.0.x
    • Nightly Images
    • Release Management
    • Website
  • Project
    • Releases
    • Forks
    • Licenses
      • Source Code
      • Documentation
    • Mirrors
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Hardware
  2. Amlogic

WeTek Hub/Play2

Installing LibreELEC to internal eMMC storage

PreviousLaFriteNextNXP - iMX6/iMX8

Last updated 1 year ago

Was this helpful?

Create a bootable SD card using the AMLGX "box" image, then edit the uEnv.ini file in the root folder of the SD card and change @@DTB_NAME@@ to meson-gxbb-wetek-hub.dtb or meson-gxbb-wetek-play2.dtb then save/eject and boot the box using the SD card. If you have been booting from SD card before it should automatically detect the card and boot into LibreELEC. If you have been booting from eMMC you may need to select "boot from SD Card" during boot.

Once the box has booted into the "box" image you can download the latest WeTek "board" image and install LibreELEC to internal eMMC storage using emmctool. This permanently overwrites the Android vendor OS with LibreELEC.

Find the URL for the relevant board image on the . For example, the LibreELEC 11.0 image for the WeTek Play2 will be:

https://releases.libreelec.tv/LibreELEC-AMLGX.arm-11.0.0-wetek-play2.img.gz

Enable SSH and login, then run the following commands to download the board image to /storage and run emmctool to write (w) the LibreELEC-AMLGX.arm-11.0.0-wetek-play2.img.gz image to eMMC:

cd /storage
wget https://releases.libreelec.tv/LibreELEC-AMLGX.arm-11.0.0-wetek-play2.img.gz
emmctool w LibreELEC-AMLGX.arm-11.0.0-wetek-play2.img.gz

The emmctool utility will write the board image to eMMC, expand the /storage partition to 100% size and change the partition labels to BOOT and DISK to avoid name-clashing with the default labels used in the SD card image (so you can boot from SD card if needed).

Once emmctool has finished, run shutdown and remove the SD card. Then cycle power to boot into LibreELEC running from the internal storage.

download page