.. _tx6-bsp: Mainline BSP ============ .. hint:: This guide refers to Images built with **Mainline BSP**. Our Yocto Images support different features of the module. General ------- CPU Temperature ~~~~~~~~~~~~~~~ The i.MX6 provides the SoC's internal temperature. The resolution is 1000ths of °C. Therefore you must **divide it by 1000** to obtain °C. .. prompt:: :prompts: # cat /sys/class/thermal/thermal_zone0/temp karo-image-weston ----------------- Test the GPU ~~~~~~~~~~~~ GLmark2 will only run smooth on processors having a GPU. .. prompt:: :prompts: # XDG_RUNTIME_DIR=/run/user/$UID glmark2-es2-wayland --fullscreen Play a Video ~~~~~~~~~~~~ Play the file named *test.mp4*: .. prompt:: :prompts: # XDG_RUNTIME_DIR=/run/user/$UID gst-play-1.0 --videosink=waylandsink test.mp4