-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #425 from hifiberry/development
Release 20230223
- Loading branch information
Showing
5 changed files
with
350 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
sudo apt-get install git make gcc g++ unzip rsync bc sshpass zip ncurses-dev screen xsltproc libasound2-dev python python-pyalsa python3-pip gcc-multilib g++-multilib f2fs-tools | ||
sudo apt-get install -y git make gcc g++ unzip rsync bc sshpass zip libncurses-dev screen xsltproc libasound2-dev python3 python3-pyalsa python3-pip gcc-multilib g++-multilib f2fs-tools avahi-utils | ||
sudo python3 -m pip install hifiberrydsp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
curl https://raw.githubusercontent.com/hifiberry/hifiberry-os/development/buildroot/package/dspprofiles/dspdac-13.xml > /opt/beocreate/beo-dsp-programs/dacdsp-13.xml | ||
/bin/dsptoolkit install-profile /opt/beocreate/beo-dsp-programs/dacdsp-13.xml | ||
reboot | ||
|