More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=libbaremetal | |title=libbaremetal | ||
Line 14: | Line 8: | ||
|version=2021 | |version=2021 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vita_libbaremetal.zip | ||
|source=https://github.com/xerpi/vita-libbaremetal | |source=https://github.com/xerpi/vita-libbaremetal | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |||
|title_mode=append | |||
|image=libbaremetalvita2.png | |||
|image_alt=libbaremetal | |||
}} | |||
This is a bare-metal payload sample that performs some hardware initialization, such as turning on the OLED display or HDMI controller, setting up a framebuffer, and reading the control buttons, among other things. | This is a bare-metal payload sample that performs some hardware initialization, such as turning on the OLED display or HDMI controller, setting up a framebuffer, and reading the control buttons, among other things. | ||
Latest revision as of 07:46, 4 August 2024
libbaremetal | |
---|---|
General | |
Author | xerpi |
Type | Developments |
Version | 2021 |
License | Mixed |
Last Updated | 2022/02/28 |
Links | |
Download | |
Source | |
This is a bare-metal payload sample that performs some hardware initialization, such as turning on the OLED display or HDMI controller, setting up a framebuffer, and reading the control buttons, among other things.
All the code in this project has been implemented by reverse engineering the PS Vita OS and mimicking it to perform the required steps to carry out hardware initialization.
User guide
Compiling:
- vitasdk is needed.
Installing:
- Copy baremetal-sample.bin to your PS Vita.
- Run vita-baremetal-loader.
Memory card authentication:
- For the Memory card authentication to work, you will have to place the key used by rmauth_sm's command 0x2 in the msif.c file.
- Check this for more information.
Screenshots
Credits
Thanks to everybody who contributes to wiki.henkaku.xyz and helps reverse engineering the PSVita OS.
Specially the Team Molecule (formed by Davee, Proxima, xyz, and YifanLu), TheFloW, motoharu, and everybody at the HENkaku Discord channel.