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

Address verification fails after AsRock B550 Taichi BIOS update #74

Open
mpartel opened this issue Aug 15, 2023 · 1 comment
Open

Address verification fails after AsRock B550 Taichi BIOS update #74

mpartel opened this issue Aug 15, 2023 · 1 comment

Comments

@mpartel
Copy link
Contributor

mpartel commented Aug 15, 2023

After I updated the mobo bios from 2.10 to L2.71, this module started failing here.

I see address = 0xa20 but verify = 0xffff 🤨

If I remove the address != verify check, then the module seems to work correctly.

Any idea what's going on here?

I don't see a similar check in nct6683.c so I wonder, what is the verification for?

@Fred78290
Copy link
Owner

Hello.

I don't really know.

The test means that 2 consecutive reads don't return the same value.

Often this technic is used in electronic to reduce the number of address or register on chipset.

In your case probably the newer bios have misconfigured the controller.

Also tell me if after some usage dropping the test doesn't have failures.

Regards

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