mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 20:20:30 +00:00
812cee0a4a
Signed-off-by: Stephan Raue <stephan@openelec.tv>
9 lines
307 B
Desktop File
9 lines
307 B
Desktop File
[Unit]
|
|
Description=Broadcom sdio firmware update for %I
|
|
ConditionPathExists=/dev/ttymxc3
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/brcm_patchram_plus --patchram /lib/firmware/brcm/%I.hcd --baudrate 3000000 --use_baudrate_for_download /dev/ttymxc3 --enable_hci --no2bytes --tosleep=50000
|