Skip to content

Commit 0fefa40

Browse files
committed
debos: rootfs: Add userspace needed for ath10k
On RB1, ath10k requires a few userspace utilities to talk to the modem remoteproc. Add these to the rootfs: - qrtr-tools - tqftpserv Also temporarily add rmtfs until Debian picks up the change to not require it anymore from upstream (Debian #1104039). Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent 7c043f5 commit 0fefa40

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ actions:
3939
- network-manager
4040
# standard networking files (/etc/hosts, /etc/services etc.)
4141
- netbase
42+
# Qualcomm's IPC Router protocol; needed for WiFi on some ath10k devices
43+
# such as on RB1
44+
- qrtr-tools
45+
# Qualcomm Remote Filesystem Service; this is a dependency of the
46+
# tqftpserv service, but it's actually not needed on RB1
47+
# TODO drop me once https://bugs.debian.org/1104039 is fixed
48+
- rmtfs
49+
# TFTP server implementation for the QRTR protocol; needed for WiFi on
50+
# some ath10k devices such as on RB1
51+
- tqftpserv
4252
# dynamic device nodes handling
4353
- udev
4454
# database of radio emission regulations; needed for WiFi

0 commit comments

Comments
 (0)