PS3 Stuck between internal and external commands using PS3 UART python script

kjCaXtU


I am trying to resurrect a YLOD CECHE01 using [this](https://gbatemp.net/threads/ps3-uart-control-ylod-error-finding-tutorial.582605/) guide, which references [this](https://github.com/db260179/ps3syscon/blob/master/PS3-Uart-Guide.pdf) guide.


I was able to use external commands to change the eep table, but upon connecting the diagnose probe cable from mobo to ground and running the internal command script (python ps3_syscon_uart_script.py /dev/ttyusb0 CXRF) I get errors and am reverted back to command line. (See image)


If I use the external command script that worked previously I can get >$ but am unable to authorize, get error logs or anything.


So it seems I am stuck between internal and external commands after changing the eep value. Can someone please point me in the right direction?
 
I had not directed the script to a COM port and was able to log in and get the error codes. Has anyone seen these before and know where to start? I was going to try replacing one NEC/Tokin capacitor for both the RSX and CELL and go from there. Any help is appreciated.


errlog
ofst[104]:err_code:0xffffffff, clock:0x19358b13 2013/05/27 03:10:11
ofst[108]:err_code:0xa0403034, clock:0x19358b13 2013/05/27 03:10:11 BE Error IC1001
ofst[112]:err_code:0xa0404422, clock:0x19359463 2013/05/27 03:49:55 BE or RSX Error IC1001 or IC2001
ofst[116]:err_code:0xa0403034, clock:0x19359463 2013/05/27 03:49:55 BE Error IC1001
ofst[120]:err_code:0xa0404422, clock:0x19359470 2013/05/27 03:50:08 BE or RSX Error IC1001 or IC2001
ofst[124]:err_code:0xa0403034, clock:0x19359470 2013/05/27 03:50:08 BE Error IC1001
ofst[ 0]:err_code:0xa0404422, clock:0x193808a4 2013/05/29 00:30:28 BE or RSX Error IC1001 or IC2001
ofst[ 4]:err_code:0xa0403034, clock:0x193808a4 2013/05/29 00:30:28
ofst[ 8]:err_code:0xa0404422, clock:0x193808ab 2013/05/29 00:30:35
ofst[ 12]:err_code:0xa0403034, clock:0x193808ab 2013/05/29 00:30:35
ofst[ 16]:err_code:0xa0404422, clock:0x193808b0 2013/05/29 00:30:40
ofst[ 20]:err_code:0xa0403034, clock:0x193808b0 2013/05/29 00:30:40
ofst[ 24]:err_code:0xa0404422, clock:0x193e8d06 2013/06/02 23:08:54
ofst[ 28]:err_code:0xa0403034, clock:0x193e8d06 2013/06/02 23:08:54
ofst[ 32]:err_code:0xa0404422, clock:0x193e8d11 2013/06/02 23:09:05
ofst[ 36]:err_code:0xa0403034, clock:0x193e8d11 2013/06/02 23:09:05
ofst[ 40]:err_code:0xa0404422, clock:0x282f53cd 2021/05/13 03:04:45
ofst[ 44]:err_code:0xa0403034, clock:0x282f53cd 2021/05/13 03:04:45
ofst[ 48]:err_code:0xa0404422, clock:0x282f53d6 2021/05/13 03:04:54
ofst[ 52]:err_code:0xa0403034, clock:0x282f53d6 2021/05/13 03:04:54
ofst[ 56]:err_code:0xa0404422, clock:0x29734f07 2022/01/13 20:58:47
ofst[ 60]:err_code:0xa0403034, clock:0x29734f07 2022/01/13 20:58:47
ofst[ 64]:err_code:0xa0404422, clock:0x29734f1b 2022/01/13 20:59:07
ofst[ 68]:err_code:0xa0403034, clock:0x29734f1b 2022/01/13 20:59:07
ofst[ 72]:err_code:0xa0404422, clock:0x29735264 2022/01/13 21:13:08
ofst[ 76]:err_code:0xa0403034, clock:0x29735264 2022/01/13 21:13:08
ofst[ 80]:err_code:0xa0404422, clock:0xffffffff
ofst[ 84]:err_code:0xa0403034, clock:0xffffffff
ofst[ 88]:err_code:0xa0404422, clock:0xffffffff
ofst[ 92]:err_code:0xa0403034, clock:0xffffffff
ofst[ 96]:err_code:0xa0404422, clock:0xffffffff
ofst[100]:err_code:0xa0403034, clock:0xffffffff
[mullion]$
 
On a different board VER-001 I am getting this error


C:\Users\user\Desktop\ps3syscon-master>python ps3_syscon_uart_script.py COM5 CXR
Traceback (most recent call last):
File "C:\Users\user\Desktop\ps3syscon-master\ps3_syscon_uart_script.py", line 190, in <module>
main(len(sys.argv), sys.argv)
File "C:\Users\user\Desktop\ps3syscon-master\ps3_syscon_uart_script.py", line 169, in main
ps3 = PS3UART(argv[1], argv[2])
File "C:\Users\user\Desktop\ps3syscon-master\ps3_syscon_uart_script.py", line 37, in __init__
self.ser.open()
File "C:\Program Files\Python39\lib\site-packages\pyserial-3.4-py3.9.egg\serial\serialwin32.py", line 62, in open
serial.serialutil.SerialException: could not open port 'COM5': PermissionError(13, 'Access is denied.', None, 5)
 
The external commands change a flag so you can enter internal also you need to use the cxrf script not the cxr script using the same python script will not allow you to enter internal as they use different baud rates etc.

are you using the cxrf script when you go internal?

Use the cxr script and post your eep

eepget 3961

should be 01 00

if that is correct when you press power on your console it should beep and stay red but not start the fan.

use the cxrf script and the command in the guide to get into internal type auth and or scopen (sometimes I had to type scopen before auth would work) also wait a couple seconds before typing auth and or type it a few times

after it works

[mullion]>$ should show you are in internal then you have to do eepcsum step and fix that
 
Last edited:
Back
Top