This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| configuration:software-update [2021/11/10 15:30] – dodenhoeft | configuration:software-update [2023/11/14 12:44] (current) – klueppel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Software update ====== | ====== Software update ====== | ||
| - | coming soon | + | === 1. Generate a hash key for authentication === |
| + | {{ : | ||
| + | |||
| + | The file should have the name autorun.key. | ||
| + | ===2. Create a script that execute Softwareupdate=== | ||
| + | Add the following text into your script and call it autorun. sh. | ||
| + | # | ||
| + | mv / | ||
| + | cli update -rf software / | ||
| + | |||
| + | ===3. Add the files to the USB Stick=== | ||
| + | Download the needed Softwareversion and name it sw-update.img. | ||
| + | |||
| + | Then add all the scripts to the USB Device. | ||
| + | |||
| + | {{ : | ||