Skip to content

X. McDebian Updates

Chad McCue edited this page May 9, 2017 · 52 revisions

McDebian Updates must be applied in sequential order.


Table of Contents

WRT1900AC V1 Updates:

  1. Update 4.7.5
  2. Update 4.8.15
  3. Update 4.8.15 VER3
  4. Update 4.9.12
  5. Update 4.9.26

WRT1200AC, WRT1900AC V2, WRT1900ACS and WRT3200ACM Updates:

  1. Update 4.9.26

Notes:

wget

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


fw_printenv and fw_setenv

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


WRT1900AC V1:

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.