From owner-freebsd-embedded@FreeBSD.ORG Tue Mar 24 15:44:15 2015 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C21296A4; Tue, 24 Mar 2015 15:44:15 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (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 86094AA5; Tue, 24 Mar 2015 15:44:15 +0000 (UTC) Received: by ieclw3 with SMTP id lw3so609320iec.2; Tue, 24 Mar 2015 08:44:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=UOjV7lMZJPmgG4yLmHHUoKF0OZ/Apiqd4x/U8dOETdc=; b=zPZ48ATywkCtruNceRI63WbEcEKtOLj5tif5ply4w44aJxOKF6NKhBc3DiHe5/5bEf brhMenrSpTe4ZNhWoi6vZoBDf4KLck7B92O9flbEeh/NSxGkzMrkHKWL9uqPeUwqA9wr 3aTHLIf9+wY1hmNlJ3yWCJwm3bmwiuZjl2fiRoadYcgV7ioJ6sj89AXGGp6SGRNBQZmf PgMK8Ec3cnU4CPGqdzSsW5G4S0PNO4JGD6zrjkZHKrSxWUgb4vNUzsVxgHFr36hWzlLN oCZr5duiJEBTpqQ26vcKnrlGMsXOVR0tNGqFCIFhx3EyZ9GWK95ievkt6WsQTXAGrO76 RflA== MIME-Version: 1.0 X-Received: by 10.42.41.200 with SMTP id q8mr22759752ice.61.1427211854840; Tue, 24 Mar 2015 08:44:14 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Tue, 24 Mar 2015 08:44:14 -0700 (PDT) In-Reply-To: <5511621A.8020904@sentex.net> References: <55106794.9050208@sentex.net> <5511621A.8020904@sentex.net> Date: Tue, 24 Mar 2015 08:44:14 -0700 X-Google-Sender-Auth: Ro5soTdHPSdZjIerHf3HndlMNDM Message-ID: Subject: Re: New AP: TP-Link TL-WR1043ND v2 From: Adrian Chadd To: Mike Tancsa Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-embedded@freebsd.org" , "freebsd-mips@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 15:44:15 -0000 On 24 March 2015 at 06:09, Mike Tancsa wrote: > On 3/23/2015 3:32 PM, Adrian Chadd wrote: > >>> i.e. can I just upgrade the unit with tl-wr1043ndv2.factory.bin through >>> the >>> web interface ? >> >> >> maybe? :) I haven't tried it. > > > How do people typically mass re-flash such devices with FreeBSD? On openwrt, > there is a neat script that can automate it via the web interface for > factory default devices. It would be nice not to physically open each unit > in order to attach a temp serial console. Someone will have to write something to do that :) I can't imagine it'll be that hard. -a