Sorry, "where is 12.5 Ohm in my board is 0 Ohm"Where is 44 Ohm in my board is 0 Ohm.
Sorry, "where is 12.5 Ohm in my board is 0 Ohm"Where is 44 Ohm in my board is 0 Ohm.
Sorry, "where is 12.5 Ohm in my board is 0 Ohm"
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
logging.basicConfig(filename='ps3_cxr_syscon.log', filemode='w', format=log_format level=logging.DEBUG)
^
SyntaxError: invalid syntax
Yes, you will need to solder RX, TX and GND just to get started and connect into external mode. After you run the EEP SET commands, you'll also need to solder DIAG (but only after!) Here's what my board looks like (I should probably add better captioningI 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
Nope, it should be fine.I use Linux Mint - is this a problem?
I had that problem at first too, but I'm pretty sure I got it working with pyserial. You might try grabbing the newer version of the script here -- https://github.com/db260179/ps3syscon.gitNow when I send in the terminal:
python3 ps3_syscon_uart_script.py /dev/ttyUSB0 CXR
Reply:
Traceback (most recent call last):
File "ps3_syscon_uart_script.py", line 9, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
You'll get the hang of it! My suggestion is that once you get connected, play around with the commands until you feel comfortable with the terminal. Most of the commands won't change anything, the ones that do have a parameter of SET, or begin with W (for Write), so stay away from those. Two safe commands are:Am I taking good steps?
I often use linux because I don't like windows, but I use visuals and I don't like the terminal ...
I feel like a jerk because I can't deal with it ...
FileNotFoundError: [Errno 2] No such file or directory: '/ dev / ttyUSB0'
Clue is in the error message?
make sure your USB TTL is 3.3v and correct the serial port is known - 'ls -la /dev/tty*' or 'dmesg | grep tty'
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 'input' referenced before assignment"
program creating empty ps3_cxr_syscon.log
I suppose I installed something wrongly in the terminal. Can anyone write all the needed commands for linux mint?
FileNotFoundError: [Errno 2] No such file or directory: '/ dev / ttyUSB0'
I use openSuse Leap 15.1sudo 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 system.
sudo apt-get install python2 python-serial python-crypto
Btw @marciolsf that photos with some pins soldered directly to the motherboard are extremelly dangerous, if at some point (by mistake) you pull from the wires or hit the pins they are going to lift the copper pads from the motherboard, and probably thats going to be a game over because there are not alternative solder points to repair the track, we are lucky there is a test point in them that "emerges" to the surface, but most of that syscon tracks are "hidden" in intermediate layers of the motherboard. The PS3 motherboard have up to 8 layers.. the critical or sensitive data tracks are always huidden and "shielded" against interferences in between other copper layers
Is better to solder a waire in between... so you have motherboard <---> wire <--> pin
Or even better... ivve seen some ghetto DIY "clamps" intended to work as a layour with pogo pins, the base of the invention is something like this (it needs to be like a clamp with a spring to create pressure)
![]()
And around it you attach needles (but blunt the tip with sandpaper, we dont need to damage the motherboard, doesnt needs to be extemelly sharped like a needle)... and you solder the pins to the needles
If you create the thing carefully maybe you can make everything in a single piece (for that specific motherboard model)... or you can do one for each needle
Dunno, is the kind of thing that worths a try, there is no need to invest money in it, take a roll around yor house and see how many ingredients you find to build it (or if you find something better than what i suggested)![]()