Talk:Motherboard Revisions Nonretail: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(update 2)
(cleanup)
Line 1: Line 1:
Not on the wiki (all Prototypes):  
Not on the wiki (all Prototypes):  
*?EG-2?
*EG-2 - ?CEB-1000 Board?
*MPU-110
<!-- *MPU-110 - PSP TOOL DTP-T1000 Prototype Board
*MPU-210
*MPU-210 - PSP TOOL DTP-T1000 Prototype Board
*MPU-220
*MPU-220 - PSP TOOL DTP-T1000 Prototype Board
*MPU-230
*MPU-230 - PSP TOOL DTP-T1000 Prototype Board
*MPU-300
*MPU-300 - PSP TOOL DTP-T1000 Prototype Board
*MPU-301
*MPU-301 - PSP TOOL DTP-T1000 Prototype Board
*MPU-302
*MPU-302 - PSP TOOL DTP-T1000 Prototype Board
*MPU-400
*MPU-400 - PSP TOOL DTP-T1000 Prototype Board -->
*?TCP-510?
*TCP-510 - PS3 TOOL DEH-R1000 Prototype CP Board
<br/>
MPU-XXX | XXX < 500 != PS3 Prototype Board
<br/>TCP-XXX PS3 TOOL CP Board<br/><br/><br/>


---
-------


Where do you have that list from ?
Where do you have that list from ?
----


CP-Updates, however, I'm not sure about all, some could be PSP/PS2.
CP-Updates, however, I'm not sure about all, some could be PSP/PS2.
Line 24: Line 29:
I think EG-2 is the CEB-1000 motherboard if memory serves me right (not 100% sure)
I think EG-2 is the CEB-1000 motherboard if memory serves me right (not 100% sure)


---
Update:  
 
UPDATE:  


The TCP-510 is the CP board, on DECR-1000 it's actually a TCP-520 so I assume the 510 is the one on DEH-R10xx
The TCP-510 is the CP board, on DECR-1000 it's actually a TCP-520 so I assume the 510 is the one on DEH-R10xx
Line 33: Line 36:
CEB didn't ship to 3rd parties with one.
CEB didn't ship to 3rd parties with one.


Update 2: Ok there is a reference to MPU220 in the OLD 068 psptoolupdate so I am guessing it is totally not ps3 related
Update 2:  


    <code>runtest i2ctest ../i2c ./i2c.sh ${ID} MPU220 /dev/i2c-0 50</code>
Ok there is a reference to MPU220 in the OLD 068 psptoolupdate so I am guessing it is totally not ps3 related


<pre>
runtest i2ctest ../i2c ./i2c.sh ${ID} MPU220 /dev/i2c-0 50
</pre>
...
...
 
<pre>
<code>#recovery
#recovery
#  title RESTART2
#  title RESTART2
#    runtest recovery ../recovery ./recovery.sh ${ID} MPU220
#    runtest recovery ../recovery ./recovery.sh ${ID} MPU220
Line 50: Line 56:
#      exec dgstep
#      exec dgstep
#    fi
#    fi
#  ;;</code>
#  ;;
 
</pre>
...
...
 
<pre>
  <code>if [ x"$key" = xy ]; then
if [ x"$key" = xy ]; then
       usleep 1000
       usleep 1000
       echo "***PLEASE PUSH \"MPU-220 Power-OFF\" BUTTON***"
       echo "***PLEASE PUSH \"MPU-220 Power-OFF\" BUTTON***"
Line 63: Line 69:
     fi
     fi
;;
;;
</code>
</pre>


And so on .
And so on.


There are also files called
There are also files called

Revision as of 19:17, 21 December 2012

Not on the wiki (all Prototypes):

  • EG-2 - ?CEB-1000 Board?
  • TCP-510 - PS3 TOOL DEH-R1000 Prototype CP Board


MPU-XXX | XXX < 500 != PS3 Prototype Board
TCP-XXX PS3 TOOL CP Board



Where do you have that list from ?


CP-Updates, however, I'm not sure about all, some could be PSP/PS2.


Hum.. Interesting, MPU Motherboards are definitely from CEB units Not sure what the TCP Motherboard is.

I think EG-2 is the CEB-1000 motherboard if memory serves me right (not 100% sure)

Update:

The TCP-510 is the CP board, on DECR-1000 it's actually a TCP-520 so I assume the 510 is the one on DEH-R10xx

It's also odd that it would have MPU part numbers when the CP does not run on a CEB unit. Perhaps those are daughterboard used from CEB in DEH units, or there was the option to connect a CP board to a CEB somehow. CEB didn't ship to 3rd parties with one.

Update 2:

Ok there is a reference to MPU220 in the OLD 068 psptoolupdate so I am guessing it is totally not ps3 related

runtest i2ctest ../i2c ./i2c.sh ${ID} MPU220 /dev/i2c-0 50

...

#recovery
#   title RESTART2
#    runtest recovery ../recovery ./recovery.sh ${ID} MPU220

#    if [ x$? = x0 ]; then
#      echo "**PLEASE RECOVERY RESTART AFTER SHUTDOWN**"
#      dgshut shutdown recovery
#    else
#      dgshut noop recovery
#      exec dgstep
#    fi
#  ;;

...

if [ x"$key" = xy ]; then
      usleep 1000
      echo "***PLEASE PUSH \"MPU-220 Power-OFF\" BUTTON***"
      dgshut halt restart1
    else
      dgshut noop restart1
      exec dgstep
    fi
;;

And so on.

There are also files called MPU210_69.DAT MPU400_52.DAT MPU400_52B.DAT MPU400_52H.DAT MPU400_54.DAT

If I had to guess anything MPU-xxx that's <500 = DTP-T1000 Motherboard. I wish I still had the pictures for those.