[Zyxel NWA50AX PRO] von OpenWRT zurück auf Original-Firmware

Moin allerseits,
ich habe auf o.g. Gerät OpenWRT installiert, was mir aber nicht gefällt und möchte daher zurück auf die Original-Firmware wechseln. Ich versuche, per Serial Console auf das Gerät zu kommen, jedoch bekomme ich keine Antwort.

Was ist der beste Weg, um OpenWRT wieder loszuwerden?
 
Hallo @Fritz Fritzl,
am besten über den Booloader.
Bei den meisten Geräten erreichbar in dem man den Reset Button während des einschaltens gedrückt hält.
Wenn das Web-Interface zugänglich ist geht es darüber.
 
Das habe ich gefunden:
Hier ist eine Schritt-für-Schritt-Anleitung, um deine Zyxel NWA50AX PRO von OpenWRT auf die Original-Firmware zurückzusetzen:
Wichtig: Stelle sicher, dass du die richtige Firmware für dein Modell herunterlädst, um Schäden am Gerät zu vermeiden.

Schritt 1: Firmware herunterladen​

  • Gehe auf die offizielle Zyxel Support-Website oder den Download-Bereich.
  • Suche nach der Original-Firmware für die NWA50AX PRO.
  • Lade die Firmware-Datei auf deinen Computer herunter.

Schritt 2: Verbindung zum Gerät herstellen​

  • Verbinde deinen PC per Ethernet-Kabel direkt mit dem Zyxel-Gerät.
  • Stelle sicher, dass dein PC eine statische IP-Adresse im selben Subnetz hat, z.B.:
    • IP: 192.168.1.2
    • Subnetzmaske: 255.255.255.0

Schritt 3: Gerät in den Firmware-Update-Modus versetzen​

  • Option 1: Reset-Button verwenden
    • Halte den Reset-Knopf gedrückt.
    • Währenddessen schalte das Gerät ein.
    • Halte den Reset-Knopf für ca. 10-15 Sekunden gedrückt, bis die LEDs blinken oder das Gerät in den Recovery-Modus wechselt.
  • Option 2: TFTP-Modus (falls erforderlich)
    • Manche Geräte benötigen TFTP, um die Firmware zu flashen.
    • Verbinde dich mit einem TFTP-Client (z.B. Tftpd64).
    • Stelle sicher, dass dein PC im TFTP-Server-Modus ist und die Firmware bereitsteht.

Schritt 4: Firmware per TFTP hochladen​

  • TFTP-Client konfigurieren:
    • Server-IP: 192.168.1.1 (oder die IP des Geräts im Recovery-Modus)
    • Firmware-Datei auswählen
  • Gerät flashen:
    • Starte den TFTP-Transfer.
    • Das Gerät sollte die Firmware automatisch erkennen und flashen.
    • Warte, bis der Vorgang abgeschlossen ist (kann einige Minuten dauern).

Schritt 5: Gerät neu starten​

  • Nach erfolgreichem Flashen startet das Gerät automatisch neu.
  • Es sollte jetzt mit der Original-Firmware laufen.

Schritt 6: Gerät konfigurieren​

  • Verbinde dich mit dem Standard-WLAN oder per Ethernet.
  • Melde dich im Web-Interface an (meist unter http://192.168.1.1).
  • Stelle die Werkseinstellungen wieder her und konfiguriere das Gerät nach Wunsch.

 
Da hat sich deine KI etwas zusammenfantasiert, in Schritt 3 ist TFTP noch "optional" und in Schritt 4 muss man dann trotzdem TFTP benutzen ;)

Das Gerät verbindet sich nicht per TFTP. Ich denke, das liegt an OpenWRT.
 
Ist nicht meine Ki. Das mit dem Udate Modus stand auch in der Anleitung von Zyxel.
Blöd dass das nicht funktioniert. Vielleicht gibt es ja noch etwas erhellendes.
Eventuell kann man auch den Support von Zyxel kontaktieren.
 
So hast Du das schon versucht?

Code:
To revert a Zyxel NWA50AX PRO from OpenWrt back to the stock firmware, you'll need to download the appropriate OEM firmware from the Zyxel website and then use the OpenWrt web interface (LuCI) to flash it. Ensure you've backed up your OpenWrt configuration first.

