]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: Make Amlogic burn mode work out-of-box
authorNicholas Lim <niclimcy@lineageos.org>
Sat, 4 Jul 2026 10:06:01 +0000 (18:06 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 4 Jul 2026 13:10:38 +0000 (14:10 +0100)
hwdb.d/70-debug-appliance.hwdb

index 8f535f750bb481e708d21b2b581f621a5bd13853..701df4b77d093b1ce451f65703d1d3ed64af1492 100644 (file)
@@ -5,6 +5,16 @@
 # Permitted keys:
 #   ID_DEBUG_APPLIANCE=?*
 
+# Amlogic devices in burn mode
+# Used to interact with devices over Worldcup / ADNL protocol, see:
+# https://wiki.coreelec.org/coreelec:aml_usb_tool
+#
+# The idVendor and idProduct used are documented in source code here:
+# https://github.com/superna9999/pyamlboot/blob/d2857f4371bcdb7a90d885f24987e03b6d647a8a/PROTOCOL.md?plain=1#L17
+usb:v1B8EpC003*
+usb:v1B8EpC004*
+ ID_DEBUG_APPLIANCE=aml_burn_mode
+
 # Samsung devices in download mode
 # Used to interact with devices over Odin protocol, see:
 # https://en.wikipedia.org/wiki/Odin_(firmware_flashing_software)