This commit is contained in:
Jan Wachsmuth 2024-01-05 01:40:40 +01:00 committed by GitHub
parent 43e144aa52
commit efa78eaefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,4 +36,9 @@ You may only want to download the files that are interesting for you. The shell
- http://silenceota.linkplay.com/wifi_audio_imageproducts.xml (entry link with list of products with URLs and more) - http://silenceota.linkplay.com/wifi_audio_imageproducts.xml (entry link with list of products with URLs and more)
- http://ota.rakoit.com/release/RP0011_WB60_S/product.xml (example for one of the product IDs) - http://ota.rakoit.com/release/RP0011_WB60_S/product.xml (example for one of the product IDs)
See shell script for more information [Shell script to download](/download-firmware.sh) See shell script for more information [Shell script to download](/download-firmware.sh)
> NOTE: Don't forget to add read and execute (enter directory) rights for the whole linkplay subdirectories and files at the final end!!
```
chmod -v -R u=rwx,g=rx,o=rx *
```