RIFF JTAG – CDMA QUALCOMM QSC1100 Generic DLL released

06.04.2011    CDMA QUALCOMM QSC1100 Generic DLL released

Resurrector QSC1100 X14 contains only DCC Loader, thus it is to be used only for operations on DCC Read/Write page in the JTAG Manager.
Embedded DCC Loader is designed to work inside of MCU’s internal RAM memory, thus it is not sensitive to external SDRAM configuration or availability or its physical state.

Initial H/W init sequence will setup MCU’s PLL with these parameters:

  • Clock Multiplier = 0x14

Since few different versions of QSC1100 resurrector may exist (with different multiplier values) you may select the one which suits best to your device.

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – RIFF Data Exchange Plugin 1.00 released

31.03.2011 RIFF Data Exchange Plugin 1.00 released
First release of the RIFF Data Exchange Plugin: please download it, and then select it on Usefull Plugins page in the JTAG Manager to read short description about the plugin’s abilities. In short it allows RIFF BOX users to share and use Full Image files in centralized manner without need to waste a lot of time for browsing countless forums.

Because of big sizes of Full Image files, we don’t host them, instead users share links to file sharing servers where the files are actually uploaded. (like megaupload.com, rapidshare.com and others) You can browse existent links for required image file or share your image file (by sharing a http link) to help other RIFF BOX users.

If you share image file please take attention to carefully fill file details so for other people this to be an easy task to search for required file (link)
If you used link to download file and found it good or bad or link to be broken – please Rate this link so other users see the usability of the link.
At the moment of first release of this plugin there are already few links shared so you’ll catch the idea fast.

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – MARVELL PXA3XX NAND Generic DLL Released

21.03.2011 MARVELL PXA3XX NAND Generic DLL Released

 

  • Resurrector PXA3XX contains only NAND DCC Loader, thus it is to be used only for operations on DCC Read/Write page in the JTAG Manager.

Embedded DCC Loader is designed to work inside of MCU’s internal RAM memory, thus it is not sensitive to external SDRAM configuration or availability or its physical state.

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – RIFF Box firmware v1.21 released

21.03.2011  RIFF Box firmware v1.21 released

Whats new:

  • Added RX-polling feature (debugger-to-target) for PXA3XX DCC transfers.

RIFF BOX firmware is able now to wait (if resurrector DLL will request so) for PXA3XX target to be ready to accept
next packet over DCC: this feature slows down a little the JTAG-to-Target DCC
transfers but guaranties no packets loss for slow clocked targets;

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – RIFF JTAG Manager v1.28, RIFF Box firmware v1.20 released

14.03.2011  RIFF JTAG Manager v1.28, RIFF Box firmware v1.20 released

Whats new :

Firmware 1.20

  • Optimised connection to the PXA270 core
  • Added DCC TX channel (host-to-debugger) cleanup (flushing) feature (happens now during DCC Read with 0 timeout parameter) for Cortex-A8
  • Optimized Cortex-A8 connection establishment after coming out of reset (after NRST signal assertion)
  • Added emergency script processing for Cortex-A8 core (h/w script which is executed immediately after core was halted)

JTAG Manager 1.28

  • Added RAM selft-test right before uploading DCC loader.
  • Added functionality to handle complex memory devices (like MDOC H3) with lengths not necessary to be alighned to MBs;
  • Added DCC TX channel flushing command before starting DCC Loader – thus it is guaranteed that next first DCC read will get DCC Loader’s packet and not some residual trash data.
  • Added 1GB and 2GB OneNAND chips to the size autodetection list.
  • Added progress indication during saving files which were read on the DCC Read/Write page

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – HTC Desire DLL Update – Unlock Code reading supported

10.03.2011  HTC Desire DLL Update – Unlock Code reading supported

New HTC Desire DLL has additional option to select between reading NCK Code, or direct unlock.
This should also solve “error 0x45” problem with some of the HW revisions.

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – QUALCOMM QSC60XX Generic NOR DLL-s

Resurrector QSC60XX L24 D08 contains only DCC Loader, thus it is to be used only for operations on DCC Read/Write page in the JTAG Manager.
Embedded DCC Loader is designed to work inside of MCU’s internal RAM memory, thus it is not sensitive to external SDRAM configuration or availability or its physical state.

Initial H/W init sequence will setup MCU’s PLL with these parameters:

  • L/M/N = 0x2A/0x00/0x01;
  • Global Clock Divisor = DIV8

Resurrector QSC60XX L24 D08 contains only DCC Loader, thus it is to be used only for operations on DCC Read/Write page in the JTAG Manager.
Embedded DCC Loader is designed to work inside of MCU’s internal RAM memory, thus it is not sensitive to external SDRAM configuration or availability or its physical state.

Initial H/W init sequence will setup MCU’s PLL with these parameters:

  • L/M/N = 0x2A/0x00/0x01;
  • Global Clock Divisor = DIV8

You can use these two DLL-s with all QSC6xxx CPU devices with NOR flash.
(Any CDMA phones with Qualcomm QSC60xx CPU, with NOR flash chip)

 

RIFF JTAG – RIFF JTAG Manager v1.27, RIFF Box Firmware v1.19

10.03.2011   RIFF JTAG Manager v1.27, RIFF Box Firmware v1.19

Whats new :

RIFF JTAG Manager v1.27

  • Fixed access violation bug upon JTAG Manager startup if there is no RIFF Box detected and Cancel button is clicked.
  • (SDK): more functions are now available (exported) for future Resurrector DLLs;
  • Added flags for JTAG Manager to be able to retrieve memory chip size from the DCC Loader.
  • Fixed initialization bug for NOR-related DCC Loadererss
  • ScriptEngine: added options pocessing ‘/byte’, ‘/word’, ‘/long’ to data.save.binary instruction: thus it’s possible now to read memory through script  using desired bus access width (8-,16-, or 32-bit widths).  For example: “data.save.binary c:\myfile.bin 0x00..0x11FF /word” – will read 0x1200 bytes from memory into myfile.bin file starting from address 0x00 using 16-bit bus accesses.

Note: “Read Memory” button on the JTAG Read/Write page reads memory using 32-bit bus accesses only.

RIFF Box Firmware v1.19

  • Added more H/W script (*.has) instructions;
  • Added HTC security processing functions;

Please click “Check For Updates” button in order to download and apply new files. Closing all running application before starting update process is recommended.

RIFF JTAG – QUALCOM NAND ESM7XXX Generic DLL released

04.03.2011  QUALCOM NAND ESM7XXX Generic DLL released

Resurrector ESM7XXX L41 D04 contains only DCC Loader, thus it is to be used only for operations on DCC Read/Write page in the JTAG Manager.

Embedded DCC Loader is designed to work inside of MCU’s internal RAM memory, thus it is not sensitive to external SDRAM configuration or availability or its physical state.

Initial H/W init sequence will setup MCU’s PLL0 with these parameters:

* L/M/N = 0x41/0x00/0x01;
* Global Clock Divisor = DIV4

If you don’t know what the L, M, N or Global Clock Divisor parameters are, then just keep in mind:

* Highest L values and lowest Global Clock Divisor values will make maximum clocking frequency supplied to the MCU’s core and thus DCC Read/Write speed will be maximum fast;

* Too high frequency supplied to the MCU’s core may result in core overheating or instable operation;

RIFF JTAG – Samsung G800 Unbrick, dead boot repair supported

04.03.2011   Samsung G800 Unbrick, dead boot repair supported

Please start JTAG Manager and click “Check for Updates” button. You’ll be notified about new DLL, download it and restart the software.
“Samsung_G800.dll” contains pinout, instructions and required repair files for Samsung G800 Unbrick, dead boot repair.