Skip to content

Commit 17561a6

Browse files
committed
fix(satellite1): enable Python SDK installation in audio driver script
Uncomment the Python SDK download and installation commands in the chroot execution script to ensure the SDK is properly installed during the audio driver stage.
1 parent 511cbd8 commit 17561a6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

02-stage-audiodriver-satellite1-v1.0/01-driver/03-run-chroot.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ dpkg -i satellite1-rpi-setup_*_arm64.deb
2121

2222
# 3. Install the Python SDK
2323
#echo "Download and install Python SDK"
24-
#wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/satellite1-rpi-sdk_0.1.5_arm64.deb
25-
#dpkg -i satellite1-rpi-sdk_*_arm64.deb
26-
24+
wget https://github.com/florian-asche/Satellite1-RPi/releases/download/develop/satellite1-rpi-sdk_0.1.5_arm64.deb
25+
dpkg -i satellite1-rpi-sdk_*_arm64.deb

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,3 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for information on the development and buil
142142
## License
143143

144144
This project is released under the [BSD-3-Clause License](LICENSE).
145-

0 commit comments

Comments
 (0)