Archer C7 v2 boot loop after firmware upgrade

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Archer C7 v2 boot loop after firmware upgrade

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Archer C7 v2 boot loop after firmware upgrade
Archer C7 v2 boot loop after firmware upgrade
2018-12-28 20:07:01 - last edited 2021-06-03 07:52:57

Hi, I have an Archer C7 v2 stuck in a reboot loop after a firmware flash.
I can get TFTP, but flashing firmware via TFTP only results in the same.

 

I think what I need is a compatible firmware to flash recovery, but any ideas ?

 


TIA, Jay

 

 

BOOT LOG

U-Boot 1.1.4 (Jan 14 2018 - 10:37:14)

ap135 - Scorpion 1.0DRAM:
sri
Scorpion 1.0
ath_ddr_initial_config(179): (32bit) ddr2 init
tap = 0x00000003
Tap (low, high) = (0x4, 0x1f)
Tap values = (0x11, 0x11, 0x11, 0x11)
128 MB
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment

*** Warning *** : PCIe WLAN Module not found !!!
In: serial
Out: serial
Err: serial
Net: ath_gmac_enet_initialize...
athrs_sgmii_res_cal: cal value = 0x1
No valid address in Flash. Using fixed address
No valid address in Flash. Using fixed address
ath_gmac_enet_initialize: reset mask:c02200
Scorpion ----> S17 PHY *
Vlan config...
TEST: FINAL REG VAL after TX Calibration - 0x46000000
TEST: FINAL XMII VAL after RX Calibration - 0x56000000
TEST: FINAL ETH_CFG VAL after RX Calibration - 0x00014001
athrs17_reg_init: complete
: cfg1 0x80000000 cfg2 0x7335
eth0: ba:be:fa:ce:08:41
eth0 up
athrs17_reg_init_wan done
SGMII in forced mode
athr_gmac_sgmii_setup SGMII done
: cfg1 0x800c0000 cfg2 0x7214
eth1: ba:be:fa:ce:08:41
eth1 up
eth0, eth1
Setting 0x18116290 to 0x58b1214f
Autobooting in 1 seconds

Booting image at 9f020000 ...

Uncompressing Kernel Image ... Stream with EOS marker is not supportedLZMA ERROR 1 - must RESET board to recover

U-Boot 1.1.4 (Jan 14 2018 - 10:37:14)

......and so on.

 

 

 

 

TFTP LOG

U-Boot 1.1.4 (Jan 14 2018 - 10:37:14)

ap135 - Scorpion 1.0DRAM:
sri
Scorpion 1.0
ath_ddr_initial_config(179): (32bit) ddr2 init
tap = 0x00000003
Tap (low, high) = (0x4, 0x1f)
Tap values = (0x11, 0x11, 0x11, 0x11)
128 MB
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment

*** Warning *** : PCIe WLAN Module not found !!!
In: serial
Out: serial
Err: serial
Net: ath_gmac_enet_initialize...
athrs_sgmii_res_cal: cal value = 0x1
No valid address in Flash. Using fixed address
No valid address in Flash. Using fixed address
ath_gmac_enet_initialize: reset mask:c02200
Scorpion ----> S17 PHY *
Vlan config...
TEST: FINAL REG VAL after TX Calibration - 0x46000000
TEST: FINAL XMII VAL after RX Calibration - 0x56000000
TEST: FINAL ETH_CFG VAL after RX Calibration - 0x00028001
athrs17_reg_init: complete
: cfg1 0x80000000 cfg2 0x7335
eth0: ba:be:fa:ce:08:41
eth0 up
athrs17_reg_init_wan done
SGMII in forced mode
athr_gmac_sgmii_setup SGMII done
: cfg1 0x800c0000 cfg2 0x7214
eth1: ba:be:fa:ce:08:41
eth1 up
eth0, eth1
Setting 0x18116290 to 0x58b1214f
dup 1 speed 1000
Using eth1 device
TFTP from server 192.168.0.66; our IP address is 192.168.0.86
Filename 'ArcherC7v2_tp_recovery.bin'.
Load address: 0x80060000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#######################################################
done
Bytes transferred = 16252928 (f80000 hex)
original_product_id = ffffffff
original_product_ver = ffffffff
original_resvered_id = ffffffff
original_special_id = ▒▒▒▒▒▒▒▒▒▒▒▒
recovery_product_id = c7000002
recovery_product_ver = 01
recovery_resvered_id = 00
recovery_support_list =
compare special,ret:0
auto update firmware: product id verify fail!
Autobooting in 1 seconds

  0      
  0      
#1
Options
1 Accepted Solution
Re:Re:Archer C7 v2 boot loop after firmware upgrade-Solution
2018-12-31 16:19:45 - last edited 2021-06-03 07:52:57

ok, got it figured out. I ended up hex editing ArcherC7v2_tp_recovery.bin to match the requested IDs at location 40 to 47. Once it matched, the TFTP firmware upgrade went through OK.

Recommended Solution
  0  
  0  
#3
Options
5 Reply
Re:Archer C7 v2 boot loop after firmware upgrade
2018-12-29 02:00:02
TFTP from server 192.168.0.66; our IP address is 192.168.0.86 Filename 'ArcherC7v2_tp_recovery.bin'. And auto update firmware: product id verify fail! These message is a little strange. Did your PC is Static IP of 192.168.0.66?
  0  
  0  
#2
Options
Re:Re:Archer C7 v2 boot loop after firmware upgrade-Solution
2018-12-31 16:19:45 - last edited 2021-06-03 07:52:57

ok, got it figured out. I ended up hex editing ArcherC7v2_tp_recovery.bin to match the requested IDs at location 40 to 47. Once it matched, the TFTP firmware upgrade went through OK.

Recommended Solution
  0  
  0  
#3
Options
Re:Re:Archer C7 v2 boot loop after firmware upgrade
2021-06-02 19:48:06

@OVRLNDR Hi, I realize this thread is quite old, but if you were able to elaborate on what you hex edited that would be nice. I'm stuck with a Archer C7 v2 that will take the .bin through TFTP when booting in TFTP recovery but it doesn't do anything with it. I can see the file uploading to the router but nothing happens afterward.

  1  
  1  
#4
Options
Re:Re:Archer C7 v2 boot loop after firmware upgrade
2021-09-10 00:25:50

@phatram, me too!

  0  
  0  
#5
Options
Re:Archer C7 v2 boot loop after firmware upgrade
2022-01-25 17:56:39

@OVRLNDR 

 

me2

 

Where is that guy? :-)

  0  
  0  
#6
Options

Information

Helpful: 0

Views: 4255

Replies: 5