-
Notifications
You must be signed in to change notification settings - Fork 349
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
How to use MT7612E with build-in eFuse? #128
Comments
by dropping eeprom entry from dts. but you can also cat debug contents of efuse data and compare with eeprom data |
Got it,by the way, can you tell me how to get and export data from eFuse? |
no i forgot. try searching for my previous comments on github maybe it was written |
@wwng2333 , did you get your MT7612E to use the build-in efuse? |
@anonimou0 i also dont know how to do it. |
Is there any one could help to explain below. enum mt76x02_eeprom_modes { what different is between MT_EE_READ and MT_EE_PHYSICAL_READ? Thanks. |
Sorry for my bad English.
I have a MT7612E MiniPCIe card, with PA/LNA.But works badly on openwrt.
I contacted the 7612E wireless card manufacturer, the factory has written the data to the on-chip efuse, this area is one-time, cannot be erased after the write.
So I want to know how to make the driver use build-in efuse instead of reading EEPROM.
The text was updated successfully, but these errors were encountered: