Flash from OpenWrt to OEM firmware - D-Link DAP-X1860

Hi there :wave:

How can I revert from OpenWrt to OEM firmware on D-Link DAP-X1860?
In the doc I found this.

Can I do it via LuCi? Which file do I need to take?

I don't wanna do something wrong.... thank you!

those are cli commands.

DAP-X1860_RevA_Firmware_101b94.bin ?

Makes sense, thank you!

I hope DAP-X1860_RevA_Firmware_101b05-01_20240122.bin also works :slight_smile:

I did the decryption stuff and now I have kernel_DAP-X1860.bin.

those are cli commands.

What exactly do you mean by that?
Can I use sysupgrade or which command do I need to use to flash back to OEM firmware?

PR says flash through recovery.

https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=3c31f6b521bb5fc49e222a8f2bcd454b73452a0e

Thank you very much, @frollic

If sombody else needs it:

Downloading it here: https://ftp.dlink.de/dap/dap-x1860/driver_software/DAP-X1860_fw_reva_101b05-01_ALL_multi_20240122.zip

tar -xvf DAP-X1860_RevA_Firmware_101b94.bin

openssl enc -d -md md5 -aes-256-cbc -in FWImage.st2 -out FWImage.st1 -k MB0dBx62oXJXDvt12lETWQ==

tar -xvf FWImage.st1

#We have now: kernel_DAP-X1860.bin
  1. Connect to the repeater with ethernet cable.
  2. Enter recovery mode. (Hold RESET button, before plugin in the repeater, until red! not orange power light starts blinking)
    192.168.0.51
    255.255.255.0
    192.168.0.50
  3. In Chrome open http://192.168.0.50
  4. Upload kernel_DAP-X1860.bin
  5. Wait a couple of minutes.
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.