• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

can you add

ika

New Member
is it possible add nand flashing support. i need read and flash xbox360 nand.

also i have dlink dwl 3200 ap whit damaged boot and dlink g700 ap. can you add this device support too
 
The code for the xbox nand read/write is currently being added to the bcusb , unkown timeline for completion at the moment.
On the other 2 devices , do they have jtag points ? also CPU type , flash etc . Also have you tried to connect these to bcusb and if so what output do you get in the console window ?
 
d-link dwl-g700ap cpu rtl 8186 flash mx 29lv160dbtc.

i upload some pictures tomorrow.
 
There seems to be JTAG points on that specific board , can you connect bcusb to these points and see what detection you get ?
 
her check photo connected on bcusb g700ap
 

Attachments

  • bcusb1.jpg
    bcusb1.jpg
    134.9 KB · Views: 14
  • bcusb.jpg
    bcusb.jpg
    70.5 KB · Views: 14
So we have a semi-detection , now we need to see if we can find the flash location , try running the following command in the console window and tell me what you get :
JTAG.FlashFind()
 
i add this lines in default.bcs
JTAG.FlashInit()
JTAG.FlashFind()

her log

LibUsbDotNet version: 2.2.8.104
BlackcatUSB Script Engine running, build: 150
Welcome to Blackcat USB interfacing software, build: 271
Running on: Microsoft Windows XP Professional (32 bit)
Initializing EJTAG engine
Device connected in JTAG mode: 6,03
Engine setup successfully
Detected CPU ID: 0x1528000D IMP CODE: 0xAC001E0
Manufacturer ID: 0x6 Part ID: 0x5280
EJTAG Version support: 2.0
Target device supports DMA mode
Checking for a device specific script
Loading script: default.bcs
Setting device parameter (AMD Flash delay) to 0xFA
Setting device parameter (Memory Read Delay) to 0xFA
Script file (default.bcs) unloaded
Loading script: default.bcs
Searching for CFI compliant Flash device
Flash device found at: 0x1E000000
Failed to add memory device (init failed)
 
Ok try this , load this script into bcusb and tell me what you get.
 

Attachments

  • d-link dwl-g700ap.bcs
    313 bytes · Views: 3
LibUsbDotNet version: 2.2.8.104
BlackcatUSB Script Engine running, build: 150
Welcome to Blackcat USB interfacing software, build: 271
Running on: Microsoft Windows XP Professional (32 bit)
Initializing EJTAG engine
Device connected in JTAG mode: 6,03
Engine setup successfully
Detected CPU ID: 0x1528000D IMP CODE: 0xAC001E0
Manufacturer ID: 0x6 Part ID: 0x5280
EJTAG Version support: 2.0
Target device supports DMA mode
Checking for a device specific script
Loading script: default.bcs
Setting device parameter (AMD Flash delay) to 0xFA
Setting device parameter (Memory Read Delay) to 0xFA
Script file (default.bcs) unloaded
Loading script: d-link dwl-g700ap.bcs
Failed to add memory device (init failed)
Setting device parameter (AMD Flash delay) to 0xFA
Setting device parameter (Memory Read Delay) to 0xFA
 
Ok , lets try this , add this line to your Autorun.ini file in the scripts folder : 152800D:d-link dwl-g700ap.bcs:d-link dwl-g700ap and save it , start bcusb and see if it now auto detects your script , then tell me if there is any data in the memory tab
 
1528000D:d-link dwl-g700ap.bcs:d-link dwl-g700ap
 

Attachments

  • memory.jpg
    memory.jpg
    184.3 KB · Views: 13
Was the dlink script auto detected or did it go to default script ?
 
After adding the extra 0 , does the script auto detect ? and does it see a flash ??
 
and with that script running , if you run the JTAG.FlashFind() command does it still show Flash device found at: 0x1E000000 ??
 
Back
Top