Books:OpenWRT: Difference between revisions
From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
Add OpenWRT notes page |
Blanked the page Tags: Blanking Visual edit: Switched |
||
| Line 1: | Line 1: | ||
<pre> |
|||
scp openwrt-23.05.4-ipq40xx-chromium-google_wifi-squashfs-factory.bin root@192.168.1.1:/tmp/ |
|||
ssh root@192.168.1.1 -C "dd if=/dev/zero bs=512 seek=7634911 of=/dev/mmcblk0 count=33 && dd if=/tmp/openwrt-23.05.4-ipq40xx-chromium-google_wifi-squashfs-factory.bin of=/dev/mmcblk0" |
|||
dd if=/dev/zero bs=512 seek=7634911 of=/dev/mmcblk0 count=33 && dd if=/tmp/openwrt-23.05.4-ipq40xx-chromium-google_wifi-squashfs-factory.bin of=/dev/mmcblk0 |
|||
</pre> |
|||
https://openwrt.org/toh/google/wifi |
|||