Results 64 comments of Jacob

# Direct Rendering Manager - Output of `drm_info` ``` Node: /dev/dri/card0 ├───Driver: imx-drm (i.MX DRM graphics) version 1.0.0 (20120507) │ ├───DRM_CLIENT_CAP_STEREO_3D supported │ ├───DRM_CLIENT_CAP_UNIVERSAL_PLANES supported │ ├───DRM_CLIENT_CAP_ATOMIC supported │ ├───DRM_CLIENT_CAP_ASPECT_RATIO...

# Security - Uses https://optee.readthedocs.io/en/latest/general/about.html ``` root@imx8mm-ferrari:/data# ls tee 0 1 2 3 4 5 dirf.db ```

# Cross-compiling for the device - Install requirements like `gcc-aarch64-linux-gnu build-essential git` - Device is aarch64 ## For mason & ninja ``` git clone nano arm.txt [binaries] c = 'aarch64-linux-gnu-gcc'...

# KMSCube graphic POC - https://github.com/Jayy001/rmpp-kms-cube - Perl & Binaries provided to install the chroot - Once inside, you can build the libs needed # Debugging information ``` kmscube --gears...

I don't believe this is an RmHacks related issue.

Jayy remember to uncomment `242-247` and remove `248-249` of `__init__.py` once you're done

Extra additions - Added custom port option for use with rmDocker - Added empty password support for use with rmDocker

Hi, appreciate the detailed issue. I've put a couple fixes in, which should hopefully make a change. The hardware version should also be put in the error message, could you...

It may take a couple hours for the new binary to be compiled

Thank you for all your work to this project