Skip to content

Releases: Cypherock/X2

MYIR Prebuilt Binaries

03 Feb 19:22
5717e08

Choose a tag to compare

  • prebuilt.tar.xz - Contains flash layouts, prebuilt 'filesystem images' of Linux kernel, TF-A, etc provided by MYIR as part of their Debian distribution for MYC-LD25X.
  • modules.tar.xz - Contains kernel modules provided by MYIR, These can be installed by running:
    mkdir -p /lib/modules/
    cd /lib/modules/
    tar -xf /path/to/modules.tar.xz

CyOS Elbe Image v0.0.1

26 Jan 16:41
5717e08

Choose a tag to compare

CyOS Image v0.0.1 Generated Using Elbe.

CyOS Debian Base Image

21 Jan 19:11
7211dc3

Choose a tag to compare

This rootfs is the modified version of Debian rootfs provided by MYIR. The changes include removal of packages:

apt autoremove --purge firefox* libopencv* libwpewebkit* gstreamer1.0-opencv* gstreamer1.0-wpe* libgstreamer-opencv* libgstreamer-plugins-bad1.0-dev* libcheese* cheese* gir1.2-cheese* weston* libweston* *-dbgsym *glmark* *rythm* *nautilus* *zathura* *qt5* *qv* *cmake* *proj* *libgeo* *libvtk* *libspatialite* *libgdal* *librttopo* *poppler* *libgs10* *tracker-extract* *libspectre* *tracker-miner* *libimlib* *libobrender* *obconf* *rhythmbox* *openvpn* gdb* *libmariadb* wayland* *libgtk-3-dev* *libcanberra-gtk3-dev* libclutter*-dev *mariadb* *iperf* *snmp*

Addition of /usr/share/X11/xorg.conf.d/99-touchscreen-rotate.conf (reference) with the following contents:

Section "InputClass"
            Identifier "Coordinate Transformation Matrix"
            MatchIsTouchscreen "on"
            MatchDevicePath "/dev/input/event*"
            MatchDriver "libinput"
            Option "CalibrationMatrix" "1 0 0 0 1 0 0 0 1"
EndSection

Enabling of ssh.service:

systemctl enable ssh.service

And tweaking of permissions, etc. References: