Skip to content

Alchemist(DG2) and ATSM Setup

Sherry Lin edited this page Sep 19, 2022 · 1 revision

ACM and ATS-M kernel is under upstreaming so the building steps are slightly different with upstream kernel. Please follow up below introduction for ACM and ATS-M environment setup.

Build and install kernel

Current media-driver was verified againstintel_gpu_i915_backports, using below steps to enable the kernel and firmware for ACM.

Build and compile media-driver

Follow the steps in wiki Build media-driver from source code, but it's required to enable build option ENABLE_PRODUCTION_KMD=ON when run cmake, like cmake ../media-driver -DENABLE_PRODUCTION_KMD=ON.

Clone this wiki locally