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

FS#3053 - ZBT WE3526 256MB Variant Soft Bricks Because of ZBT-WE3526.dts #7820

Closed
openwrt-bot opened this issue Apr 27, 2020 · 1 comment
Closed
Labels

Comments

@openwrt-bot
Copy link

StarWhiz:

This was solved by changing /openwrt/target/linux/ramips/dts/ZBT-WE3526.dts

line #14 from

reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;

to

reg = <0x0 0x10000000>;

After building an image with these changes the 256MB Variant of the WE3526 would work.

To reproduce the problem on 256MB Variant I tried building the image with reg = <0x0 0x1c000000>, <0x20000000 0x4000000>; (which is basically no change). I would get stuck in the soft brick.

I discovered this solution because of this commit 310f851

The problems with the 256MB Variant may be because of #2220 where memory auto-detection for mt7621 is not reading the 256MB correctly. Might be worth investigating.

Reference Post From When I Had the Problem: https://forum.openwrt.org/t/zbt-we3526-soft-bricks-everytime-256mb-ram-variant/61913/2

Fixing this will solve soft bricks for WE3526 256MB Routers.

@openwrt-bot
Copy link
Author

StarWhiz:

@981213 gch981213@gmail.com has fixed this in commit https://git.openwrt.org/1e0bbd0ce766d5

Thread: #2220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant