Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skgleba/yamt-vita
Yet another (re)mount tool for PSP2 Vita and Dolce
https://github.com/skgleba/yamt-vita
Last synced: 17 days ago
JSON representation
Yet another (re)mount tool for PSP2 Vita and Dolce
- Host: GitHub
- URL: https://github.com/skgleba/yamt-vita
- Owner: SKGleba
- Created: 2019-06-09T20:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T02:49:50.000Z (about 3 years ago)
- Last Synced: 2024-08-05T01:10:13.598Z (3 months ago)
- Language: C
- Homepage:
- Size: 83 KB
- Stars: 163
- Watchers: 7
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yamt-vita
Yet another (re)mount tool kernel plugin for PS Vita/PS TVRequires 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
1) Remove the previous driver, if you had yamt - remove it with the NEW installer.
2) Install the vpk
3) 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.
4) 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
1) Add yamt.skprx to enso's boot_config.txt
2) Add yamt.suprx to tai config.txt under \*NPXS10015
3) 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.
# Credits
- TheOfficialFlow, xyz for their work on vitashell/gamesd
- Team Molecule for enso and henkaku