From owner-freebsd-arm@FreeBSD.ORG Wed Sep 5 04:22:47 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2E9D106564A for ; Wed, 5 Sep 2012 04:22:47 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id AD0338FC14 for ; Wed, 5 Sep 2012 04:22:47 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q854MfFF037887; Wed, 5 Sep 2012 04:22:41 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id qirigqa8r8rprwiqr26f5xujts; Wed, 05 Sep 2012 04:22:41 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: <0DCAC001-FF06-431A-A486-2B50BE913B0D@bsdimp.com> Date: Tue, 4 Sep 2012 21:22:39 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <0DCAC001-FF06-431A-A486-2B50BE913B0D@bsdimp.com> To: Hans Stimer X-Mailer: Apple Mail (2.1278) Cc: arm@freebsd.org Subject: Re: freebsd-beaglebone install problem X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 04:22:47 -0000 On Sep 4, 2012, at 6:07 PM, Warner Losh wrote: >=20 > On Sep 4, 2012, at 4:17 PM, Hans Stimer wrote: >=20 >> I'm running into problems getting FreeBSD working on the BeagleBone. >>=20 >>> # cu -l /dev/ttyU1 -s 115200 >>> Connected >>> CCCCCCCC >=20 The ROM code for the AM3358 SoC in the BeagleBone falls back to YModem if it can't load the first-stage MLO boot loader from SDHC. If you see this, then either the FAT partition is ill-formed or the MLO file is missing. >> I checked the logs, and this one stood out: >>=20 >>> # less _.uboot.build.log=20 >>> Generating include/autoconf.mk >>> include/common.h:43:20: error: stdarg.h: No such file or directory >>> In file included from include/image.h:36, >>> from include/common.h:117: Yeah, looks like U-Boot didn't build. I haven't updated my local U-Boot sources in a while, I'll go do that and get right back to you=85 Cheers, Tim