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 [2020/12/14 16:38]
alex [rb711 flash howto]
welcome [2024/02/27 20:02] (current)
192.168.1.23 [Converting from German to International firmware]
Line 3293: Line 3293:
 {{http://wiki.ozo.com/rb711-5hn-m_s.jpg?140 }} {{http://wiki.ozo.com/rb711-5hn-m_s.jpg?140 }}
  
-a full detailed picture [[http://wiki.ozo.com/rb711-5hn-m.jpg|here]] 
  
 ====== rb711 flash howto ====== ====== rb711 flash howto ======
 +a full detailed picture of the board [[http://wiki.ozo.com/rb711-5hn-m.jpg|here]]
 +
 Connect ethernet to the RouterBoard device  Connect ethernet to the RouterBoard device 
  
Line 3504: Line 3505:
   * Basic > DHCP -> σεκάρισμα Ethernet Port #4 -> Submit   * Basic > DHCP -> σεκάρισμα Ethernet Port #4 -> Submit
  
 +====== FRITZ!Box WLAN 3370 ======
 +==== Converting from German to International firmware ====
 +
 +you will need a linux box & a windows, preferably a win7 box (side by side)
 +
 +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's 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]]
 +
 +on the linux box, set a secondary ip 192.168.178.10/24
 +
 +get lftp if not already installed and issue the following:
 +  lftp
 +  set net:timeout 1;
 +  set net:max-retries 80;
 +  set net:reconnect-interval-multiplier 1;
 +  set net:reconnect-interval-base 1;
 +  open 192.168.178.1
 +  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
 +
 +you can now download the proper sysupgrade image and finalize your install
welcome.1607963902.txt.gz · Last modified: 2020/12/14 16:38 by alex