Skip to content
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

The problem of supported AMD CPU #21

Open
cszhoulei opened this issue Jun 25, 2021 · 1 comment
Open

The problem of supported AMD CPU #21

cszhoulei opened this issue Jun 25, 2021 · 1 comment

Comments

@cszhoulei
Copy link

How to use the zen-3 in --cpu-profile? It shows : "zen-3" could not be found .

Does the PSPEMU support the EYPC chip?

Also, when we use the the command:
#!/bin/bash ./PSPEmu \ --emulation-mode sys \ --cpu-profile zen-synthetic \ --flash-rom flash_R.rom \ --timer-real-time \ --trace-log ./log \ --intercept-svc-6 \ --trace-svcs
the result shows:
DATA ABORT on PC 0x2fc (+8 = 0x304) Is it caused by "flash-rom" version ?

@AlexanderEichner
Copy link
Member

AlexanderEichner commented Jul 4, 2021

You can either use --cpu-profile ryzen5-5600x to select a Zen3 based CPU or --psp-profile zen3-standard to force a Zen3 based PSP. Can't say much about the DATA ABORT you are experiencing without the image in question, could be that there is some header which needs to be stripped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants