Code Monkey home page Code Monkey logo

msipl_installer's Introduction

MS IPL Installer

A Python script to install IPL code on PSP MemoryStick

Usage

It is required to run the script as an Administrator on Windows or as root on UNIX-like systems due to required low-level access to the drive. On Windows, you have to provide the physical drive number via --pdisk argument. On UNIX-like system, you have to provide the drive's device name via --devname argument.

Examples

Print info about the drive

python3 msipl_installer.py --devname sdc --info

Clear the IPL space on the drive

python3 msipl_installer.py --devname sdc --clear

Extract the IPL currently installed on the drive

python3 msipl_installer.py --devname sdc --extract out_ipl.bin

Insert the provided IPL on the drive

python3 msipl_installer.py --devname sdc --insert in_ipl.bin

msipl_installer's People

Contributors

draanpsp avatar

Stargazers

 avatar Damiano Di Pietro avatar Larson T. avatar belhachemi ahmed avatar Jesus Gaston Kuti avatar Jom Medina avatar  avatar  avatar  avatar  avatar koutsie avatar  avatar Jevin Sweval avatar Joel avatar

Watchers

Jevin Sweval avatar Jesus Gaston Kuti avatar  avatar

msipl_installer's Issues

Permission denied

hi DraanPSP,
thank you for your work.
I try to run your script on windows 11 with cygwin64, I install module wmi and win32 for that.
I have a problem during the run.
I am not sure that my the physical drive number is the good one because I have a permission denied but I am an administrator.
Can you tell me the procedure to get the physical drive number and how to fix my permission denied if you know?

$ python3 msipl.py --pdisk 2 --info
Traceback (most recent call last):
File "C:\cygwin64\home\Laury\msipl.py", line 101, in
with openDisk() as f:
File "C:\cygwin64\home\Laury\msipl.py", line 74, in openDisk
return open(diskID, 'rb+')
PermissionError: [Errno 13] Permission denied: '\\.\PHYSICALDRIVE2'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.