How to use PS3Load
From PSXBrew Wiki
| Language: | English • Français • Italiano |
|---|
In this tutorial you will learn how to load your homebrew without install/run it manually everytime to test it.
What you need :
- A Playstation 3 connected on a router;
- A PC connected to the same router as the PlayStation 3;
- PSL1GHT;
- PS3Load pkg or PS3LoadX pkg;
First thing we need to define the environment on your PC (YOU NEED TO DO THIS JUST ONE TIME) :
Contents |
Linux :
echo "export PS3LOAD=tcp:192.168.0.30" >> ~/.bashrc
(change the 192.168.0.30 with your PlayStation 3 IP)
Macintosh :
echo "export PS3LOAD=tcp:192.168.0.30" >> ~/.profile
(change the 192.168.0.30 with your PlayStation 3 IP)
Save bash preferences
. ~/.bashrc
Install PS3LOAD on your PS3 and execute it.
On your PlayStation 3 :
Install the PS3Load package via "Install Package Files".
On your PC run :
- Make your app, produce at least an ELF
- Link your elf
sprxlinker yourapp.elf #(this should be done for you if you use any of the samples) - Makeself your app
make_self yourapp.elf yourapp.self
- Launch ps3load
ps3load yourapp.self
Done.
Authors/Sources/References
Deroad/Wargio; Team PS3Dev; PS3DevWiki;