From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 29 18:52:12 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 02B352E3; Mon, 29 Jul 2013 18:52:12 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5642886; Mon, 29 Jul 2013 18:52:11 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so2348012eek.39 for ; Mon, 29 Jul 2013 11:52:09 -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=ZM6TxqQ/PkKUWw7qcv5ICDSR+gPGVplBEzoWFcZo6rY=; b=A1b6NMmAmadVY5WyoHKtVV9yVgnZsn1R1+zHrcRnqpclc5lWgVcxU8DAqT6CNvVB17 2uOMxXJH8JYoaSwmVAnw+TU+1AJZVA/OjeSAQ09+2nzrvasHCQhA1JCuN99HU6FmROFC oWmidthqHMJ7xB+p7C/Sdk/jLrZUkvCxJBt30zaSXG5SYT82bFiMmjpQKLdH0lcd9sui SdYw+NW60cJpcqhoW9rrnOgNeaKGYsui7CtlMZzgCBhksj3iPX2Jul/ik/8cd6vuG12Q ahibUMIug8bp1RDx4yKtbzcnjEyDob+8zNpTvg+bae4znjfXcTFhl8vL+smAz3LFBmGL D1EA== MIME-Version: 1.0 X-Received: by 10.15.74.199 with SMTP id j47mr8883301eey.154.1375123929565; Mon, 29 Jul 2013 11:52:09 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Mon, 29 Jul 2013 11:52:09 -0700 (PDT) In-Reply-To: References: <20130729151943.70ce473e14d88588337e57ba@ddteam.net> Date: Mon, 29 Jul 2013 11:52:09 -0700 Message-ID: Subject: Re: Making Picostation m2HP work From: hiren panchasara To: Aleksandr Rybalko , Adrian Chadd Content-Type: text/plain; charset=UTF-8 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 18:52:12 -0000 On Mon, Jul 29, 2013 at 10:49 AM, hiren panchasara wrote: > I have following things: > 1) AP91.initial.img - filesystem img 6.2M (generated by > ubnt-mkfwimage/mkfwimage.c) > 2) mfsroot-ap91.img.ulzma - mfsroot img 4.8M > 3) kernel.AP91 - the kernel 3.5M > > Where/how should I load these files? As adrian suggested I reset the board (by holding the reset key) and the put board into "urescue" mode which then starts tftp server and waits for you to transfer the firmware image. I connected to the board from my laptop via "tftp 192.168.1.20" and transferred the image but on the board, it failed with following error: "Firmware check failed! (-2)" Any clue what could be wrong here? Thanks, Hiren > > Thanks, > Hiren