Files
Caleb James DeLisle 11490f4cd9 econet: Add new target TP-Link Archer VR1200v (v2)
The TP-Link Archer VR1200v (v2) is a low end DSL modem based on the
EcoNet EN751221 processor platform.

While it does have an unlocked bootloader, the factory upgrade feature
requires a cryptographic signature so flashing from the web UI is not
feasible.

The Archer VR1200v (v2) uses a dual-image layout. I have chosen to reuse
this to support dual-boot between OpenWRT and the factory firmware.

Flashing instructions (from bootloader):

Build and then locate the squashfs-sysupgrade.bin image file
Get the length of that file in hex: printf '%X\n' "$(stat -c%s the-file-squashfs-sysupgrade.bin)"
Connect to device with xmodem capability, e.g. picocom --send-cmd lsx -vv -b 115200 /dev/ttyUSB0
Switch device on and press a key within 3 seconds, you should get to a `bldr>` prompt
Type: xmdm 80020000 <file length hex>
Quickly start xmodem and send the file, in picocom that is ctrl+a ctrl+s <paste-the-file-name> enter If the transfer fails to start, wait 30 seconds to a minute for the bootloader prompt to return and then try the command again.
Once the transfer has completed successfully, type the following flash 80000 80020000 <file length hex>
Type `re` or simply restart the device to boot into OpenWRT

Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
2025-06-12 16:41:18 +00:00
..
2025-05-03 19:57:53 +02:00
2025-06-06 10:01:31 +02:00
2025-05-20 00:47:37 +02:00
2025-06-06 10:01:31 +02:00
2025-06-12 12:42:15 +02:00
2025-05-13 21:43:34 +02:00
2025-06-12 12:42:15 +02:00
2025-06-07 08:38:07 +02:00
2025-06-03 01:45:40 +02:00
2025-05-03 19:57:53 +02:00
2025-06-11 18:39:55 +02:00
2025-05-24 16:15:53 +02:00
2025-06-05 21:11:28 +02:00
2025-06-12 14:12:38 +02:00
2025-06-06 10:01:31 +02:00
2025-05-25 17:57:19 +02:00
2025-05-30 15:39:00 +02:00
2025-06-12 12:42:15 +02:00