Skip to content

BaryonSweeper - a JigKick internal service tool emulator (without a GUI)

License

Notifications You must be signed in to change notification settings

krazynez/upysweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µpysweeper

pysweeper without a GUI

upysweeper.webm

Note: If the serial output dumps to screen and you get a green light then no light just turn your PSP over and with the power cable still plugged in turn on the PSP. It should autoboot into Despertar del Cementerio


Setup & Install

  1. Make sure you have pyserial and pycryptodome installed.

    1. pip install -r requirements.txt
  2. python3 ./upysweeper.py or ./upysweeper.py

Options:
./upysweeper.py -p SERIAL_PORT -bt BATTERY_TYPE

example:
    ./upysweeper.py -p /dev/ttyUSB0 -bt Autoboot 
Battery types
  • "Service" which is 0xFFFFFFFF and set as default

  • "Autoboot" which is 0x00000000

  • "Normal" which is 0x34127856 (just random)

  • "Custom" 0x12345678 or 12345678 allow custom serial to be used

Embedded flag
  • -e if defined will just be set to true

  • This is to tell upysweeper to not run a test for an echo it has been only tested on the Milk-V Duo with a custom image.

  • PIN GP2 (RX) schematic(PIN 5)

  • PIN GP3 (TX) schematic (PIN 4)

img

Original work

About

BaryonSweeper - a JigKick internal service tool emulator (without a GUI)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%