-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README for ps5 porting tool #15
base: bd-jb
Are you sure you want to change the base?
Conversation
ps5-kstuff/porting_tool/README.md
Outdated
5. Install gbd-tools either with `pip install gdb-tools` or `sudo apt-get install gdb` if the other command doesn't work. | ||
6. Install yasm with `sudo apt install yasm` | ||
7. Try and run the script with `python3 main.py symbols.json your.ps5.ip.address elf.loader.port` | ||
1. If you already ran the command once, you'll have a `kernel-data.bin` file, use it like this to save some time: `python3 main.py symbols.json your.ps5.ip.address 9020 kernel-data.bin` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is misleading. You need to specify the argument at first invocation too, otherwise the tool won't save the kernel dump anywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To extend on @sleirsgoevy comments I would recommend following a standard when documenting command line syntax as current examples make it hard to distinguish between fixed and placeholder values.
Recommended syntax: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/command-line-syntax-key
Example:
python3 main.py symbols.json <ps5_ip> <elf_loader_port>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am inexperience to ported it for 2.30. I wish to try it but I am not sure if I understand the instruction. And I hope that it will be ported to 2.30 someday. Keep up the good work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These instructions apply to 3xx-4xx. There's no difference. Unless you can be more specific about your issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am aware that these instruction apply to 3xx-4xx. What can I do to ported it to 2.30 to playing FPKG enabler ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello. Is there a way you can do it so that I can test it on my 2.30 and report back to you ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you help ? If you have 2.30.. Can you send it to me so I can report back to you to see my backup games worked with it ? I mean for PS4 backup games and perhaps PS5 backup games ? Thanks.
No description provided.