vita-linux-loader
vita-linux-loader copied to clipboard
Linux theming and "security checks"
Now uses a modern CMakeList.txt allowing to customize LiveArea. LiveArea bubble is customized with a VitaLinux theming.
Checks for :
ux0:linux/zImageux0:linux/vita.dtbux0:linux/payload.bin(baremetal payload)ux0:linux/baremetal-loader.skprx(baremetal payload loader)
Payload and plugin locations are customizable, see main.c
Tested and confirmed working.
I get this error with any baremetal-loader.skprx I try to load. I have checked all the paths, everything is correct.
Error loading ux0:linux/baremetal-loader.skprx: 0x8002d000
My configuration is: PSVita Slim 2000 3.65 enso_ex SD2Vita
I transferred your commits to my build to get the VPK of this application.
I even tried using another person's baremetal-loader.skprx, thinking that mine was not assembled correctly.
https://github.com/FoolsHonor/trying-to-get-vita-linux-running
I get this error with any
baremetal-loader.skprxI try to load. I have checked all the paths, everything is correct.Error loading ux0:linux/baremetal-loader.skprx: 0x8002d000My configuration is: PSVita Slim 2000 3.65 enso_ex SD2Vita
I transferred your commits to my build to get the VPK of this application.
I even tried using another person's
baremetal-loader.skprx, thinking that mine was not assembled correctly. https://github.com/FoolsHonor/trying-to-get-vita-linux-running![]()
Are you using the code in this repo, or this one https://github.com/xerpi/vita-baremetal-linux-loader?
Are you using the code in this repo, or this one https://github.com/xerpi/vita-baremetal-linux-loader?
Yes, I built the plugin from that repository using the latest VitaSDK. It came out at ~8kb, versus 5kb from the repository I specified and I thought that might be the problem.
But it's not loading any plugin.
I may have messed up your code changes for 2021 to merge the code above. I'll check the problem on your clean code with no changes, a little later.
Although, having examined what I have, the code that loads the plugin from the folder doesn't seem to have changed in any way.
Are you using the code in this repo, or this one https://github.com/xerpi/vita-baremetal-linux-loader?
Yes, I built the plugin from that repository using the latest VitaSDK. It came out at ~8kb, versus 5kb from the repository I specified and I thought that might be the problem.
But it's not loading any plugin.
I may have messed up your code changes for 2021 to merge the code above. I'll check the problem on your clean code with no changes, a little later.
Although, having examined what I have, the code that loads the plugin from the folder doesn't seem to have changed in any way.
This might help: https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f?permalink_comment_id=4464046#gistcomment-4464046