跳转到内容

Haxorware 调制解调器固件/安装

来自维基教科书,开放世界中的开放书籍

安装方式取决于您可用的方法。某些方法需要不同的硬件修改,例如 Jtag 或串行连接器(不在此维基的范围内)始终备份当前固件。如果您在现有固件上刷入 2MB 镜像,您将永远失去调制解调器的原始证书。

JtagUtility 指令

[编辑 | 编辑源代码]

如果您的调制解调器当前运行的是无限固件,建议将其恢复到出厂状态,就像刚开箱一样。为此,您需要恢复您在刷入无限固件之前所做的 2MB 备份(我希望您已经做过备份)。命令如下:

 detect
 ldram 9fc00000
 (A File Open dialog will appear, find your 2MB backup file and click open)
 program 9fc00000 200000

建议您在将 haxorware(或任何其他破解固件)刷入您的调制解调器之前进行备份。要使用 JtagUtility 创建 2MB 备份,请输入以下命令:

 detect
 getram 9fc00000 200000
 save 9fc00000 200000
 (A save as dialog will appear, choose where to save your 2MB backup)

要使用 JtagUtility 将 haxorware 刷入您的调制解调器,请发出以下命令:

 detect
 ldram 9fc10000
 A File Open dialog will appear, find the haxorware firmware file you want (haxorware11revXX-XXXX.bin) and click open
 program 9fc10000 130000

刷机完成后,重启您的调制解调器,享受 Haxorware 带来的体验


通过串口刷机

[编辑 | 编辑源代码]

诊断电缆说明(需要带噪声的引导加载程序)

 Set your computers ip to 192.168.100.10
 Set up a TFTP server with haxorware11revXX-XXXX.bin in its root
 Connect to modem with hyperterminal or putty (with changed CR/LF to LF)
 While modem is turning on press p (you should get a prompt)
 If you do not get a prompt for pressing p, your modem does not have a noisy bootloader, and you will have to use JTAG
 Set the Modem IP to 192.168.100.1
 Leave everything else at their defaults (just press enter)
 When you get at the bootloader menu press d
 Enter 192.168.100.10 as TFTP IP
 Enter haxorware11revXX-XXXX.bin as filename
 It should download (the dots indicate progress)
 When asked what image to save to, answer 1
 Answer y to the "Store uncompressed image" prompt
 press b once you are back at the menu to boot the modem


USBJTAG 指令

[编辑 | 编辑源代码]

如果您的调制解调器当前运行的是无限固件,建议将其恢复到出厂状态,就像刚开箱一样。为此,您需要恢复您在刷入无限固件之前所做的 2MB 备份(我希望您已经做过备份)。命令如下:

 detect
 ldram 9fc00000
 (A File Open dialog will appear, find your 2MB backup file and click open)
 program 9fc00000 200000

建议您在将 haxorware(或任何其他破解固件)刷入您的调制解调器之前进行备份。要使用 usbjtag 创建 2MB 备份,请输入以下命令:

 detect
 getram 9fc00000 200000
 save 9fc00000 200000
 (A save as dialog will appear, choose where to save your 2MB backup)

要使用 USBJTAG 将 haxorware 刷入您的调制解调器,请用此档案中的文件覆盖您的 usbjtag.def 文件。之后,启动 USBJTAG 并选择 SB5101 配置文件(工具->配置将打开配置文件选择对话框)。然后发出以下命令:

 detect
 ldram Firmware
 (A File Open dialog will appear, find haxorware11revXX-XXXX.bin and click open)
 program Firmware

刷机完成后,重启您的调制解调器,享受 Haxorware 带来的体验

USBJTAGNT 指令

[编辑 | 编辑源代码]

如果您的调制解调器当前运行的是无限固件,建议将其恢复到出厂状态,就像刚开箱一样。为此,您需要恢复您在刷入无限固件之前所做的 2MB 备份(我希望您已经做过备份)。命令如下:

 detect
 ldram 9fc00000
 (A File Open dialog will appear, find your 2MB backup file and click open)

建议您在将 haxorware(或任何其他破解固件)刷入您的调制解调器之前进行备份。要使用 usbjtag 创建 2MB 备份,请输入以下命令:

 detect
 getram 9fc00000 200000
 save 9fc00000 200000
 (A save as dialog will appear, choose where to save your 2MB backup)

要使用 USBJTAGNT 将 haxorware 刷入您的调制解调器,请启动 USBJTAGNT 并选择 SB5101Mod 配置文件(工具->配置将打开配置文件选择对话框)。然后发出以下命令:

 detect
 ldram Firmware
 (A File Open dialog will appear, find haxorware11revXX-XXXX.bin and click open)
 program Firmware

刷机完成后,重启您的调制解调器,享受 Haxorware 带来的体验

USBJTAG NT 只是李少为了通过计划报废的方式从用户那里获得更多钱而做出的努力(否则 USBJTAG NT 软件也会支持常规的 USBJTAG)。

从之前的屏蔽固件(无限)或 Haxorware 1.0 升级

[编辑 | 编辑源代码]
 Set your computers ip to 192.168.100.10
 Set up a TFTP server with haxorware11revXX-XXXX.bin in its root
 Make sure the haxorware webgui isn't currently open
 Connect to modem with hyperterminal or telnet to the IP 192.168.100.1
 Enter your username and password
 cd /ip
 ipconfig 1 release
 y
 dload -i 1 -l -f 192.168.100.10 haxorware11revXX-XXXX.bin
 y
 cd /
 reset

Haxorware 1.1 现在应该可以启动

从 Haxorware 1.1 升级

[编辑 | 编辑源代码]
 Make sure the modem's cpu usage is low, so if it's currently scanning for downstream make it stop by going to the web shell and doing
 cd /docsis
 scan_stop
 The safest time to do the Firmware Upgrade is when the modem is fully operational and online.
 Then use the Firmware Upgrade page on the WebGUI, find haxorware11revXX-XXXX.bin and upload it to the modem in the Firmware section
 Reboot the modem using the WebGUI or otherwise, and the new version of Haxorware should now boot
华夏公益教科书