Well tbh I thought is not necessary since you can put the full iso into a NTFS drive and run it with prepNTFS, and about the patch option it's something that was used back in the days of 3.55, it's not needed anymore
Which distro are you using? That error could mean that your system has an...
Hey! Sorry for late answer I don't enter this forum too much, depending on your distro, if you set the python script as an executable in the file manager you can run it by just doing double click
So you should install these dependencies: python3, python3-qt5, python3-pip I think that on Kubuntu you would do in the terminal something like:
"sudo apt install python3 python3-qt5 python3-pip"
Once you installed those dependencies, go to the folder of linux-ps3-iso-tools ( you can clone...
So I have updated the GUI for the PS3 ISO TOOLS, again
Basically I renamed the repo, and also edited the source C files of the original tools to make errors actually go to stderr without any user input needed, so now this GUI will also tell you if there's any error, also some code clean-up...
So I have updated the GUI for the PS3 ISO TOOLS,
I removed the progress bar as it wasn't working correctly, instead now there's a text view of the progress of the iso creation/extraction.
I hope someone likes it! As always, any suggestion and help is welcome!
Hey! So time ago I seen this post ->
And I thought that I could make a GUI for execute those programs, and so I did!
Please take a look at the README, is not finished at all, some stuff need to be implmented like error handler, but it does the job for now.
Any suggestion is welcome, thanks!
I tried in 2 different kernel versions of linux using flashrom, and tested the clip a lot of times idk what to do at this point, but thanks for your answer, also I'm doing this with a clip without desoldering, is that maybe the problem? I dumped flash from other devices like this without problem
Hello, I'm trying to get a dump of the NOR from my PS4, it's a MX25L25635, I bought a SOIC 16pin clip, I connect it everything correctly, but when I run the command
" flashrom -p ch341a_spi -r PS4.bin "
It won't detect the chip, it outputs the message error:
" No EEPROM/flash device found. "...