Description | Original | Mod |
---|---|---|
flash | GigaDevice GD25Q32B (4MB) | Winbond GD25Q64CSIG (8MB) |
firmware | TL-WR840N(VN)_V5_170517 | openwrt-18.06.1-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://photos.app.goo.gl/tC4CMYaxjp3xs3kG8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# service-account.py | |
import httplib2 | |
import pprint | |
import sys | |
import requests | |
from oauth2client.service_account import ServiceAccountCredentials | |
profileID = 'ga:188904382' # Profile ID |
seit
Hi all.
I want to share some experience how to revert to stock firmware WR840N v5.
- 1.Copy or wget original(stock) firmware to /tmp folder on LEDE
- 2.Strip original image with dd cmd to remove bootloader part from image
- 2.1. SSH to LEDE cd to /tmp and run: