Skip to content

Releases: AndrewAltimit/rust-psp

Release v1.0.0

21 Feb 22:39
ad479fd

Choose a tag to compare

Release v1.0.0

Rust PSP SDK

Pre-built binaries for the rust-psp toolchain:

Binary Description
cargo-psp Cargo subcommand for building PSP homebrew (EBOOT.PBP)
prxgen PRX generator for PSP modules
pack-pbp PBP archive packer
mksfo SFO metadata file generator
prxmin PRX minimizer/stripper

Installation

# Make binaries executable
chmod +x cargo-psp-linux-* prxgen-linux-* pack-pbp-linux-* mksfo-linux-* prxmin-linux-*

# Copy to your PATH (e.g. ~/.cargo/bin/)
cp cargo-psp-linux-* ~/.cargo/bin/cargo-psp
cp prxgen-linux-* ~/.cargo/bin/prxgen
cp pack-pbp-linux-* ~/.cargo/bin/pack-pbp
cp mksfo-linux-* ~/.cargo/bin/mksfo
cp prxmin-linux-* ~/.cargo/bin/prxmin

Requirements

  • Rust nightly toolchain with rust-src component
  • mipsel-sony-psp target (added automatically by cargo psp)

Commit Information