More actions
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=gamesdvita2.png | ||
|image_alt=gamesd | |image_alt=gamesd | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=gamesd | |title=gamesd | ||
|image= | |image=gamesdvita2.png | ||
|description=Driver for SD to Gamecard adapters. | |description=Driver for SD to Gamecard adapters. | ||
|author=xyzz | |author=xyzz | ||
Line 13: | Line 13: | ||
|type=Plugins | |type=Plugins | ||
|version=1.6 | |version=1.6 | ||
|license= | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/gamesdvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/gamesdvita.7z | ||
|website= | |website=https://github.com/xyzz/gamecard-microsd#readme | ||
|source=https://github.com/xyzz/gamecard-microsd | |source=https://github.com/xyzz/gamecard-microsd | ||
}} | }} | ||
Gamesd is a plugin works as a driver for SD to Gamecard adapters (formerly know as SD2VITA). | |||
SD will be mounted as ux0:/ partition. | SD will be mounted as ux0:/ partition. | ||
== | ==Media== | ||
'''How to set up PS Vita SD2VITA (Micro SD to Gamecard) on Windows''' ([https://www.youtube.com/watch?v=vsdbdcAnH4Y The Modshiah]) <br> | |||
<youtube>vsdbdcAnH4Y</youtube> | <youtube>vsdbdcAnH4Y</youtube> | ||
== | ==Changelog== | ||
===Hardware=== | |||
=== Hardware | |||
'''v3.0 ''' | '''v3.0 ''' | ||
* Reduced gamecard pads total width by 0.2mm. | * Reduced gamecard pads total width by 0.2mm. | ||
Line 80: | Line 33: | ||
* Removed unused INS pad on the microSD socket side. | * Removed unused INS pad on the microSD socket side. | ||
* Changed routing to reduce number of VIAs and the probability of electrons falling out of the board. | * Changed routing to reduce number of VIAs and the probability of electrons falling out of the board. | ||
* This design is not tested yet. | |||
This design is not tested yet. | |||
''' v2.0 ''' | ''' v2.0 ''' | ||
* Reduced gamecard pads total width by 1.0mm. | * Reduced gamecard pads total width by 1.0mm. | ||
* Removed fourth microsd socket leg. | * Removed fourth microsd socket leg. | ||
* This design is not tested by me yet, but other people confirmed it works. | |||
This design is not tested by me yet, but other people confirmed it works. | |||
''' v1.0 ''' | ''' v1.0 ''' | ||
*Original design. | * Original design. | ||
===Software=== | |||
'''v1.6''' | |||
== | |||
''' | |||
*Added 3.71/3.72 support. | *Added 3.71/3.72 support. | ||
''' | '''v1.5''' | ||
*Added 3.69/3.70 support. | *Added 3.69/3.70 support. | ||
''' | '''v1.4''' | ||
*Fix sporadic wakeup issue | *Fix sporadic wakeup issue. | ||
''' | '''v1.3''' | ||
*Added appmgr patch to allow memory card remount. | *Added appmgr patch to allow memory card remount. | ||
''' | '''v1.2''' | ||
*Added 3.68 support. | *Added 3.68 support. | ||
''' | '''v1.1''' | ||
*Added 3.65/3.67 support. | *Added 3.65/3.67 support. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== | == Credits== | ||
* Code inside the | License: | ||
* Contents of the | * Code inside the driver directory is licensed under GPLv3 or later. | ||
* Contents of the board directory are licensed under [https://creativecommons.org/publicdomain/zero/1.0/ CC0]. | |||
Special thanks to: | |||
* @motoharu-gosuto for their work on gamecard RE | * @motoharu-gosuto for their work on gamecard RE | ||
* @TheOfficialFlow for providing original version of the usbmc plugin | * @TheOfficialFlow for providing original version of the usbmc plugin | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/xyzz/gamecard-microsd | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/285 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/285 |
Latest revision as of 06:58, 8 Ocak 2023
gamesd | |
---|---|
General | |
Author | xyzz |
Type | Plugins |
Version | 1.6 |
License | Mixed |
Last Updated | 2019/08/31 |
Links | |
Download | |
Website | |
Source | |
Gamesd is a plugin works as a driver for SD to Gamecard adapters (formerly know as SD2VITA).
SD will be mounted as ux0:/ partition.
Media
How to set up PS Vita SD2VITA (Micro SD to Gamecard) on Windows (The Modshiah)
Changelog
Hardware
v3.0
- Reduced gamecard pads total width by 0.2mm.
- Removed testpads.
- Removed unused INS pad on the microSD socket side.
- Changed routing to reduce number of VIAs and the probability of electrons falling out of the board.
- This design is not tested yet.
v2.0
- Reduced gamecard pads total width by 1.0mm.
- Removed fourth microsd socket leg.
- This design is not tested by me yet, but other people confirmed it works.
v1.0
- Original design.
Software
v1.6
- Added 3.71/3.72 support.
v1.5
- Added 3.69/3.70 support.
v1.4
- Fix sporadic wakeup issue.
v1.3
- Added appmgr patch to allow memory card remount.
v1.2
- Added 3.68 support.
v1.1
- Added 3.65/3.67 support.
v1.0
- First Release.
Credits
License:
- Code inside the driver directory is licensed under GPLv3 or later.
- Contents of the board directory are licensed under CC0.
Special thanks to:
- @motoharu-gosuto for their work on gamecard RE
- @TheOfficialFlow for providing original version of the usbmc plugin