User Tools

Site Tools


welcome

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
welcome [2024/02/23 15:11]
192.168.1.23 [FRITZ!Box WLAN 3370]
welcome [2024/02/27 20:02] (current)
192.168.1.23 [Converting from German to International firmware]
Line 3506: Line 3506:
  
 ====== FRITZ!Box WLAN 3370 ====== ====== FRITZ!Box WLAN 3370 ======
-==== Converting from German to International ====+==== Converting from German to International firmware ====
  
-you will need a linux box & a windows, preferably win7 box (side by side)+you will need a linux box & a windows, preferably win7 box (side by side)
  
-it'good practice to network connect all the devices through a simple hub+if you are familiar with windows & ftp and are able to find an ftp client with similar features to the lftp under linux, you may well skip the linux box 
 + 
 +searching the netland about this, I bumped on the [[https://help.axcient.com/x360recover-faqs-specific-to-linux/lftp4win-linux-ftp-client-for-windows|LFTP4WIN]] 
 + 
 +my advice is to go with a linux/lftp box or even use the [[https://www.system-rescue.org/Download/|systemrescue Live usb]] linux 
 + 
 +it'recommended to network connect all the devices through a simple hub
  
 if you have flashed your Fritz with an alternative firmware, you will need to get back to your official firmware using the [[https://download.avm.de/archive/fritz.box/fritzbox.wlan_3370/x_misc/deutsch/|German recovery utility]] if you have flashed your Fritz with an alternative firmware, you will need to get back to your official firmware using the [[https://download.avm.de/archive/fritz.box/fritzbox.wlan_3370/x_misc/deutsch/|German recovery utility]]
Line 3517: Line 3523:
  
 get lftp if not already installed and issue the following: get lftp if not already installed and issue the following:
- 
   lftp   lftp
   set net:timeout 1;   set net:timeout 1;
Line 3525: Line 3530:
   open 192.168.178.1   open 192.168.178.1
   user adam2 adam2   user adam2 adam2
 +you may now enter the following command and very quickly power on your Fritz box
 +  quote GETENV firmware_version
 +  
 +if the result is:
 +  firmware_version avm
 +that means, your Fritz box is the German version and you may switch it to the intentional one by issuing the following command:
 +  quote SETENV firmware_version avme
 +that's it !  you have now switched your German Fritz box to an International Fritz box
 +
 +you can even power off and then power on again your device and without disconnecting your linux lftp, issue the 
 +  quote GETENV firmware_version
 +in-order to confirm that your Fritz returns the international ID
 +  firmware_version avme
 +you may now use the [[https://download.avm.de/archive/fritz.box/fritzbox.wlan_3370/x_misc/english/|international recovery tool]] to flash your Fritz box with the international firmware which supports both Annex A & Annex B
 +
 +the above steps, successfully converted my two German Fritz 3370 to the international version. this same procedure may or may not work on your similar but not exact Fritz box
 +
 +Good Luck       
 +==== Flashing openwrt ====
 +you need [[https://github.com/openwrt/openwrt/blob/main/scripts/flashing/eva_ramboot.py|eva_ramboot.py]] along with an [[https://downloads.openwrt.org/releases/22.03.6/targets/lantiq/xrx200/|initramfs-kernel.bin]] image
 +
 +remove power from your fritz box and issue the following command (use the appropriate initramfs-kernel for your box):
 +  eva_ramboot.py 192.168.178.1 openwrt-22.03.6-lantiq-xrx200-avm_fritz3370-rev2-micron-initramfs-kernel.bin
 +power on your fritz box, wait a few minutes and you should be able to log in 192.168.1.1
  
-quote GETENV firmware version+you can now download the proper sysupgrade image and finalize your install
welcome.1708701116.txt.gz · Last modified: 2024/02/23 15:11 by 192.168.1.23