- 精华
- 0
- 帖子
- 2434
- 威望
- 0 点
- 积分
- 2837 点
- 种子
- 10 点
- 注册时间
- 2009-2-20
- 最后登录
- 2024-11-22
|
找到一个PDF档,写的很好。索性翻译过来,帮助大家刷脉冲自制。注意刷机有风险,动手务必谨慎。
双语的,省得万一我写错了。误导大家。
Jasper reset glitch tutorial by lenselijer
脉冲重启法文字教程
Dump nand:
下载NAND
For 16mb nand: nandpro usb: -r16 1.bin
16mb nand使用:nandpro usb: -r16 1.bin
For 256/512 mb nand: nandpro usb: -r64 1.bin
256/512 mb nand使用:nandpro usb: -r64 1.bin
Dump nand again:
再次下载NAND
For 16mb nand: nandpro usb: -r16 2.bin
16mb nand使用:nandpro usb: -r16 2.bin
For 256/512 mb nand: nandpro usb: -r64 2.bin
256/512 mb nand使用:nandpro usb: -r64 2.bin
Compare the dumps:
对下载文件进行对比(可以使用MD5.EXE程序代替)
fc 1.bin 2.bin /b
it should say: no differences found (if not, dump again)
程序应该提示没有不同被找到(否则,重新下载)
Patch the nand file
破解NAND 文件
don’t use the ECCGlitchGenerator10.exe program, it wont work for fat consoles!
不要使用猪头10合成(11也靠不住,呵呵)
Install python and python crypt (python-2.7.msi and pycrypto-2.3.win32-py2.7.msi)
安装python和python crypt(安装包在我的软件包里有)
Then download the following build.py file (important to do this!)
然后下载build.py文件(这一步非常重要!)在我软件包里的reset_glitch_hack_v1.1里有。
copy the contents of the ‘reset_glitch_hack_v1.1’ folder in c:\python27
复制reset_glitch_hack_v1.1文件夹到c:\python27里。1.bin也要复制到reset_glitch_hack_v1.1(原文没写)
run this command in your c:\python27 folder:
运行这个命令在你的c:\python27 folder(本人有批处理命令,分别是厚机的FAT.BAT,和薄机的SLIM.BAT,有爱的自己找,想偷懒的都***!)
python common\imgbuild\build.py 1.bin common\cdxell\CDjasper common\xell\xell-gggggg.bin
薄机使用这个命令:
python common\imgbuild\build.py 1.bin common\cdxell\CD common\xell\xell-gggggg.bin
Flash the patched image
写入这个破解文件
For 16mb nand: nandpro usb: +w16 image_00000000.ecc
16mb nand使用:nandpro usb: +w16 image_00000000.ecc
For 256/512mb nand: nandpro usb: +w64 image_00000000.ecc
256/512 mb nand使用:nandpro usb: +w64 image_00000000.ecc
Programming CPLD device
对脉冲板CPLD进行编程
Launch Xillinx lab tools impact program.
打开Xillinx lab tools impact程序
Flash the jasper.jed file
写入对应的JED,比如jasper.jed
Now wire the CPLD device according to the diagrams. (reset_glitch_hack_v1.0/fat/wiring folder)
现在写入CPLD device according,对应的文件在软件包里也有。
You jasper console should now boot into xell after a few seconds, regardless of your dashboard
重启机子,如果你运气够好的话,等待几秒就会进入XELL了。
version.
A9VG wangluoxi 手打,转载请保留此信息。
软件包可以在这个网址下载bbs.a9vg.com/thread-2054428-1-1.html
|
|