1. Download the stock firmware:
Find the correct firmware for your Zyxel NWA50AX PRO model on the Zyxel support website.
2. Backup OpenWrt configuration:
If you want to restore your OpenWrt settings later, back them up via LuCI (System -> Backup / Flash Firmware -> Actions: Backup).
3. Access LuCI:
Log in to the OpenWrt web interface (usually at 192.168.1.1).
4. Flash the stock firmware:
Navigate to System > Backup / Flash Firmware.
In the Firmware upgrade section, choose the OEM firmware file you downloaded.
Click "Flash image" and confirm the action. The router will reboot with the stock firmware.
5. (Optional) Restore OpenWrt configuration:
If you backed up your OpenWrt settings, you can restore them after flashing the stock firmware.

Stock/OEM firmware: https://www.zyxel.com/se/sv/support/download?model=nwa50ax-pro
 
Auch hier recht ähnlich beschrieben:

How to Revert Zyxel NWA50AX PRO from OpenWrt to Stock Firmware
Summary:
Reverting your Zyxel NWA50AX PRO from OpenWrt back to the original Zyxel firmware is possible, but requires care due to the device’s dual-boot (A/B) firmware slots and potential compatibility issues.
Steps
• 1. Obtain the Correct Stock Firmware
• Download the latest official Zyxel firmware for your model from Zyxel’s website.
• 2. Prepare the Firmware Image
• Ensure the firmware file is in the correct format. Some devices require the header to be stripped; for the NWA50AX PRO, use the original `.bin` file from Zyxel.
• 3. Flashing via OpenWrt Web Interface
• Go to System > Backup / Flash Firmware in LuCI.
• Upload the Zyxel firmware file.
• You may get an error: “Image check failed: Image metadata not present.” In this case, you can try the “Force upgrade” option, but only if you are absolutely sure the firmware is correct for your device.
• Warning: Forcing the wrong file can brick your device.
• 4. Flashing via CLI (Advanced)
• Place the stock firmware on the device (e.g., in `/tmp`).
• Use the following command:
Code:
mtd -r write /tmp/stock_firmware.bin firmware
• Note: This is risky. If the firmware is not properly prepared, you may brick your device.
• 5. Slot Management
• The NWA50AX PRO uses dual firmware slots. OpenWrt and Zyxel firmware must be installed in the correct slot. If you encounter issues, you may need to use serial access and the bootloader to recover or switch slots.
Important Notes
• If the device does not boot after flashing, you may need to recover via serial console and bootloader recovery.
• Always use the exact firmware for your device model.
• If unsure, consult the OpenWrt device page and community forums for the latest device-specific advice.
In summary:
You can revert to stock firmware using the OpenWrt web interface (with “force upgrade” if needed) or via CLI, but be cautious of slot issues and always use the correct firmware image to avoid bricking your device.
 
Oder hier:
Safely Reverting Zyxel NWA50AX PRO from OpenWrt to Stock Firmware
1. Download the Correct Stock Firmware
• Get the latest official `.bin` firmware for your device from Zyxel’s website.
2. Use the OpenWrt Web Interface (LuCI)
• Go to System > Backup / Flash Firmware.
• Upload the Zyxel `.bin` file.
• You may see an error: “Image metadata not present.” In this case, select Force upgrade only if you are certain the file is correct for your device.
• Confirm and proceed. The device will reboot if successful.
3. Important Safety Tips
• Double-check you have the exact firmware for your model.
• Forcing the wrong image can brick your device—proceed only if you’re sure.
• If the web method fails or the device becomes unresponsive, recovery via serial console and bootloader may be necessary.
4. Partition Note
• The NWA50AX PRO uses dual firmware slots (A/B). If you encounter issues, you may need to flash stock firmware again to ensure it’s written to the correct slot.
Summary:
Use the LuCI web interface and the official Zyxel firmware, choosing “Force upgrade” if prompted. Always verify the firmware file, and be aware of the dual-slot system. Serial recovery is only needed if web flashing fails or the device is bricked.
 

Zurzeit aktive Besucher

Letzte Anleitungen

Statistik des Forums

Themen
6.776
Beiträge
65.278
Mitglieder
7.076
Neuestes Mitglied
gundi
Zurück
Oben