Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

YAMT Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 8: Line 8:
|title=YAMT
|title=YAMT
|image=yamtvita.jpg
|image=yamtvita.jpg
|description=SD2Vita driver installer
|description=SD2Vita driver installer.
|author=SKGleba
|author=SKGleba
|lastupdated=2020/08/09
|lastupdated=2020/08/09
Line 18: Line 18:
|source=https://github.com/SKGleba/yamt-vita
|source=https://github.com/SKGleba/yamt-vita
}}
}}
Installer for a faster driver for SD2Vita. It mounts SD2Vita as ux0 and memcard (or if not found internal ux0 storage) as uma0.
Yet another (re)mount tool kernel plugin for PS Vita/PS TV. From [https://vita.hacks.guide/yamt.html Vita Hacks Guide]:


Requires enso, compatible ONLY with firmware 3.60 and 3.65.
"YAMT (Yet Another Mount Tool) is a multi-purpose kernel plugin for the PS Vita (TV) which allows for the use of a microSD card as a storage device via an SD2Vita adapter. The SD2Vita is a microSD to game card adapter which is inserted into the game-card slot in your device.
 
By using the YAMT kernel plugin, the USB drive or microSD card you use will be mounted to ux0: just like a Sony memory card. This is very useful because microSD cards are significantly cheaper than Sony memory cards (especially at higher capacities)."


==Features==
==Features==
* Ability to remount all partitions
* Ability to remount all partitions.
* Clean sd2vita patch system
* Clean sd2vita patch system.
* No boot delays as found in i.e gamecard-microsd
* No boot delays as found in i.e gamecard-microsd.
* Basic & noob-friendly gui manager included.
* Basic & noob-friendly gui manager included.


== Installation ==
==Installation==
# Remove the previous driver, if you had yamt - remove it with the NEW installer.
Please follow [https://vita.hacks.guide/yamt.html Vita Hacks Guide] for the setup guide.
# 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] ==
Notes:
* You can remount every partition with yamt.
*Lite version is intended for normal users, it provides basic mounting and format options.
* Developer options in driver settings provide some useful storage functions like formatting.
*Full version is recommended for advanced users, it packs all the important storage managing tools.
* 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 ==
==User guide==
* You can uninstall YAMT via the provided installler.
Usage [basic]:
*Just use the menu in Settings > Devices > Storage Devices.


== Manual Installation ==
Usage [advanced]:
# Add yamt.skprx to enso's boot_config.txt
*You can remount every partition with yamt.
# Add yamt.suprx to tai config.txt under *NPXS10015
*Developer options in driver settings provide some useful storage functions like formatting.
# Add yamt_helper.skprx to tai config.txt under *KERNEL
*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.


== Notes ==
Uninstallation:
* To compile simply run ". create_vpk.sh".
*You can uninstall YAMT via the provided installler.
* You can format the SD/USB to TexFAT from the developer options menu in the driver settings tab.
*It is recommended to clean up the tai config.txt after uninstalling yamt.
* 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==
Note:
<youtube>sd_fhMZ77sY</youtube>
*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.


==Screenshot==
==Compatibility==
[[image:yamtvita.jpg]]
Requires Enso, compatible only with firmware 3.60 and 3.65.


==Changelog==
==Changelog==
'''v4.0'''
'''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
*Fixed the PSVSD not mounting unless in legacy mode
*Legacy mode now supports all mountpoints.
*Legacy mode now supports all mountpoints.
Line 79: Line 68:
*Stability patches.
*Stability patches.
*Notes:
*Notes:
 
**Read the readme.
*Read the readme!
**If USB/PSVSD does not work - try the legacy mode.
**If USB/PSVSD does not work - try the legacy mode.
**It is recommended to clean up the tai config.txt after uninstalling yamt.
**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.
**Clean the boot config via enso's installer if you are updating from a beta release.
'''v4.0 beta 4'''
*[Lite] Added ability to install a "lite" version.
*[Installer] Changed the installer a bit, added select-able options.
*[Manager] Added some developer options, added ability to format the storage device.
*[Kernel] Added one-compile compatibility for both 3.60 and 3.65, reworked usb mounting.
*[Device] Fixed the legacy usb driver, should work with PSVSD now too.
*Notes:
**This is a beta release - bugs are expected.
**If USB/PSVSD does not work - try the legacy mode.
**Clean the boot config via enso's installer before updating to this release.


'''v3.1'''
'''v3.1'''
Line 91: Line 90:
*[Kernel]: Changed the way partitions are redirected, stability++.
*[Kernel]: Changed the way partitions are redirected, stability++.
*[Kernel]: Added default config if custom config not found
*[Kernel]: Added default config if custom config not found
*sd2vita as ux0, sony mc as uma0.
**sd2vita as ux0, sony mc as uma0.
*[Kernel]: Fixed some minor parser bugs.
*[Kernel]: Fixed some minor parser bugs.


Line 101: Line 100:
*[Kernel]: Added more optional checks.
*[Kernel]: Added more optional checks.


'''v.1.0'''
==Credits==
* First Release.
*TheOfficialFlow, xyz for their work on vitashell/gamesd.
 
*Team Molecule for enso and henkaku.
== 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
* Reddit - https://www.reddit.com/r/vitahacks/comments/i6k6z3/release_yamt_v40_yet_another_remount_tool_for_ps/

Revision as of 01:01, 11 December 2022

YAMT
File:Yamtvita.jpg
General
AuthorSKGleba
TypeUtilities
Version4.0
LicenseMixed
Last Updated2020/08/09
Links
Download
Source

Yet another (re)mount tool kernel plugin for PS Vita/PS TV. From Vita Hacks Guide:

"YAMT (Yet Another Mount Tool) is a multi-purpose kernel plugin for the PS Vita (TV) which allows for the use of a microSD card as a storage device via an SD2Vita adapter. The SD2Vita is a microSD to game card adapter which is inserted into the game-card slot in your device.

By using the YAMT kernel plugin, the USB drive or microSD card you use will be mounted to ux0: just like a Sony memory card. This is very useful because microSD cards are significantly cheaper than Sony memory cards (especially at higher capacities)."

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

Please follow Vita Hacks Guide for the setup guide.

Notes:

  • 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.

User guide

Usage [basic]:

  • 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.
  • It is recommended to clean up the tai config.txt after uninstalling yamt.

Note:

  • 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.

Compatibility

Requires Enso, compatible only with firmware 3.60 and 3.65.

Changelog

v4.0

  • 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.

v4.0 beta 4

  • [Lite] Added ability to install a "lite" version.
  • [Installer] Changed the installer a bit, added select-able options.
  • [Manager] Added some developer options, added ability to format the storage device.
  • [Kernel] Added one-compile compatibility for both 3.60 and 3.65, reworked usb mounting.
  • [Device] Fixed the legacy usb driver, should work with PSVSD now too.
  • Notes:
    • This is a beta release - bugs are expected.
    • If USB/PSVSD does not work - try the legacy mode.
    • Clean the boot config via enso's installer before updating to this 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.

Credits

  • TheOfficialFlow, xyz for their work on vitashell/gamesd.
  • Team Molecule for enso and henkaku.

External links

Advertising: