debix-V3.5-20231113 1. Upgraded the kernel to L6.1.22. 2. Changed the system upgraded with Micro SD card to the minimum system. 3. Added support for Bluetooth mouse, Xbox controller, and UHID driver. 4. Added an ath9K driver module. debix-v3.4-20230731 1. Support LZO compression Filesystem; 2. Solve the problem that the RTC time still doesn't go after power off when with RTC battery; 3. Remove the memory limitation of the device tree, the device tree can be compatible with 2GB/4GB/8GB DDR; 4. Install machine learning related packages by default; (deepview-rt, nnstreamer, OpenCV, onnxruntime-tests, etc.) debix-v3.3-20230620 1. Remove Debix wifi AP app from DEBIX desktop application, and remove debix_wifi_ap command; support for opening WiFi hotspot in Settings app or via command. The following are two ways to open a WiFi hotsopt: (1) Interface: Settings app --> Wi-Fi --> "Turn on WiFi Hotspot". (2) Command: nmcli dev wifi hotspot ifname wlan0 ssid debix_ap password "12345678". If you forget the password, you can check it via "nmcli dev wifi show-password" command. If the Wi-Fi is turned off, you can turn it on via "nmcli radio wifi on" command. 2. Support Camera imx219 and 1300A module; Command to select DEBIX Camera 1300A module: sudo cp /boot/imx8mp-debix-core-ar1335.dtb /boot/imx8mp-evk.dtb sudo reboot Command to select Camera imx219: cp /boot/imx8mp-debix-io-imx219.dtb /boot/imx8mp-evk.dtb reboot Support Cheese app to open camera. 3. The kernel support Wireguard by default.