Memory Card: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Created page with "== Pinout == [http://www.vitadevwiki.com/index.php?title=Media#Pinout_2 Media-Pinout] don't try to take it apart [http://imgur.com/a/yvFYG like this] {| class="wikitable" |-...")
 
No edit summary
Line 1: Line 1:
== Pinout ==
==== Pinout ====
[http://www.vitadevwiki.com/index.php?title=Media#Pinout_2 Media-Pinout]
[http://www.vitadevwiki.com/index.php?title=Media#Pinout_2 Media-Pinout]


Line 32: Line 32:




== Soft Reversing ==
==== Soft Reversing ====
The OS driver for the Memory Card can be found here:
The OS driver for the Memory Card can be found here:
  [[Files_on_the_PS_Vita#os0|os0]]:kd/magicgate.skprx
  [[Files_on_the_PS_Vita#os0|os0]]:kd/magicgate.skprx
Line 39: Line 39:




== HW Reversing ==
==== HW Reversing ====
*[https://twitter.com/RichDevX/status/780488977023430657 Waveform of the memory card, planning to release the source code for the simple logic analyzer soon. PulseView is awesome :D] [https://pbs.twimg.com/media/CtTX7ETXEAUadPD.jpg picture]
*[https://twitter.com/RichDevX/status/780488977023430657 Waveform of the memory card, planning to release the source code for the simple logic analyzer soon. PulseView is awesome :D] [https://pbs.twimg.com/media/CtTX7ETXEAUadPD.jpg picture]



Revision as of 23:48, 27 September 2016

Pinout

Media-Pinout

don't try to take it apart like this

Pin Signal Description
1 INS Detection Pin
2 SCLK Serial Clock
3 VCC Voltage
4 D2 Data 2
5 D3 Data 3
6 D1 Data 1
7 D0 Data 0
8 BS Bus State
9 VSS Ground

pinouts by Asdron also confirmed by RichDevX

About Pin 1: "it's an input pin on the host controller (pulled up high), and the pin on the card is grounded" (source RichDevX)


Soft Reversing

The OS driver for the Memory Card can be found here:

os0:kd/magicgate.skprx

But this will require a kernel exploit source to be able to dump this kernel driver and reverse / analyze it for future purpose which is right now not possible to do the lack of the source code for HENkaku.


HW Reversing