marciolsf
Member
I haven't had much luck with bringup! All I ever got out of it was thisSo i had received a fat ps3 cechhk with the same fault code
[POWERSEQ] Error : BitTraining BE:RRAC:RX0:GLOBAL1:RX_STATUS <---- southbridge having issues talking to the CELL
[SSM] state: 0104 -> 0304
[SSM] ssmCb_AfterBeOn2() called.
[SSM] PowSeq Fail : Detected !
[SSM] state: 0304 -> 0700
POWSEQ] AV Backend Letup
[SSM] Shutdown mode : syspm_stat=00000000/00000000
[ERROR]: 0xa0404401
[ERROR]: 0xa0403034 <---- RSX powerint pin not triggering
[POWSEQ] PowerSeq_Letup called.
[SSM] state: 0700 -> 0600
(PowerOff State) (Fatal)
So all of the voltages checked out except one, the timing chip, which lead back to the RSX powerint pin.
This board had two faults, the southbridge and rsx - both had poor bga connection, fixed by a reflow.
Check your syscon log, if you hit enter key after typing 'bringup' command in internal mode, this will show the boot process.
Hopefully for you it just needs a reflow or reball.
Code:
> bringup
bringup
Do nothing. (FatalOff State)
I was toying with syscon in another thread, and it was suggested that in order for me to power on the console, first I need to correct the checksum errors I'm getting, particularly the one on address 0x000039fe, as seen in this error (thread for reference -- https://www.psx-place.com/threads/fun-with-syscon-and-serial-commands.29913/#post-245664).
For the internal mode you need to execute "EEP SET 3961 01 00" in external mode, ground the diag pin of the syscon and reset.
If you want to power the console on, you also need to correct the eeprom checksum at 0x39FE as described around here: https://www.psx-place.com/threads/s...o-what-does-it-mean.26148/page-12#post-236929 .
Here's my eeprom checksum
Code:
> eepcsum
eepcsum
Addr:0x000032fe should be 0x52b7
Addr:0x000034fe should be 0x7115
sum:0x0100
Addr:0x000039fe should be 0x0f38
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff
I don't quite understand what the correct values should be, though -- If i get the current value with
Code:
> EEP GET 39FE 01
00000000 38
I get back 38, but then that's what the checksum is telling me it should be. Do you know what the true value there is supposed to be?
