Skip to content

Commit 6ac6777

Browse files
committed
save
1 parent c5222f1 commit 6ac6777

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@
44
[submodule "agnos-builder"]
55
path = agnos-builder
66
url = https://github.com/commaai/agnos-builder.git
7-
[submodule "agnos-kernel-sdm845"]
8-
path = agnos-kernel-sdm845
9-
url = https://github.com/karelnagel/agnos-kernel-sdm845.git
10-
branch = bluetooth

agnos-kernel-sdm845

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/BLUETOOTH_GAMEPAD_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ cd /Volumes/agnos/builder
100100

101101
```bash
102102
# Attach Bluetooth UART (use btattach, not hciattach)
103-
sudo btattach -B /dev/ttyHS0 -S 115200 &
103+
sudo btattach -B /dev/ttyHS1 -S 115200 &
104104

105105
# Verify Bluetooth is up
106106
hciconfig
107-
# Should show hci0 with UP RUNNING
107+
# Should show hci0 with UP RUNNING and BD Address like 00:00:00:00:5A:AD
108108
```
109109

110110
### Pair the Controller
@@ -184,7 +184,7 @@ zcat /proc/config.gz | grep CONFIG_BT
184184
Use `btattach` instead of `hciattach`:
185185
```bash
186186
sudo pkill hciattach
187-
sudo btattach -B /dev/ttyHS0 -S 115200 &
187+
sudo btattach -B /dev/ttyHS1 -S 115200 &
188188
```
189189

190190
### Controller not found in bluetoothctl scan

0 commit comments

Comments
 (0)