-
Notifications
You must be signed in to change notification settings - Fork 14
X. McDebian Updates
Chad McCue edited this page May 9, 2017
·
52 revisions
WRT1900AC V1 Updates:
If you see this wget error:
wget: error while loading shared libraries: /usr/lib/arm-linux-gnueabihf/libicudata.so.52: Unable to run arch-specific checks
Run this command to resolve it:
apt-get install --reinstall libicu52
I've discovered that models WRT1900ACS, WRT1900AC V2 and WRT1200AC have a different mtd mapping for u-boot envars. I'm not sure why but the below change make fw_printenv and fw_setenv work.
Exchanging values 0x20000 and 0x40000 in file /etc/fw_env.config solves the issue for whatever reason 😄
/dev/mtd1 0x0 0x20000 0x40000
Increasing the u-boot kernel size envars is only required for the WRT1900AC V1. The rest of the WRT router models u-boot kernel size envars are large enough.