Memory Card

From Vita Developer wiki
Revision as of 23:48, 27 September 2016 by Cfwprophet (talk | contribs)
Jump to navigation Jump to search

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