From owner-freebsd-arm@FreeBSD.ORG Thu Dec 26 18:10:50 2013 Return-Path: Delivered-To: freebsd-arm@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 B193B96D for ; Thu, 26 Dec 2013 18:10:50 +0000 (UTC) Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8385C1612 for ; Thu, 26 Dec 2013 18:10:50 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id r10so8289225pdi.10 for ; Thu, 26 Dec 2013 10:10:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=+cU9WIrUJCEmlchuUryJ6IaFrfPz/qujNrYAgPHdJ7A=; b=e7QulTRJ9MZ4d/j+tD4yFg1Nr69GLEVJRRP0j7/Ldc4lTTg4sgjWpAuTk0CzlFDKN8 YfF7ArP44t690KxyWICjpSyM1sD379NMDn3XDTFkHKC7lQDGJK017hF2BMAb0iyZmSN7 YEKm1MJFyOrEKxdDIyvdAhIV/01XL335+OaL40sPg1T/9QZWkh5NmB6D/RN/Jgaeep27 fweeBfMJjkEJJQI++SygueYd5XpAkJ9BglumXNBGuWtbfRG8ya7nAfpoFXeGS1oo3rEB kp+gqpCLHvYYKingtJ6B1zbvDnyUQMRldMqFZ7GjzHxU2THaH+/3MH1zWy1QouLsirMb aB5Q== X-Gm-Message-State: ALoCoQkf4yxYG9KYYPPhXonDj7+c2TJdKcz/D4rDueZRcRwCnXw5fgF4t63K2sn6zNQOslK3c2NJ X-Received: by 10.68.106.130 with SMTP id gu2mr45407835pbb.59.1388081444523; Thu, 26 Dec 2013 10:10:44 -0800 (PST) Received: from [192.168.2.123] (99-74-169-43.lightspeed.sntcca.sbcglobal.net. [99.74.169.43]) by mx.google.com with ESMTPSA id uf2sm56715074pbc.28.2013.12.26.10.10.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 10:10:43 -0800 (PST) Content-Type: text/plain; charset=iso-2022-jp Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: FreeBSD on Pandaboard? From: Tim Kientzle In-Reply-To: Date: Thu, 26 Dec 2013 10:10:39 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Lundberg, Johannes" X-Mailer: Apple Mail (2.1827) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 18:10:50 -0000 On Dec 22, 2013, at 1:25 AM, Lundberg, Johannes = wrote: > Hi >=20 > I have seen some blogs etc that claims to have successfully run = FreeBSD on > Pandaboard ES but I can't seem to be able to duplicate the results. >=20 > I tried with 10.0-releng and 11.0-current source and latest version of > crochet. Building is done on an amd64 machine. I got my PandaBoard ES to (minimally) boot a long time ago and used that to put support into Crochet. But I=1B$B!G=1B(Bve not had time to try it recently. > Creating image is no problem but boot halts early at USB / MMC = routine.. So basically, it sounds like: * Crochet is correctly building the boot bits and assembling the image. * The kernel is broken. I would suggest you next try adjusting sys/arm/conf/PANDABOARD: * Uncomment INVARIANTS, WITNESS, and DIAGNOSTIC Maybe you can get more information about exactly what is failing. * Remove drivers and see if the boot gets any further. I would love to get the PandaBoard working; with a gigabyte of RAM and a dual-core processor, it should have significantly better performance than the RPi and BeagleBones. Tim