vita-linux-loader icon indicating copy to clipboard operation
vita-linux-loader copied to clipboard

Linux theming and "security checks"

Open CreepNT opened this issue 5 years ago • 4 comments

Now uses a modern CMakeList.txt allowing to customize LiveArea. LiveArea bubble is customized with a VitaLinux theming.

Checks for :

  • ux0:linux/zImage
  • ux0:linux/vita.dtb
  • ux0: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.

CreepNT avatar Nov 10 '19 11:11 CreepNT

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

Screenshot 2023-06-01 230710

DvaMishkiLapa avatar Jun 01 '23 21:06 DvaMishkiLapa

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

Screenshot 2023-06-01 230710

Are you using the code in this repo, or this one https://github.com/xerpi/vita-baremetal-linux-loader?

xerpi avatar Jun 02 '23 05:06 xerpi

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.

DvaMishkiLapa avatar Jun 02 '23 05:06 DvaMishkiLapa

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

xerpi avatar Jun 02 '23 05:06 xerpi