0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

OpenWRT化したWSR-2533DHP2を純正ファームウェアに戻す

Last updated at Posted at 2025-08-10

下記の受け売り。

前提

OpenWRT化する前の純正ファームウェアのmtdをバックアップ済み。

バックアップの方法

OpenWRTのKernel版をtftpでおくってメモリ上でOpenWRTを起動
luciのSystem->Backup->Save mtdblock contentsでmtdブロックのバックアップを取得。

純正に戻す

保存しておいた OpenWrt.mtd5.firmware.bin をSCPなどで/tmpフォルダに送って

mtd -r write /tmp/OpenWrt.mtd5.firmware.bin firmware

書き込みが終わると自動で再起動する。
純正ファームウェアに戻っていることを確認して終了。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?