Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:automate-os-upgrade-by-lan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:how-to:automate-os-upgrade-by-lan [2023/08/22 00:42]
hyphop [Device access from LAN]
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 8: Line 8:
 Need bootup into oowow 1st time and ... Need bootup into oowow 1st time and ...
  
 +  * make wifi configuration to use LAN
   * check device ''hostname'' for example ''edge2-00000'', device must be visible in LAN under MDNS ''edge2-00000.local'' name   * check device ''hostname'' for example ''edge2-00000'', device must be visible in LAN under MDNS ''edge2-00000.local'' name
   * 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=/dev/mmcblk0 status=progress xz -dc edge2-armbian-bookworm-legacy-minimal.img.xz | ssh root@edge2-00000.local dd of=/dev/mmcblk0 status=progress
 ``` ```
 +/*
 ```sh rsync raw image  ```sh rsync raw image 
 rsync -avzz edge2-armbian-bookworm-legacy-cli.img root@edge2-00000.local:/dev/mmcblk0 rsync -avzz edge2-armbian-bookworm-legacy-cli.img root@edge2-00000.local:/dev/mmcblk0
 ``` ```
 +*/
  
 WIP: .. i will write more example next time  WIP: .. i will write more example next time 
Last modified: 2023/08/22 00:42 by hyphop