Releases: Cypherock/X2
Releases · Cypherock/X2
MYIR Prebuilt Binaries
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
CyOS Image v0.0.1 Generated Using Elbe.
CyOS Debian Base Image
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"
EndSectionEnabling of ssh.service:
systemctl enable ssh.serviceAnd tweaking of permissions, etc. References: