Skip to content

makefu/wr703_mod

Repository files navigation

# upgrade flash memory from wr703

- save the art partition:
  # on wr703
  cat /dev/mtd1 > /tmp/mtd1
  cat /dev/mtd2 > /tmp/mtd2
  cat /dev/mtd4 > /tmp/mtd4

  # on laptop:
  mkdir images/my_wrt
  scp <wr703-ip>:/tmp/mtd1  images/my_wrt/mtd1
  scp <wr703-ip>:/tmp/mtd2  images/my_wrt/mtd2
  scp <wr703-ip>:/tmp/mtd4  images/my_wrt/mtd4
  model=wr703n free_space=12m ./build_image my_wrt


# Partitioning description
from: https://forum.openwrt.org/viewtopic.php?id=41449

Art partition for 16MB Flash :
  16MB total size in hex = 1000000
  64kb art partition size in hex = 10000
  Art partition hex address = 1000000 - 10000 = FF0000

64KiB uboot + 64KiB data (PIN&MAC) + kernel&fs + empty space as needed + 64KiB
ART at the end of flash, in total the size of your flash. The maximum size of
kernel&fs is the size or your flash, minus 128KiB uboot+data, minus 64KiB ART.
Data & ART blocks are from backups of that same router.


# uboot_mod
https://github.com/pepe2k/u-boot_mod


# online collaboration + info dump
https://piratenpad.de/p/wr703n

About

Howto Upgrade WR703n with more ram and more flash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages