Skip to content

Commit ee0a4db

Browse files
committed
README.md: update install.sh usage to new release tarballs
The release tarball script has been updated to remove version postfix from FW and tplg folder names. Updated the README.md documentation to take this into account. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent be524ea commit ee0a4db

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,23 @@ Some releases have version specific notes on installation.
2424
E.g. SOF v2.5 binaries require extra steps to configure the Linux
2525
kernel to use new IPC variant. Please see v2.5.x/README.md
2626

27-
## Install process with install.sh
27+
## Install process with install.sh - release tarballs
2828

2929
To install the release just perform a recursive copy. You can also try
3030
the convenience ``./install.sh`` script:
3131

32+
```
33+
tar zxf sof-bin-2023.09.tar.gz
34+
cd sof-bin-2023.09
35+
sudo mv /lib/firmware/intel/sof* some_backup_location/
36+
sudo mv /usr/local/bin/sof-* some_backup_location/ # optional
37+
sudo ./install.sh
38+
```
39+
40+
## Install process with install.sh (sof-bin git tree)
41+
42+
To run install from sof-bin git checkout:
43+
3244
```
3345
sudo mv /lib/firmware/intel/sof* some_backup_location/
3446
sudo mv /usr/local/bin/sof-* some_backup_location/ # optional

0 commit comments

Comments
 (0)