From last 2-3 year I upgrage my WNDR4700 not so often, but after long long time when I apply "wndr4700-squashfs-sysupgrade" It wont reboot, And green power led keeps on blinking.
this happen 3-4 times with me, what am I doing wrong.
Since debricking need to install stock > then new openwrt,
Assuming you can regain access this way, you'll need to reset your router to defaults and then reconfigure from scratch. Once you get in, you'll issue the following command to reset to defaults:
C:\Users\kdm>ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
C:\Users\kdm>
but hard to get promt.
C:\Users\kdm>ssh 192.168.1.1
ssh: connect to host 192.168.1.1 port 22: Connection timed out
The wndr4700 will require a change in the boot command to get it to work with new releases. Unfortunately that can only be done using serial / UART. See the following post with details on the procedure:
Any upgrade to 22.03 or newer will need a new boot command that does require serial unfortunately. In theory it would be possible to set uboot environment from a running system but this only works if the exact location where the environment is saved is known and defined properly.
C:\c>nmrpflash.exe -L
net15 192.168.1.10 d4:xx:yy:34:bf:77 (Ethernet)
C:\c>nmrpflash.exe -i net15 -f openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-squashfs-factory-tftp-put-ready.img
Advertising NMRP server on net15 ... |
No response after 60 seconds.
Bailing out.
Reboot WNDR4700 and press and hold reset button
C:\c>nmrpflash.exe -i net15 -f openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-squashfs-factory-tftp-put-ready.img
Waiting for Ethernet connection (Ctrl-C to skip).
Warning: IP address marked as deprecated.
Advertising NMRP server on net15 ... -
Received configuration request from 20:e5:2a:55:be:18.
Sending configuration: 10.164.183.253/24.
Received upload request: filename 'firmware'.
Uploading openwrt-21.02.7-apm821xx-nand-netgear_wndr4700-squashfs-factory-tftp-put-ready.img ... OK (9437313 b)
Waiting for remote to respond.
Remote finished. Closing connection.
Reboot your device now.
I have absolutely no WNDR4700 (nor apm821xx target) expertise, so nothing concrete to offer to you...
But your device seems to need some modifications before the newest OpenWrt can be applied.
E.g. this commit from @chunkeey seems to indicate need for serial connection: