March 8th, 2012, 5:02
March 8th, 2012, 7:04
March 8th, 2012, 7:11
March 8th, 2012, 7:58
positivebit wrote:Hi guy i am wondering if somebody can point me in a good direction.
I found tx+/- rx+/- but i coudn't find GND.
THis is a new model of pcb from WD7500
March 8th, 2012, 10:00
March 8th, 2012, 10:09
March 8th, 2012, 10:25
March 8th, 2012, 10:55
March 9th, 2012, 3:37
positivebit wrote:anyway i try to write rom again, but i got this message:
Invalid data size (262144). Expected (524288)
March 9th, 2012, 4:25
March 9th, 2012, 5:14
March 9th, 2012, 5:22
hddguy wrote:@fzabkar
None of this is required. All that is needed is to physically move the ROM from USB PCB to SATA PCB. Safer, faster and simpler
March 9th, 2012, 6:17
March 9th, 2012, 8:22
hddguy wrote:@fzabkar
None of this is required. All that is needed is to physically move the ROM from USB PCB to SATA PCB. Safer, faster and simpler :)
March 9th, 2012, 9:05
March 9th, 2012, 13:06
fzabkar wrote:So are you saying that it doesn't matter that the capacities and part numbers of the two devices are different? If so, then writing the ROM would be much safer and simpler than physically moving it. That's why I suggested padding the contents. In this way the diagnostic software would be kept happy.
March 10th, 2012, 9:31
positivebit wrote:I am trying this, but in WD PCB usb the U12 is a phisically different from U12 in donor.
hddguy wrote:Yes, I know. This is not a problem, just make sure it is aligned properly when you place patient ROM on donor PCB (probably you have to change orientation to match SATA PCB)
hddguy wrote:I see your logic, and makes sense, but for me I have never tried padding excess space in ROM because I have not met the need. But I am aware of this as a viable option. For me transfer ROM from patient to donor is always easier, except cases like Shasta where ROM is internal...
March 11th, 2012, 5:06
unknown wrote:IMO transferring the original ROM from patient to donor is much safer. Even a low-skill technician could do that simply with an eight-legs chip.
echo f 100 80FF FF > 32K_FF.dbg
echo rcx >> 32K_FF.dbg
echo 8000 >> 32K_FF.dbg
echo n 32K.bin >> 32K_FF.dbg
echo w 100 >> 32K_FF.dbg
echo q >> 32K_FF.dbg
debug < 32K_FF.dbg
del 32K_FF.dbg
copy /b 32k.bin + 32k.bin 64k.bin
copy /b 64k.bin + 64k.bin 128k.bin
copy /b 128k.bin + 128k.bin FF_256K.bin
for %%i in (32 64 128) do del %%ik.bin
copy /b rom_256K.bin + FF_256K.bin rom_512K.bin
March 11th, 2012, 7:16
April 15th, 2012, 3:24
Powered by phpBB © phpBB Group.