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
newfoundglory:
Flashing the TL-WR810N v1.1 (EU version) with target ath79 is known to cause soft brick. Appears to work with ar71xx target.
There is a warning about this already on the device page: https://openwrt.org/toh/tp-link/tl-wr810n
Problem detailed in forum post:
https://forum.openwrt.org/t/tp-link-tl-wr810n-v1-ath79/48267
I could not find a record of this in the bug tracker, and so I have created one.
The text was updated successfully, but these errors were encountered:
adrianschmutzler:
It appears that the USB power GPIO is different between ar71xx and ath79. Depending on what a wrong GPIO would do, this at least has a chance of being the root cause to the problem:
https://github.com/openwrt/openwrt/blob/openwrt-19.07/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr810n.c#L38
I have adjusted the GPIO for ath79 in a staging branch here: https://git.openwrt.org/?p=openwrt/staging/adrian.git;a=shortlog;h=refs/heads/wr810n
Please test whether this helps with the issue.
Note that the branch is master, but you should be able to apply the same change to 19.07 easily if you do not want to test with master.
Sorry, something went wrong.
Ping.
Luckily a forum user was available for testing, so this is fixed in 6934d30
No branches or pull requests
newfoundglory:
Flashing the TL-WR810N v1.1 (EU version) with target ath79 is known to cause soft brick. Appears to work with ar71xx target.
There is a warning about this already on the device page: https://openwrt.org/toh/tp-link/tl-wr810n
Problem detailed in forum post:
https://forum.openwrt.org/t/tp-link-tl-wr810n-v1-ath79/48267
I could not find a record of this in the bug tracker, and so I have created one.
The text was updated successfully, but these errors were encountered: