# Build Commands LE 8.2.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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.libreelec.tv/development/build-commands/build-commands-le82.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
