From owner-freebsd-arm@freebsd.org Sat Aug 1 06:03:11 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2B079B1A89 for ; Sat, 1 Aug 2015 06:03:11 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B89C994; Sat, 1 Aug 2015 06:03:11 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by lbbyj8 with SMTP id yj8so56617208lbb.0; Fri, 31 Jul 2015 23:03: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 :content-type; bh=eWOKvlAa+/1/17VcbKvgLOvT4xkVMG/ZCSym0Zdp0Bs=; b=Lf79tFQ3+3JSO9hm9S+xMzbcg/xP/72ma+3LiDl9H9ptecohajHzDSYvXq8ThTUaIT 7Uc5qE0BEoXAMFa9kWA80gCsFDwxUkFZsaq2T83lLiaB0DcACcx70gvWGAnEdDa3wev6 Xtg7EY7f1VzqLSr5xqwAfgWhHGb2AU08tlUU5IprT6X8uPjvQXoUL0wqqNk0IzYpLtW0 uagKpH6D2GglClJ/Kcp9DurSHBESe84XUc0+aZrofUQ7o90R3oawDjFTA9pdh4cz1qPl /yGaaJwVD4bH5etMGNFEE6UBxXZ9W0hepsTjkA/lbMxCVpZfHeC2bBctmZTOLK+D0ZSl Ar+Q== MIME-Version: 1.0 X-Received: by 10.152.116.39 with SMTP id jt7mr6928395lab.82.1438408989120; Fri, 31 Jul 2015 23:03:09 -0700 (PDT) Received: by 10.152.180.166 with HTTP; Fri, 31 Jul 2015 23:03:09 -0700 (PDT) In-Reply-To: References: <20150728173831.229400355e485fa511ca388b@ulrich-grey.de> Date: Fri, 31 Jul 2015 23:03:09 -0700 Message-ID: Subject: Re: Hummingboard u-boot not loading? From: Russell Haley To: freebsd-arm , Ian Lepore Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2015 06:03:12 -0000 Hi Guys, I'm still really stalled out on u-boot-cubox-hummingboard right now. I'm trying to get a new hummingboard i2eX board running (dual core IMX6). The only thing I can think of is the pkg binary was built with a quad-core configuration in the SPL portion of the code but I can't confirm that cause I STILL don't know what I am doing with u-boot cross compilation. I am running the hummingboard pro with a dual core i2eX SOM. I also can't get the code from the ports tree to build and get the error from the email below. I think the last time Ian worked through this with me is because I was trying to build u-boot with cross tools from 11 but my kernel and installed verison is 10 (I'm in a jail). Unfortuantely, I am just "throwing mud at a wall" at this point to see if something sticks. Any suggestions or help would be great. Thanks, Russ On Tue, Jul 28, 2015 at 11:05 AM, Russell Haley wrote: > ---------- Forwarded message ---------- > From: Russell Haley > Date: Tue, Jul 28, 2015 at 11:05 AM > Subject: Re: Hummingboard u-boot not loading? > To: Ulrich Grey > > > boo hooo hooo... I just want to boot my new toy! lolz :D > > Okay, I guess I will delete my ports tree and try and get a previous > version from svn? Glad I'm doing this in a jail... > > On Tue, Jul 28, 2015 at 10:38 AM, Ulrich Grey wrote: >> >>> In file included from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/compiler.h:40:0, >>> from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/byteorder/little_endian.h:12, >>> from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/asm/byteorder.h:29, >>> from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/compiler.h:112, >>> from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/image.h:19, >>> from >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/common.h:100, >>> from lib/asm-offsets.c:15: >>> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/compiler-gcc.h:93:30: >>> fatal error: linux/compiler-gcc5.h: No such file or directory >>> compilation terminated. >>> Makefile:746: recipe for target 'lib/asm-offsets.s' failed >>> gmake[1]: *** [lib/asm-offsets.s] Error 1 >> >> After I have updated the portstree I get the same errors. >> I guess this is related to devel/arm-none-eabi-gcc. It's now version 5.2.0. >> Version 4.9.2_4 works for me.