From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 29 03:09:49 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B581DB0 for ; Mon, 29 Jul 2013 03:09:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D49D27D9 for ; Mon, 29 Jul 2013 03:09:48 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id hi8so595195wib.9 for ; Sun, 28 Jul 2013 20:09:46 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mXJFIoUvTK3ZPLWnt6X1YCiNzhTRP3t+mmf1nmE+Kxc=; b=ynnLkW+446kYmdr3Sj3aOIp9obTP+mYWkBzygWk+2ylPzXHaL6xcBHYY5J0GLMDne2 IuMjjXSGntgx7e/I5g+/KxazX5a+eQIl3N9sr6lfURSXPhkS7kyc+q8Ih2s/hlf6F4tQ dXQH9fV1/3aLhsSeiedncEIqhvCpBeg4lK3+9CwpibvUnBS7ecMIURWpeD7knMzRItb7 jIszlfO1+4U1hIbSMl5UqbGiyTaS1ICbKcoZxCR0WvnIBUJUeGHXYyNx9Djj34qgCjoP 2eOHcsw+10Rf60ny3GkXsJhb4nuF+el3eYmqnC08IoQVdt7tNHOFsd5rejRbr527A8fC 1Ptw== MIME-Version: 1.0 X-Received: by 10.194.11.72 with SMTP id o8mr42400579wjb.0.1375067386335; Sun, 28 Jul 2013 20:09:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Sun, 28 Jul 2013 20:09:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 28 Jul 2013 20:09:46 -0700 X-Google-Sender-Auth: Vss7LuGFt2M3FOxSPOYdFNZocuk Message-ID: Subject: Re: Making Picostation m2HP work From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 03:09:49 -0000 Well, if it's a ubiquiti unit, they have a firmware format (which I include the tool for in my build scripts) that you can use to generate an image. Look at the build_ubnt script. -adrian