-
Notifications
You must be signed in to change notification settings - Fork 343
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
mt7915 in trouble to get it work #462
Comments
Are you sure you are pointing it at the correct eeprom (presumably) in your factory partition? That's the first thing that comes to mind that could cause -EINVAL to pop up. |
@namidairo eeprom is correct and pointed correctly |
Do you use get calibration data from flash? Try this a515727 |
Hello. |
Often you get the An older driver did not store the correct ECC data in the OOB memory of the flash, but the new flash driver check it and returns an error if the data looks broken. To fix this you have to read the calibration data and write it back with the recent driver, see here: dangowrt/owrt-ubi-installer@6674ead On my Linksys E8450 I modified the device tree to allow writing to the factory partition and then read it like this:
and then write it back like this:
The new flash driver will automatically add the correct ECC data into the OOB memory. For the user space the content of the partition should be the same afterwards. This only works on the Linksys E8450 / Belkin RT3200, on other devices this has to be adapted! |
Hello @hauke . Would you be so kind and advise me how to modify device tree to allow writing to factory partition? It looks I am stuck here now. |
Hello @hauke
whereas on the working one:
|
I recently bought two Ubiquiti UniFi 6 LR and ran into this issue on both of them. I was able to fix it by flashing the currently latest firmware available from Ubiquiti ("UniFi firmware 5.60.23 for U6-LR", Note that my APs did not listen on |
flashing UniFi firmware 5.60.23 does not fix the issue for me. might be a different problem? "reading EEPROM from mtd factory failed: -110" (edit. could flash in the end. it just takes several minutes before recovery responds to tftp) |
Yes, it is a different issue. As far as I can tell, the error may happen on rebooted devices. Try to unplug it "for some time" (I left it without power for the night), that helped in my case. |
@ptpt52 is this still an issue? else please close it :) |
outdated |
the full boot log
https://gist.github.com/ptpt52/6ce37143871c970668d29eec8d4b23fe
sample err log:
what may cause this?
The text was updated successfully, but these errors were encountered: