From owner-freebsd-mips@FreeBSD.ORG Mon Apr 21 09:00:21 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 9990792B for ; Mon, 21 Apr 2014 09:00:21 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9B41DDB for ; Mon, 21 Apr 2014 09:00:21 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WcA5L-0006Ol-MI for freebsd-mips@freebsd.org; Mon, 21 Apr 2014 02:00:20 -0700 Date: Mon, 21 Apr 2014 02:00:19 -0700 (PDT) From: Andy To: freebsd-mips@freebsd.org Message-ID: <1398070819674-5905259.post@n5.nabble.com> Subject: netboot error on RB433--wrong architecture(0800 !=0008) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Mon, 21 Apr 2014 09:00:21 -0000 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.