readme.txt

来自「flash programming STI 5.5.1.4 DCU3」· 文本 代码 · 共 63 行

TXT
63
字号
Instructions
------------

Create a folder called C:\pvr2flash
copy all these files into it

Connect jtag as in jpeg picture.


Dumping the ram or flash
------------------------
To Dump your flash or box ram.
type dump, press return.
Follow the instructions.


To flash your box
-----------------
Open a command prompt.
go to C:\pvr2flash
type GO (dont press return yet).
Power up box.. and immediately press return on the pc.

your flash file must be called pvr2.bin and be in the C:\pvr2flash folder.
type GO to flash

It will take about 20 mins... 

It will hang at:
<flashprog.c@364>:Loading file "pvr2.bin"
this will take about 15 mins...

It should than say
CLI><flashprog.c@398>:Bank 0 erase SUCCESS
<flashprog.c@439>:Programming bank 0
This should take about 5 mins...

Next it should say:
<flashprog.c@476>:Bank 0 programmed
<flashprog.c@508>:Flash programming completed

and return you to the command prompt
C:\PVR2FLASH>_

Switch off the box, and disconnect the jtag. All being well when you power on the box it should boot up.
If it does not, try reflashing again.

you can not brick your box!!!! the box has a hardware jtag and can't be bricked :)


Changing the serial
-------------------

There is an original image included to patch.

If you want to change the serial number it's at
003c0000h xx xx xx xx <-- 4 bytes. in reverse order.

so if you wanted a serial number of 12345678, convert to hex = 00 BC 64 4E
so change it to
003c0000h 4E 64 BC 00

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?