This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:oowow:how-to:automate-os-upgrade-by-lan [2023/08/22 00:41] hyphop |
software:oowow:how-to:automate-os-upgrade-by-lan [2023/08/23 23:34] (current) hyphop ↷ Page name changed from software:oowow:how-to:automate-os-upgrade to software:oowow:how-to:automate-os-upgrade-by-lan |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== Device access from LAN ===== | ===== Device access from LAN ===== | ||
- | Need bootup into oowow and | + | Need bootup into oowow 1st time and ... |
+ | * make wifi configuration to use LAN | ||
* check device '' | * check device '' | ||
* FireWall setup to **allow income connection** from LAN | * FireWall setup to **allow income connection** from LAN | ||
Line 50: | Line 51: | ||
xz -dc edge2-armbian-bookworm-legacy-minimal.img.xz | ssh root@edge2-00000.local dd of=/ | xz -dc edge2-armbian-bookworm-legacy-minimal.img.xz | ssh root@edge2-00000.local dd of=/ | ||
``` | ``` | ||
+ | /* | ||
```sh rsync raw image | ```sh rsync raw image | ||
rsync -avzz edge2-armbian-bookworm-legacy-cli.img root@edge2-00000.local:/ | rsync -avzz edge2-armbian-bookworm-legacy-cli.img root@edge2-00000.local:/ | ||
``` | ``` | ||
+ | */ | ||
WIP: .. i will write more example next time | WIP: .. i will write more example next time |