From owner-freebsd-arm@FreeBSD.ORG Mon Nov 4 02:36:26 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 ESMTP id ED3BB7FF for ; Mon, 4 Nov 2013 02:36:26 +0000 (UTC) (envelope-from david.cheney@canonical.com) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AA9E215B for ; Mon, 4 Nov 2013 02:36:26 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id z5so4902137lbh.7 for ; Sun, 03 Nov 2013 18:36:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Bm/5xlxh9fsGDUYLHFFBumsJl51UR/1cQax2qt1tm1M=; b=FmG3Q+piaXVeA4FEEButHI4SX9so43G9wG8Ez1T+AUjjQ6+wjVTmR2hTSjoIhgdC/h /8mDpJx7rajPZt/BLWj1URjHbY38H746zY/0BRF1ePb1h2xodKZccsyz6HMHzspbfUSP JCaHpO5ywFqgtQqS/H4WfmryZGBTpBxyIxHvj4C+se3U5fCtCmdy8lHxuWkv+adWAhSr ETBOtDl2vCGRN5aYHGiXUxyjahnqRzM3rF0bF1akqq8jrTF88GT/sL0wKWQ5KyoSPeSz TxZNxbgrD5aMJ/W1cyWKgl/Gzm6pEgTxFPpcjvnKCMpqdMNHjxb8IGkIF+G4zx7uC/n/ Ihzw== X-Gm-Message-State: ALoCoQl7eizGUAiIUdzaRVn9haij3mhBsPNE3PTvGYpJXOOB/ApLa7M9ei4rpvCWgRJwhoxVelmT MIME-Version: 1.0 X-Received: by 10.112.50.72 with SMTP id a8mr16145lbo.50.1383532578766; Sun, 03 Nov 2013 18:36:18 -0800 (PST) Received: by 10.114.183.47 with HTTP; Sun, 3 Nov 2013 18:36:18 -0800 (PST) In-Reply-To: <1383532405.31172.137.camel@revolution.hippie.lan> References: <1383526716.31172.131.camel@revolution.hippie.lan> <1383532405.31172.137.camel@revolution.hippie.lan> Date: Mon, 4 Nov 2013 13:36:18 +1100 Message-ID: Subject: Re: freebsd/pandaboard Spurious interrupt detected [0x000003ff] From: David Cheney To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 02:36:27 -0000 On Mon, Nov 4, 2013 at 1:33 PM, Ian Lepore wrote: > On Mon, 2013-11-04 at 13:19 +1100, David Cheney wrote: >> Thanks Ian, try now. >> >> As a question to the group, I have the following hardware >> >> Pandaboard >> BeagleBone Black >> RPi >> >> And I am trying to bring up Freebsd/arm so I can get our Go builder >> working again[1]. Of these candidates, which is the one you would >> recommend ? >> >> Cheers >> >> Dave >> >> [1] build.golang.org > > The pandaboard is the fastest of those I think, but the Beaglebone may > be the best combo of speed and well-supported if these pandaboard > problems don't go away quickly for you. Thanks Ian. I got the BBB recently because it appeared to be the best supported, but it appears to be suffering from the issue of selecting a very low, ~550mhz clock speed no matter what source it is connected too, leading to build times for ports and go of many hours. > > -- Ian > >