More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Utilities) - GameBrew! | |title=Vita Homebrew Apps (Utilities) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/SKGleba/yamt-vita | |source=https://github.com/SKGleba/yamt-vita | ||
}} | }} | ||
SD2Vita driver installer | Installer for a faster driver for SD2Vita. It mounts SD2Vita as ux0 and memcard (or if not found internal ux0 storage) as uma0. | ||
Requires enso, compatible ONLY with firmware 3.60 and 3.65. | |||
==Features== | |||
* Ability to remount all partitions | |||
* Clean sd2vita patch system | |||
* No boot delays as found in i.e gamecard-microsd | |||
* Basic & noob-friendly gui manager included. | |||
== Installation == | |||
# Remove the previous driver, if you had yamt - remove it with the NEW installer. | |||
# Install the vpk | |||
# Open the app, choose the option that suits you. | |||
#* Lite version is intended for normal users, it provides basic mounting and format options. | |||
#* Full version is recommended for advanced users, it packs all the important storage managing tools. | |||
# Reboot, you should be able to access a new menu under the "Devices" tab in the System Settings app. | |||
== Usage [basic] == | |||
I think that the basic usage is pretty straightforward, just use the menu in Settings->Devices->Storage Devices. | |||
== Usage [advanced] == | |||
* You can remount every partition with yamt. | |||
* Developer options in driver settings provide some useful storage functions like formatting. | |||
* In the 'Custom partitions" tab you have all the partitions listed excluding pseudo partitions like lma0. | |||
* You can edit the assignements of the listed partitions, take a look at https://wiki.henkaku.xyz/vita/SceIofilemgr#Mount_Points. | |||
** i.e if you set sa0 to [ext; act; entire] it will bind sa0 to the sd2vita's main partition at boot. | |||
== Uninstallation == | |||
* You can uninstall YAMT via the provided installler. | |||
== Manual Installation == | |||
# Add yamt.skprx to enso's boot_config.txt | |||
# Add yamt.suprx to tai config.txt under *NPXS10015 | |||
# Add yamt_helper.skprx to tai config.txt under *KERNEL | |||
== Notes == | |||
* To compile simply run ". create_vpk.sh". | |||
* You can format the SD/USB to TexFAT from the developer options menu in the driver settings tab. | |||
* If the USB/PSVSD mount fails, setting legacy mode in driver settings may help. | |||
* Before updating from a beta release, use enso's "fix boot configuration". | |||
* The project is still WIP, report all bugs. | |||
==Media== | ==Media== | ||
<youtube>sd_fhMZ77sY</youtube> | <youtube>sd_fhMZ77sY</youtube> | ||
==Screenshot== | |||
[[image:yamtvita.jpg]] | |||
==Changelog== | |||
'''v4.0''' | |||
*Added (experimental) support for USB and PSVSD devices. | |||
*New installer, reorganized the settings menu, added "developer options". | |||
*Added ability to TexFAT format the storage device - via developer options. | |||
*Added a "lite" install option for ease of use (sd2vita only). | |||
*Various stability-related changes to all YAMT modules. | |||
*Fixed the PSVSD not mounting unless in legacy mode | |||
*Legacy mode now supports all mountpoints. | |||
*Added ability to disable all the extra USB patches for faster bootup. | |||
*Stability patches. | |||
*Notes: | |||
*Read the readme! | |||
**If USB/PSVSD does not work - try the legacy mode. | |||
**It is recommended to clean up the tai config.txt after uninstalling yamt. | |||
**Clean the boot config via enso's installer if you are updating from a beta release. | |||
'''v3.1''' | |||
*[Installer]: Fixed some installer errors, cleaned up the system a bit. | |||
*[User]: Added xmc0/imc0 support. | |||
*[User/Kernel]: Fixed the random-jap-crash bug. | |||
*[Kernel]: Changed the way partitions are redirected, stability++. | |||
*[Kernel]: Added default config if custom config not found | |||
*sd2vita as ux0, sony mc as uma0. | |||
*[Kernel]: Fixed some minor parser bugs. | |||
'''v3.0 "Genesis"''' | |||
''' | *[Installer]: Fixed some no-bootconfig errors, added user plugin support, still a mess. | ||
*[User]: Added a manager in [system settings->devices->storage devices]. | |||
*[User/Kernel]: Fixed some issues with sd2vita not mounting as ux0 instead of imc (configurable in settings). | |||
*[Kernel]: Added slot-based config support. | |||
*[Kernel]: Added more optional checks. | |||
'''v.1.0''' | |||
* First Release. | * First Release. | ||
== Credits == | |||
* TheOfficialFlow, xyz for their work on vitashell/gamesd | |||
* Team Molecule for enso and henkaku | |||
== External links == | == External links == | ||
* Github - https://github.com/SKGleba/yamt-vita | * Github - https://github.com/SKGleba/yamt-vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/485 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/485 | ||
Revision as of 03:07, 18 October 2022
YAMT | |
---|---|
File:Yamtvita.jpg | |
General | |
Author | SKGleba |
Type | Utilities |
Version | 4.0 |
License | Mixed |
Last Updated | 2020/08/09 |
Links | |
Download | |
Source | |
Installer for a faster driver for SD2Vita. It mounts SD2Vita as ux0 and memcard (or if not found internal ux0 storage) as uma0.
Requires enso, compatible ONLY with firmware 3.60 and 3.65.
Features
- Ability to remount all partitions
- Clean sd2vita patch system
- No boot delays as found in i.e gamecard-microsd
- Basic & noob-friendly gui manager included.
Installation
- Remove the previous driver, if you had yamt - remove it with the NEW installer.
- Install the vpk
- Open the app, choose the option that suits you.
- Lite version is intended for normal users, it provides basic mounting and format options.
- Full version is recommended for advanced users, it packs all the important storage managing tools.
- Reboot, you should be able to access a new menu under the "Devices" tab in the System Settings app.
Usage [basic]
I think that the basic usage is pretty straightforward, just use the menu in Settings->Devices->Storage Devices.
Usage [advanced]
- You can remount every partition with yamt.
- Developer options in driver settings provide some useful storage functions like formatting.
- In the 'Custom partitions" tab you have all the partitions listed excluding pseudo partitions like lma0.
- You can edit the assignements of the listed partitions, take a look at https://wiki.henkaku.xyz/vita/SceIofilemgr#Mount_Points.
- i.e if you set sa0 to [ext; act; entire] it will bind sa0 to the sd2vita's main partition at boot.
Uninstallation
- You can uninstall YAMT via the provided installler.
Manual Installation
- Add yamt.skprx to enso's boot_config.txt
- Add yamt.suprx to tai config.txt under *NPXS10015
- Add yamt_helper.skprx to tai config.txt under *KERNEL
Notes
- To compile simply run ". create_vpk.sh".
- You can format the SD/USB to TexFAT from the developer options menu in the driver settings tab.
- If the USB/PSVSD mount fails, setting legacy mode in driver settings may help.
- Before updating from a beta release, use enso's "fix boot configuration".
- The project is still WIP, report all bugs.
Media
Screenshot
Changelog
v4.0
- Added (experimental) support for USB and PSVSD devices.
- New installer, reorganized the settings menu, added "developer options".
- Added ability to TexFAT format the storage device - via developer options.
- Added a "lite" install option for ease of use (sd2vita only).
- Various stability-related changes to all YAMT modules.
- Fixed the PSVSD not mounting unless in legacy mode
- Legacy mode now supports all mountpoints.
- Added ability to disable all the extra USB patches for faster bootup.
- Stability patches.
- Notes:
- Read the readme!
- If USB/PSVSD does not work - try the legacy mode.
- It is recommended to clean up the tai config.txt after uninstalling yamt.
- Clean the boot config via enso's installer if you are updating from a beta release.
v3.1
- [Installer]: Fixed some installer errors, cleaned up the system a bit.
- [User]: Added xmc0/imc0 support.
- [User/Kernel]: Fixed the random-jap-crash bug.
- [Kernel]: Changed the way partitions are redirected, stability++.
- [Kernel]: Added default config if custom config not found
- sd2vita as ux0, sony mc as uma0.
- [Kernel]: Fixed some minor parser bugs.
v3.0 "Genesis"
- [Installer]: Fixed some no-bootconfig errors, added user plugin support, still a mess.
- [User]: Added a manager in [system settings->devices->storage devices].
- [User/Kernel]: Fixed some issues with sd2vita not mounting as ux0 instead of imc (configurable in settings).
- [Kernel]: Added slot-based config support.
- [Kernel]: Added more optional checks.
v.1.0
- First Release.
Credits
- TheOfficialFlow, xyz for their work on vitashell/gamesd
- Team Molecule for enso and henkaku