x

The Best BBQ Delivered to You!

Sign up here for Steven Raichlen’s weekly Up in Smoke e-newsletter (and get a free ‘Steven Raichlen's Best Rib Recipes’ e-book!).


Menu

Amlogic S905l2 Firmware May 2026

Amlogic S905L2 Firmware Report

4. Linux Feature: HDMI CEC Control for Kodi

Enable full CEC control (power on/off TV, volume) from the S905L2.

What you need:

  • CoreELEC/LibreELEC for S905L2
  • Kernel with CONFIG_MEDIA_CEC_RC and CONFIG_CEC_MESON_G12A (compatible with S905L2)

Steps:

  1. Enable CEC in device tree: cec@c810023c status = "okay"; ;
  2. Compile kernel with Meson CEC driver.
  3. In Kodi, enable CEC adapter and map TV controls to remote keys via kodi-cec daemon.

Custom feature: Add a "follow TV power" script: amlogic s905l2 firmware

# /storage/.config/autostart.sh
echo "on" > /sys/class/cec/cec0/tx_raw   # When TV turns on, wake box

Part 3: Finding the Right Firmware

If you do not have a backup of your original firmware, you must find one that matches your Board ID. Amlogic S905L2 Firmware Report 4

  • Common S905L2 Devices:
    • M430 Series: Very common for S905L2.
    • CM201-2 / CM311-1: Often found in ISP provider boxes.
    • Generic "MXQ" boxes: These are harder to match; you must rely on the PCB marking.
  • Where to look:
    • FreakTab.com: Go to the Amlogic S905 Firmware section.
    • XDA Developers Forum: Search for your specific board ID.
    • Vendor Website: If you bought a branded box (like Skyworth), check their official support page.

Security & privacy notes

  • Closed‑source blobs can contain vulnerabilities; timely vendor updates vary widely.
  • Devices lacking secure boot are easier targets for persistent compromise.
  • Enable serial/USB access only when needed; verify firmware sources before flashing.