Recent content by inazuma-akai

  1. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    my 3rd YLOD. I didnt connect BT module and BD. Only Power Supply. >$ bringup bringup [SSM] state: 0000 -> 0101 Bringup Mode #0 (0xFF) [SSM] ssmCb_OnStartingBePowOn() called. [SSM] Bringup mode : syspm_stat=00000000/00000000 [POWSEQ] PowerSeq_Setup called. [SSM] state: 0101 -> 0201 [POWSEQ] AV...
  2. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    bottom left - twice 82,3/82,6ohm - its interesting. I'll check it out tomorrow with a test to be sure
  3. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    wow, a lot has happened. I can't keep up with you. Are you writing about "bootrom trace level (0x00: fatal errors, 0x01: errors, 0x02: information messages, 0x03: debug messages)"? What does changing the 48c11 bit to 02 or 03 give us? Additional question. Is UART the right way to read the...
  4. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    My second PS3 LOG - YLOD but repair (working) by heat gun. >$ errlog errlog ofst[124]:err_code:0xffffffff, clock:0x24d35cdb 2019/07/30 19:54:03 ofst[ 0]:err_code:0xa0404402, clock:0x2596313d 2019/12/25 14:39:57 ofst[ 4]:err_code:0xa0403034, clock:0x2596313d 2019/12/25 14:39:57 ofst[...
  5. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    Sorry for quality. NEC RSX 4,2ohm 4,1ohm (left and right site) NEC CELL 2,8ohm (left and right site) bottom right 14,2ohm top right 13,1ohm top left 13,1ohm bottom left - twice 82,3/82,6ohm - its interesting.
  6. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    Later i will check log from my working PS3 after heat gun. Now my PS3 YLOD bringup, eepcsum and errlog >$ bringup bringup [SSM] state: 0000 -> 0101 Bringup Mode #0 (0xFF) [SSM] ssmCb_OnStartingBePowOn() called. [SSM] First Boot. [SSM] Bringup mode : syspm_stat=00000000/00000000 [POWSEQ]...
  7. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    Finally succeeded!! You should add commands and connection steps to the instructions. This will make it very much easier for others. I will start reading errors on Tuesday. I have enough of fighting today. I know that for most of you this is a trivial matter. I played Arduino and used some...
  8. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    I installed a new lubuntu linux system. On a clean system, I used the command: sudo apt-get install python-serial python-crypto Helpful command: sudo chmod a + rw / dev / ttyUSB0 Now the program does not throw an error. I remembered that a year ago I was learning Python and installing...
  9. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    sudo apt-get install python-serial python-crypto Result: python-crypto is already the newest version (2.6.1-8ubuntu2). python-serial is already the newest version (3.4-2). next week I'll try to install linux mint again. I will use your commands in the terminal and check the result on a clean...
  10. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    When i plug in USB TTL i dont have this error. I have only: "Traceback (most recent call last): File "ps3_syscon_uart_script.py", line 177, in <module> main (len (sys.argv), sys.argv) File "ps3_syscon_uart_script.py", line 156, in main input = input ('> $') UnboundLocalError: local variable...
  11. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    ok i give up I installed python3 and add-ons again. Command: sudo python3 ps3_syscon_uart_script.py /dev/ttyUSB0 CXR Reply: Traceback (most recent call last): File "ps3_syscon_uart_script.py", line 177, in <module> main (len (sys.argv), sys.argv) File "ps3_syscon_uart_script.py", line 156, in...
  12. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    I do something wrong... To open ps3_syscon_uart_script.py do I need to solder wires to PS3? Now I'm just plugging in my module ch341-uart - it's as ttyUSB0 I use Linux Mint - is this a problem? Now when I send in the terminal: python3 ps3_syscon_uart_script.py /dev/ttyUSB0 CXR Reply: Traceback...
  13. I

    PS3 Fault finding YLOD with the SYSCON - First steps and Error reporting

    Can anyone write commands or record a fast video step by step in linux to run python file? (I changed the file name without (f)) I send : python ps3_cxr_syscon_uart_script.py /dev/ttyUSB0 CXR Reply: File "ps3_cxr_syscon_uart_script.py", line 12...
  14. I

    PS3 SysCon Second Generation Connector - pin number SEM-001

    Thank you very much for help. I think I've solved the problem. I was browsing the forum on my phone and did not notice the uploaded file PS3-Syscon-Guide (with script) -v1.2.zip. There is a photo of my SEM001 motherboard. On Thursday I will try to connect UART-USB and read the data.
Back
Top