From owner-freebsd-mips@FreeBSD.ORG Sat Apr 26 21:10:45 2014 Return-Path: Delivered-To: freebsd-mips@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 ESMTPS id 7DAF2E1E; Sat, 26 Apr 2014 21:10:45 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E34A2160F; Sat, 26 Apr 2014 21:10:44 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so4962493wes.15 for ; Sat, 26 Apr 2014 14:10:43 -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=EEu26O6PPYi5+elSJYMw0j4w94WtXUiSqHXHVJ0FLVA=; b=q50EGX/bScNHHsP/F3+Ad559wFuRIhPKEpAP5oP0tZerF41g31lOCOPYv4XpQOpzUr YaPEFVXOgtd6quQF9QBnzUoFCsE9MWio8bCjd94BaORZNjPEoY5M1aXd7YeaK1Yb46sA awJCps0Y6PIUgXmp5RMh0ux+2I4VvpPJORhwD/m6CuXdbg3ri/Dj9B975pfdZZB6Z6ff mQVZfj4+B6plLcp5ugym5ZD0Aqbm7V8BFgM9rToc2kc+IEWK9DQSij+LZnC4e+HK4RUM bOk8UyWqw4TOXMa5yFX5jboAyrkP7PDTDc5cZsDKvO5xVeR4TahdOMioEK+72UfpIqOj UiAA== MIME-Version: 1.0 X-Received: by 10.180.206.205 with SMTP id lq13mr8917287wic.11.1398546643256; Sat, 26 Apr 2014 14:10:43 -0700 (PDT) Received: by 10.216.40.72 with HTTP; Sat, 26 Apr 2014 14:10:43 -0700 (PDT) In-Reply-To: References: <1398070819674-5905259.post@n5.nabble.com> Date: Sat, 26 Apr 2014 18:10:43 -0300 Message-ID: Subject: Re: netboot error on RB433--wrong architecture(0800 !=0008) From: Luiz Otavio O Souza To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: Andy , "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 21:10:45 -0000 On 23 April 2014 17:20, Adrian Chadd wrote: > Hi! > > Would you mind updating the wiki with updated info? > Sure, done. I've added a few examples for TARGET_ARCH and clarified a bit the dhcp configuration. Luiz