From owner-freebsd-mips@freebsd.org Fri Oct 9 07:08:53 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92B469D1EB8 for ; Fri, 9 Oct 2015 07:08:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59381E58 for ; Fri, 9 Oct 2015 07:08:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcpe7 with SMTP id pe7so29492857igc.0 for ; Fri, 09 Oct 2015 00:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N7wwAyM+Sf6tOwkhiORCuWruUOuQDG9h8HRqsUpoyy0=; b=nsHEeEMzbGaR3U1dmO9tJ2+FXLZGf/IUy7loEnlgLElnk0IpRaaK4gIrQjmer+0RFX e/EOmyypHMYP/5u/j+IV7lHiAxr1jyZ5IlIYR82ES2B0zC38gmo8BOda3TzbqIamiz5C cVopnCgeJGzNPIFlCMXIvkrltyqaimBMYrZX21sxpA8vho7Pt0KpIb8LySCVPBxbfPmB nfZjQTM5O2DHXQXhRhLsB/Pjxbyb1lNcP0ryKvW8zBnIFmP79W5hh+rMoIxETDdoiYML ChgdL9FEaKFqTDK6ts4S2pWac39eEp2O4AfAd5wD+LzncS7CakgLeQibKVI7klFcaql6 c2kw== MIME-Version: 1.0 X-Received: by 10.50.66.137 with SMTP id f9mr8000426igt.22.1444374532723; Fri, 09 Oct 2015 00:08:52 -0700 (PDT) Received: by 10.36.46.15 with HTTP; Fri, 9 Oct 2015 00:08:52 -0700 (PDT) In-Reply-To: <56176752.5000803@grosbein.net> References: <5614D073.9060706@riseup.net> <5614E36E.6000803@grosbein.net> <5615F57E.1010405@riseup.net> <5615F697.6080700@riseup.net> <5616AA5B.8030609@grosbein.net> <5616B9F0.3030002@grosbein.net> <56176752.5000803@grosbein.net> Date: Fri, 9 Oct 2015 00:08:52 -0700 Message-ID: Subject: Re: Initial flashing for TPLink TL WDR3600 From: Adrian Chadd To: Eugene Grosbein Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 07:08:53 -0000 hi, Right. You can follow the reflashing instructions now on the wiki. Build the wdr3600 target and it'll spit out a factory image. Just do this verbatim: https://github.com/freebsd/freebsd-wifi-build/wiki/TPLink-TL-WDR3600 .. and it should just work(tm) -adrian (talking to you from one of these very units.) On 9 October 2015 at 00:05, Eugene Grosbein wrote: > On 09.10.2015 05:08, Adrian Chadd wrote: >> you may have just bricked the firmware :( Yeah, get a serial cable and >> see what it's printing out. > > It prints: > >> U-Boot 1.1.4 (Jun 5 2015 - 14:14:34) >> >> U-boot DB120 >> >> >> DRAM: 128 MB >> id read 0x100000ff >> flash size 8MB, sector count = 128 >> Flash: 8 MB >> Using default environment >> >> PCIe Reset OK!!!!!! >> In: serial >> Out: serial >> Err: serial >> Net: ag934x_enet_initialize... >> No valid address in Flash. Using fixed address >> wasp reset mask:c03300 >> WASP ----> S17 PHY * >> : cfg1 0x7 cfg2 0x7114 >> eth0: ba:be:fa:ce:08:41 >> athrs17_reg_init: complete >> eth0 up >> eth0 >> Autobooting in 1 seconds >> ## Booting image at 9f020000 ... >> Uncompressing Kernel Image ... Too big uncompressed streamLZMA ERROR 1 - must RESET board to recover > > And then it cycles. > > Meantime, I've recovered the device to older stock firmware using cable > and then to latest firmware using TFTP client. > > >