nyislander
Member
You were right marciolsf! It was the PS6001 fuse.
I replaced it with one from a scrap board and after I cleared the errors it now shows this:
I partially reassembled it and connected to my TV. Front panel power on and the green led stays on but there is no video using HDMI/component cable. The fan starts slow then steps up high - I only have it on for ~30secs.
Could it be a corrupt NAND? I believe the last person to work on this board was trying to marry a BD to it. Would it be possible to read the NANDs with a Teensy++ and repair them? If repairing the NANDs is possible - it might be easier to remove them from the board to flash because some of the solder points are hard to reach on the COK-001. I always had problems using the X360 clip. I would use a TSOP48 to DIP48 adapter connected to the Teensy++.
I welcome all your comments/suggestions.
I replaced it with one from a scrap board and after I cleared the errors it now shows this:
Code:
nyislander:~/Desktop/PS3_Files$ python ps3_syscon_uart_script.py /dev/ttyUSB0 CXRF
>$ auth
Auth successful
>$ disp_err
disp_err
CheckStop: None
PLLUnlock: 0
RSX Int: None
PowerSeq: 00
[mullion]$
>$ clearerrlog
clearerrlog
ERRLOG CLEARED
[mullion]$
>$ errlog
errlog
ofst[ 0]:err_code:0xffffffff, clock:0xffffffff
ofst[ 4]:err_code:0xffffffff, clock:0xffffffff
ofst[ 8]:err_code:0xffffffff, clock:0xffffffff
ofst[ 12]:err_code:0xffffffff, clock:0xffffffff
ofst[ 16]:err_code:0xffffffff, clock:0xffffffff
ofst[ 20]:err_code:0xffffffff, clock:0xffffffff
ofst[ 24]:err_code:0xffffffff, clock:0xffffffff
ofst[ 28]:err_code:0xffffffff, clock:0xffffffff
ofst[ 32]:err_code:0xffffffff, clock:0xffffffff
ofst[ 36]:err_code:0xffffffff, clock:0xffffffff
ofst[ 40]:err_code:0xffffffff, clock:0xffffffff
ofst[ 44]:err_code:0xffffffff, clock:0xffffffff
ofst[ 48]:err_code:0xffffffff, clock:0xffffffff
ofst[ 52]:err_code:0xffffffff, clock:0xffffffff
ofst[ 56]:err_code:0xffffffff, clock:0xffffffff
ofst[ 60]:err_code:0xffffffff, clock:0xffffffff
ofst[ 64]:err_code:0xffffffff, clock:0xffffffff
ofst[ 68]:err_code:0xffffffff, clock:0xffffffff
ofst[ 72]:err_code:0xffffffff, clock:0xffffffff
ofst[ 76]:err_code:0xffffffff, clock:0xffffffff
ofst[ 80]:err_code:0xffffffff, clock:0xffffffff
ofst[ 84]:err_code:0xffffffff, clock:0xffffffff
ofst[ 88]:err_code:0xffffffff, clock:0xffffffff
ofst[ 92]:err_code:0xffffffff, clock:0xffffffff
ofst[ 96]:err_code:0xffffffff, clock:0xffffffff
ofst[100]:err_code:0xffffffff, clock:0xffffffff
ofst[104]:err_code:0xffffffff, clock:0xffffffff
ofst[108]:err_code:0xffffffff, clock:0xffffffff
ofst[112]:err_code:0xffffffff, clock:0xffffffff
ofst[116]:err_code:0xffffffff, clock:0xffffffff
ofst[120]:err_code:0xffffffff, clock:0xffffffff
ofst[124]:err_code:0xffffffff, clock:0xffffffff
[mullion]$
I partially reassembled it and connected to my TV. Front panel power on and the green led stays on but there is no video using HDMI/component cable. The fan starts slow then steps up high - I only have it on for ~30secs.
Could it be a corrupt NAND? I believe the last person to work on this board was trying to marry a BD to it. Would it be possible to read the NANDs with a Teensy++ and repair them? If repairing the NANDs is possible - it might be easier to remove them from the board to flash because some of the solder points are hard to reach on the COK-001. I always had problems using the X360 clip. I would use a TSOP48 to DIP48 adapter connected to the Teensy++.
I welcome all your comments/suggestions.