From owner-freebsd-mips@FreeBSD.ORG Tue Apr 22 18:06:49 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FFA737B for ; Tue, 22 Apr 2014 18:06:49 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (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 0E026179F for ; Tue, 22 Apr 2014 18:06:48 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id c9so5815798qcz.33 for ; Tue, 22 Apr 2014 11:06:48 -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=lSZvVBRbueM2Gt5yXJo6VJ2IkaQCfTrTeMEvk9ctUJg=; b=0cOXY1uWwCtrjZ+yKaMJXtsTmVS1w8XOU56X85lwcmXXYRDygvV+46KEO5fHCnn3ER /1lOVRjB2+s/2bqjGi13TlwQRoI8lug/aKukwycfuxSIfKOOvQB3vvHAIHTlTTGetHD8 wdqkC5jzESLEd2853Ew574Z9OC+y26sy9HzdqHy6wHbctpu/fhz84h05fkr/8KFW2oSF SN+JiSKOd0+Frbc2q6kcu5X42BH9yqW90tUrTzY6YtHSmIdqvRUeVYfNiOrt9g+kYUMa BMWa7i7OdAzpFM6dhCtdTx/2DawaX4kH5YyLYVRRqcKpWvDKD3YX8YjobDEH9F8pnVE4 Uu1A== MIME-Version: 1.0 X-Received: by 10.140.109.100 with SMTP id k91mr54211505qgf.12.1398190008207; Tue, 22 Apr 2014 11:06:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Tue, 22 Apr 2014 11:06:48 -0700 (PDT) In-Reply-To: <1398070819674-5905259.post@n5.nabble.com> References: <1398070819674-5905259.post@n5.nabble.com> Date: Tue, 22 Apr 2014 11:06:48 -0700 X-Google-Sender-Auth: FTtDCRHx2FkDOffLCx8rQZ8t7dA Message-ID: Subject: Re: netboot error on RB433--wrong architecture(0800 !=0008) From: Adrian Chadd To: Andy Content-Type: text/plain; charset=UTF-8 Cc: "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: Tue, 22 Apr 2014 18:06:49 -0000 Hm, I think the BuildingMIPS instructions definitely need updating. :( -a On 21 April 2014 02:00, Andy wrote: > Recently I try to run FreeBSD on routerboard RB433, so I just rebuild the > kernel and try netboot. > > I use AR71XX_BASE as my kernel file and after finishing building the kernel > and I try to startup the RB433,then I got the following error: > > setting up elf image... wrong architecture (0800!=0008)elf image > > My scripts to build scripts is like the one on the following link. > https://wiki.freebsd.org/FreeBSD/BuildingMIPS > I just add the option setenv TARGET_BIG_ENDIAN y at the first.But when build > start I got the message the BIG END is not used anymore > > Is this option wrong or am I just miss other important things? > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/netboot-error-on-RB433-wrong-architecture-0800-0008-tp5905259.html > Sent from the freebsd-mips mailing list archive at Nabble.com. > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"