File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ the go.sh script is not used anymore. Instead:
44```
55sudo mv /lib/firmware/intel/sof* some_backup_location/
66sudo mv /usr/local/bin/sof-* some_backup_location/ # optional
7- sudo install.sh v1.7 .x/v1.7
7+ sudo install.sh v1.N .x/v1.N-rcM
88```
99
1010The go.sh script still applies to older releases.
1111
1212You don't have to use install.sh, you can use any recursive copy of
13- your preference. This is all what install.sh does:
13+ your preference. This is all what install.sh does, example with v1.7.x/v1.7 :
1414
1515```
1616cd v1.7.x
1717rsync -a sof*v1.7 /lib/firmware/intel/
1818ln -s sof-v1.7 /lib/firmware/intel/sof
1919ln -s sof-tplg-v1.7 /lib/firmware/intel/sof-tplg
20- rsync tools-v1.7/* /usr/local/bin
20+ rsync tools-v1.7/* /usr/local/bin
2121```
2222
2323If you don't want the symbolic links:
@@ -29,4 +29,4 @@ rsync tools-v1.7/ /usr/local/bin/
2929```
3030
3131Remember that for rsync (and some versions of ` cp ` ), a trailing slash in
32- srcdir/ is rougly equivalent to srcdir/*
32+ srcdir/ is roughly equivalent to srcdir/* + srcdir/.?? *
You can’t perform that action at this time.
0 commit comments