Talk:Motherboard Revisions Nonretail: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(update)
(update 2)
Line 32: Line 32:
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.  
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.
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
    <code>runtest i2ctest ../i2c ./i2c.sh ${ID} MPU220 /dev/i2c-0 50</code>
...
<code>#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
#  ;;</code>
...
  <code>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
;;
</code>
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.

Revision as of 23:27, 20 December 2012

Not on the wiki (all Prototypes):

  • ?EG-2?
  • MPU-110
  • MPU-210
  • MPU-220
  • MPU-230
  • MPU-300
  • MPU-301
  • MPU-302
  • MPU-400
  • ?TCP-510?

---

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

  1. title RESTART2
  2. runtest recovery ../recovery ./recovery.sh ${ID} MPU220
  1. if [ x$? = x0 ]; then
  2. echo "**PLEASE RECOVERY RESTART AFTER SHUTDOWN**"
  3. dgshut shutdown recovery
  4. else
  5. dgshut noop recovery
  6. exec dgstep
  7. fi
  8. ;;

...

  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.