PSPReverse / PSPTool

Display, extract, and manipulate PSP firmware inside UEFI images
GNU General Public License v3.0
612 stars 62 forks source link

Request: Release recent fixes to PyPi (#29 & suggested fix for #30) #34

Closed aGrimRepoMan closed 3 years ago

aGrimRepoMan commented 3 years ago

Hi,

Steps:

  1. "pip install psptool", then "pip install ipython".
  2. Run psptool on this X470 BIOS file: https://download.gigabyte.com/FileList/BIOS/mb_bios_x470-aorus-ultra-gaming_f61.zip?v=cdfa827c3cc8778e89c60c410b5bef51

Result: I encountered the same problems as described by #30 and then #29.

If I understand correctly, #30 has a suggested fix, while #29 has a fix completed by project team. Once I manually apply these, I can succesfully read the BIOS file.

My request: Is it possible to release these 2 fixes to PyPi so they are included automatically for new users who do a simple "pip install psptool"?

Thanks for considering this.

cwerling commented 3 years ago

Thanks for suggesting this, will do a release shortly.

X470 works for me, X570 though has still issues yet to be addressed.

cwerling commented 3 years ago

Release 2.3 done. You can now install the latest version from PyPI:

pip3 install psptool
aGrimRepoMan commented 3 years ago

Thanks Christian - much appreciated.