diff --git a/Home.md b/Home.md index 1bb32bf..e491e75 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ -1. Update the uImage and sun8i-r16-clockworkpi-cpi3.dtb under the boot partition in the SD card and reboot GS. -2. Copy the Bluetooth chip firmware bcm43438a0.hcd to /lib/firmware/brcm/ -3. Copy the firmware burning program brcm_patchram_plus to /usr/bin/ and add the executable permission “chmod +x /usr/bin/brcm_patchram_plus”. -4. sudo apt-get install bluez +1. Update the [uImage](https://github.com/clockworkpi/bluetooth/blob/master/uImage) and [sun8i-r16-clockworkpi-cpi3.dtb](https://github.com/clockworkpi/bluetooth/blob/master/sun8i-r16-clockworkpi-cpi3.dtb) under the boot partition in the SD card and reboot GS. +2. Copy the Bluetooth chip firmware [bcm43438a0.hcd](https://github.com/clockworkpi/bluetooth/blob/master/bcm43438a0.hcd) to /lib/firmware/brcm/ +3. Copy the firmware burning program [brcm_patchram_plus](https://github.com/clockworkpi/bluetooth/blob/master/brcm_patchram_plus) to /usr/bin/ and “`chmod +x /usr/bin/brcm_patchram_plus`”. +4. `sudo apt-get install bluez` 5. Load the Bluetooth driver with the following command:
@@ -18,7 +18,7 @@ After loading, you can see the Bluetooth device with hciconfig:
cpi@clockworkpi:~$ hciconfig
hci0: Type: Primary Bus: UART
- BD Address: B0:F1:EC:2D:07:5B ACL MTU: 1021:8 SCO MTU: 64:1
+ BD Address: aa:22:33:44:55:66 ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN
RX bytes:1193 acl:1 sco:0 events:64 errors:0
TX bytes:2339 acl:2 sco:0 commands:54 errors:0