-
-
Notifications
You must be signed in to change notification settings - Fork 733
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
I am encountering issues during a memory probe with the following details #265
Comments
Try to avoid the probe command if possible. Probe is unfortunately super aggressive and if you're on AMD things are guaranteed to stop working until you reboot. You can check if DMA is working with If wanting to dump memory on AMD use a memory map, either you can try More info at: https://github.com/ufrisk/LeechCore/wiki/Device_FPGA_AMD_Thunderbolt |
@ufrisk could you please add this disclaimer regarding aggressive probe to the readme. |
Awesome! Thank you very much |
This doesn't effect 3xxx and newer AMD CPUs, it's mainly the 2xxx generation I've seen with the bridge disabling bus mastering in firmware on a bad map call 😃 |
Memory Map:
START END #PAGES
0000000000000000 - 000000000009ffff 000000a0
00000000000c0000 - 00000000dfffffff 000dff40
00000000fb000000 - 00000000fba68fff 00000a69
Current Action: Probing Memory
Access Mode: Normal
Progress: 33267 / 33267 (100%)
Speed: 67 MB/s
Address: 0x000000081F380000
Pages read: 920137 / 8516480 (10%)
Pages failed: 7596343 (89%)
Memory Probe: Completed.
I'm unsure about the significance of the high failure rate, I would appreciate any guidance on resolving this issue. If there are specific steps I can take or additional information needed, please let me know. Thank you for your help.
The text was updated successfully, but these errors were encountered: