
My modification is based on wr703n-uboot-with-web-failsafe project (big thanks for the author for this code!) but has some improvements and other modifications.Īfter I found wr703n-uboot-with-web-failsafe project, I decided to start from it and make it better. I made a modification of U-Boot for TP-Link with AR9331 SoC routers. Pepe2k wrote: This project was moved to GitHub: /pepe2k/u-boot_mod
#Filesafe dms mod
So I hope and want to use your webserver function for failsafe, could there be any chance with a uboot mod for AR7240 CPU? Haha, just because I don't like the buffalo uboot, if the ART is missing ,uboot won't let the device boot up, just flash red light.īut tplink uboot won't care whether the ART is missing ,still boot up like a normal situation, just you won't get the wlan work.Īnother different is buffalo uboot has a tftp failsafe function, tplink not. That means wr841n v5 whole flash file replace into the whr-g301n flash rom. Guess what ? I tried flash the programmer whole flash from wr841n v5 to whr-g301n, everything works fine, lan ports, wlan ,wan port ,all ok. I did a research, you metioned TL-WR1043NDv1 which is use a CPU: Atheros AR9132 (400 MHz), I think this is not same as the AR7240 ?Īnyway, I have two models, buffalo whr-g301n and tl-wr841nd v5, they both uses AR7240 as cpu and AR9283 as wlan chip. Some time ago I made test version for TL-WR1043NDv1.


If not, is there any chance to make this uboot work on the ar724x series? Serial: 8250/16550 driver, 1 ports, IRQ sharing disabledĪr933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) is a AR933X UARTĬonsole enabled, bootconsole disabled Io scheduler deadline registered (default) JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. Squashfs: version 4.0 (1) Phillip Lougher

UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) UDP hash table entries: 256 (order: 0, 4096 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP bind hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes) IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
#Filesafe dms driver
Usbcore: registered new device driver usb Usbcore: registered new interface driver hub Usbcore: registered new interface driver usbfs SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1Ĭalibrating delay loop. Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes

Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) PID hash table entries: 128 (order: -3, 512 bytes)ĭentry cache hash table entries: 4096 (order: 2, 16384 bytes) Kernel command line: board=TL-WR703N console=ttyATH0,115200 rdinit=/sbin/init init=/bin/bash Initrd not found or empty - disabling initrdīuilt 1 zonelists in Zone order, mobility grouping on. I also added auto boot changing the common main loop, so my wl703n immediately upload a kernel from the lan and execute it Tftpboot - boot image via network using TFTP protocol Ping - send ICMP ECHO_REQUEST to network host HAllo AP121 (AR9331) TL-WR703N MY-BOOT v1.1.4/r3Įxecuting: tftpboot 0x80060000 gentoo-tl-WR703N.imgīootm - boot application image from memoryĮraseenv - erase environment sector in flash
