From owner-freebsd-arm@FreeBSD.ORG Wed Jun 25 11:47:41 2014 Return-Path: Delivered-To: freebsd-arm@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 D92682A9 for ; Wed, 25 Jun 2014 11:47:41 +0000 (UTC) Received: from eu1sys200aog120.obsmtp.com (eu1sys200aog120.obsmtp.com [207.126.144.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 397AE2D01 for ; Wed, 25 Jun 2014 11:47:40 +0000 (UTC) Received: from mail-we0-f177.google.com ([74.125.82.177]) (using TLSv1) by eu1sys200aob120.postini.com ([207.126.147.11]) with SMTP ID DSNKU6q2vc8xm7GKWKb3cCNQUzlfjFUSLMA5@postini.com; Wed, 25 Jun 2014 11:47:41 UTC Received: by mail-we0-f177.google.com with SMTP id u56so1839366wes.36 for ; Wed, 25 Jun 2014 04:47:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=tVWliFnMa8NwuXco8/Qqvbu1efNdirKVcKMLmu2pODI=; b=V0jViWHfqELF5ffHAGZ8OYBg20VizPaEG96UW9YKkmLDeicutlTvH68NdhOZO69jep 2HJzh1TO1/O82QOMqzoyUEK6Vd5djYC+4ufzmzB/w61TlDVi6x6pGdfzriBwJmpuf9ZR 4J7cEjAPqc17Gaw9Xe9ijxBZY7JYidI9wMgqvrGFc6VkjFuJvV42sQbghWGerIR3vlgz Ykgw8KJ2tNfQuvPU+cjmlk9UqQMQ4caCqVEVxbSmfJAPaUofry7l8MGYmxGBTPdA2oSK ZDq33JOEHHRAgAlz6FlW8LgvJE05i5rcaeOdeI5IQ2FDqiBGYA/ngE5g9J5su0T/tVGF tFdg== X-Gm-Message-State: ALoCoQkGbai1fWoT2s9l0KhrKEsB3vNjhNYm5Ox2lwA/xQNS7y4FFWXR5KzyHlLgKd79VQpVTtb/3XQHaHqSdSAAkJNp78dI3jkL95DKSKp7EWI+v8YUeI7Lt0jVD7S1ebHnsdAUvdH2 X-Received: by 10.194.221.6 with SMTP id qa6mr8984875wjc.39.1403696829335; Wed, 25 Jun 2014 04:47:09 -0700 (PDT) X-Received: by 10.194.221.6 with SMTP id qa6mr8984775wjc.39.1403696828474; Wed, 25 Jun 2014 04:47:08 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ev9sm11477839wic.24.2014.06.25.04.47.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jun 2014 04:47:07 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s5PBl4xo011053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 25 Jun 2014 12:47:05 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s5PBl42l011052 for freebsd-arm@freebsd.org; Wed, 25 Jun 2014 12:47:04 +0100 (BST) (envelope-from mexas) Date: Wed, 25 Jun 2014 12:47:04 +0100 (BST) From: Anton Shterenlikht Message-Id: <201406251147.s5PBl42l011052@mech-cluster241.men.bris.ac.uk> To: freebsd-arm@freebsd.org Subject: RPi model B - svnlite segfaults a lot - power? Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 11:47:41 -0000 Just trying Raspberry Pi model B. Booting with this snapshot: # uname -a FreeBSD raspberry-pi 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r267801: Tue Jun 24 11:03:28 UTC 2014 root@grind.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm I wanted to check the feasibility of various ports running on this hardware. While checking out the ports tree svnlite segfaults a lot. I've seen many threads urging the importance of correct power source. I'm powering this RPi from a laptop via USB. Is there any way to check either on the laptop or on the RPi the current drawn via the USB port? The only connected devices are the SD card and the ethernet. I imagine there are no prebuild packages for RPi model 2, are there? Thanks Anton