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. Development
  2. Build Commands

Build Commands LE 8.0.x

Image
Command

Freescale iMX6

PROJECT=imx6 ARCH=arm make image

Generic (x86_64)

PROJECT=Generic ARCH=x86_64 make image

Odroid C2

PROJECT=Odroid_C2 ARCH=aarch64 make image

Raspberry Pi 0/1

PROJECT=RPi ARCH=arm make image

Raspberry Pi 2/3

PROJECT=RPi2 ARCH=arm make image

VMware (not Virtualbox)

PROJECT=Virtual ARCH=x86_64 make image

WeTek Play, WeTek OpenELEC

PROJECT=WeTek_Play ARCH=arm make image

WeTek Play 2

PROJECT=WeTek_Play_2 ARCH=aarch64 make image

WeTek Core

PROJECT=WeTek_Core ARCH=arm make image

WeTek Hub

PROJECT=WeTek_Hub ARCH=aarch64 make image

Environment

Official releases were built using Ubuntu 16.04 LTS.

PreviousBuild Commands LE 8.2.xNextBuild Commands LE 7.0.x

Last updated 2 years ago

Was this helpful?