From 6b80082fbeb14a15d15077651efe02a1ee64a720 Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Sat, 7 Jan 2023 20:41:05 -0500 Subject: [PATCH 1/2] 200,000 -> 2,000,000 baud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a5589..1e025b7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ bestool write-image out/open_source/open_source.bin --port /dev/ttyACM1 - Long hold (5 ish seconds) the button on the back when buds are in the case to force a device reboot (so it can be programmed) - Use the resistor in the buds to pick Left/Right rather than TWS master/slave pairing - Pressing the button on the back while in the case no longer triggers DFU mode -- Debugging baud rate raised to 200000 to match stock firmware +- Debugging baud rate raised to 2000000 to match stock firmware - Fixed TWS operation such that putting either bud into the case correctly switches to the other bud - Working (mostly) audio controls using the touch button on the buds - Turned off showing up as a HID keyboard, as not sure _why_ you would; but it stops android nagging me about a new keyboard From 879d4f0daa201f017dca026d720531f00b302f8f Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Sat, 7 Jan 2023 20:41:25 -0500 Subject: [PATCH 2/2] Spelling changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e025b7..6356b7c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The docker image will build bestool for you first, then drop you into the dev co ## Usage -To use this setup to build & flash your pine buds you will need a system with docker setup at the minimum. +To use this setup to build & flash your PineBuds you will need a system with docker setup at the minimum. Docker is used to (1) make this all much more reprodicible and easier to debug and (2) so that we dont mess with your host system at all. In order to program the buds from inside of the docker container; privileged mode is used. So do be a tad more careful than usual. @@ -34,7 +34,7 @@ bestool write-image out/open_source/open_source.bin --port /dev/ttyACM0 bestool write-image out/open_source/open_source.bin --port /dev/ttyACM1 ``` -## Changelist from stock opeen source SDK +## Changelist from stock open source SDK - Long hold (5 ish seconds) the button on the back when buds are in the case to force a device reboot (so it can be programmed) - Use the resistor in the buds to pick Left/Right rather than TWS master/slave pairing