Looking for info and possibility of (future) support of TP-Link Omada er605 Router

There is a git....
tp-link-er605-v2

2 Likes

I've uploaded the packages that were compiled at the same time as the image with the boot fix.

Install them with opkg or host the directory and link your openwrt opkg to it.

Here for info: opkg

2 Likes

Anyone can confirm the Snapshot now includes the boot fix and is ready to go ( barring anything unforeseen ) ?

No movement as of yet on the merge request Here

1 Like

tx for this - will keep an eye on it

There are currently two PRs that are needed for things to work

and

1 Like

Thanks Everyone for the work that's been accomplished so far.

My understanding is we don't have much traction for v1 hardware yet, correct?

I'm new to building OpenWRT and hardware support, so I'll state/ask again:

What steps, if any, would be valuable for moving that along? I have an unused, unupgraded (will need to check the version), v1 ready to go, I (should) have the ability to root login and UART connect, I just need a bit of orientation/pointing in the right direction. (Full image dump? Partition layout, etc.)

1 Like

How do we get past this to a working image?

If you login as root does the above work to give UBI partition information on all partitions?

Here you have the info Looking for info and possibility of (future) support of TP-Link Omada er605 Router - #59 by Klingon

@Klingon is that the V2 as @OranguTech is asking about the V1, which is what this thread was originally about.

My device is a V2, not a V1. The info shown is for an V2.

In the thread there is no specification whether V1 or V2, is about ER605

Because when the thread began, V2 did not exist.

1 Like

And what do you suggest, create another thread for V2?

No Idea, I was replying to @OranguTech when you started replying to me.

That's true!! :joy:

I now have an mtd_backup of a 99% stock v1.0/1.6 (running Firmware 1.1.1).

Let me know if anyone needs a copy or some other command/output.

root@ER605:~# uname -a
Linux ER605 3.10.108 #1 SMP Fri Jul 23 17:56:17 CST 2021 mips GNU/Linux

cat /proc/cpuinfo
system type             : MT7621
machine                 : Unknown
processor               : 0
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 1
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 2
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 1
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 3
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 1
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

===
cat /proc/partitions
major minor  #blocks  name

  31        0        256 mtdblock0
  31        1        192 mtdblock1
  31        2         64 mtdblock2
  31        3       1536 mtdblock3
  31        4      12224 mtdblock4
  31        5        128 mtdblock5
  31        6         64 mtdblock6
  31        7         64 mtdblock7
  31        8         64 mtdblock8
  31        9         64 mtdblock9
  31       10         64 mtdblock10
  31       11        128 mtdblock11
  31       12       1536 mtdblock12
  31       13      16384 mtdblock13
  
  ===
  
  root@ER605:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00040000 00010000 "bootloader"
mtd1: 00030000 00010000 "bootloader-fs"
mtd2: 00010000 00010000 "extra-para"
mtd3: 00180000 00010000 "kernel"
mtd4: 00bf0000 00010000 "rootfs"
mtd5: 00020000 00010000 "panic-oops"
mtd6: 00010000 00010000 "partition-table"
mtd7: 00010000 00010000 "device-info"
mtd8: 00010000 00010000 "support-list"
mtd9: 00010000 00010000 "firmware-info"
mtd10: 00010000 00010000 "tddp"
mtd11: 00020000 00010000 "log"
mtd12: 00180000 00010000 "rootfs_data"
mtd13: 01000000 00010000 "firmware"

cat /proc/version
Linux version 3.10.108 (jenkins_router@sohoilinuxbuild) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #1 SMP Fri Jul 23 17:56:17 CST 2021
1 Like

what do you see from ubinfo -a

Well I'm probably not going to be much help but this is what I get when I run that command on my V1.6.

root@ER605:~# ubinfo -a
-ash: ubinfo: not found
1 Like