Date: Fri, 16 Aug 2013 09:05:29 -0700 (PDT) From: biddut.mitra@ovi.com To: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Chrochet failed to boot on RPI-B/BBB Message-ID: <1376669129.68018.YahooMailNeo@web162106.mail.bf1.yahoo.com>
next in thread | raw e-mail | index | archive | help
I am bit jealous here, those who are already running on RPI-B/BBB.=0A=0AI a= m able to successfully build using Chrochet both RPI/BBB (separately ofcour= se, deleting the whole work directory before each build).=0A=0AAfter I copy= (dd) the image to SD, none the respective image is booting on the respecti= ve board.=0A=0AI dd the FreeBSD-xxxxx.img, the way Chrochet suggested.=0A= =0A=0AIt will be helpful, if any step by step direction would be helpful.= =0A=0ATIA=0A-Biddut.Mitra From owner-freebsd-arm@FreeBSD.ORG Fri Aug 16 17:02:43 2013 Return-Path: <owner-freebsd-arm@FreeBSD.ORG> 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 ESMTP id A76C271D for <freebsd-arm@freebsd.org>; Fri, 16 Aug 2013 17:02:43 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F1122471 for <freebsd-arm@freebsd.org>; Fri, 16 Aug 2013 17:02:43 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so1024420eek.39 for <freebsd-arm@freebsd.org>; Fri, 16 Aug 2013 10:02:41 -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 :cc:content-type; bh=a/mSXk3SE0/fkHXo5JYxk3yJidEyPYRs//KXsCJhMu8=; b=fFFauWdrD8VG9GH4YAJHmdcnzGRH/WcJS11nOK5ehopA51aM4dT9w0jsIcYDZYv73H d7o7j6GGrhldTtT9ukDAqe1q8sGm2FOHeBDOb+C89CEifaKNGy605g0XVB/i49+YRMqP MaZAw0AsIv9ny+zcoQIIJ//KhESUeY5GpfrF3/BSlIwq+Laz1bsCwLpXnei+FRYP6Y14 GVIkPCnTZqPFD73mYTPp8OEnQj9hIp/VBSaejmdI+a0RAl10Evqw3NJ43xHV4AVpsn/A m2EXipmgDoe1g7tewx1ask1yLpSvxOr9klEOPc1/AG7XNuzklYPSqbn9/CrC5FMntVkv ouUA== MIME-Version: 1.0 X-Received: by 10.14.208.194 with SMTP id q42mr3474159eeo.31.1376672561479; Fri, 16 Aug 2013 10:02:41 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Fri, 16 Aug 2013 10:02:41 -0700 (PDT) In-Reply-To: <1376669129.68018.YahooMailNeo@web162106.mail.bf1.yahoo.com> References: <1376669129.68018.YahooMailNeo@web162106.mail.bf1.yahoo.com> Date: Fri, 16 Aug 2013 10:02:41 -0700 Message-ID: <CALCpEUFKZ+upFc1MYJ=7RS9mGNF1PYxovTgvNrbkO2cfNZJjEA@mail.gmail.com> Subject: Re: Chrochet failed to boot on RPI-B/BBB From: hiren panchasara <hiren.panchasara@gmail.com> To: biddut.mitra@ovi.com Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" <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 <freebsd-arm.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 16 Aug 2013 17:02:43 -0000 On Fri, Aug 16, 2013 at 9:05 AM, <biddut.mitra@ovi.com> wrote: > I am bit jealous here, those who are already running on RPI-B/BBB. > > I am able to successfully build using Chrochet both RPI/BBB (separately ofcourse, deleting the whole work directory before each build). > > After I copy (dd) the image to SD, none the respective image is booting on the respective board. > > I dd the FreeBSD-xxxxx.img, the way Chrochet suggested. > > > It will be helpful, if any step by step direction would be helpful. Failing boot-up logs will be useful to look at. Grab them attaching screen somehow or you can setup serial console access using something like: http://www.adafruit.com/products/954 This way you can see where things are failing in boot process. Paste the logs and someone from the list might be able to help you. cheers, Hiren > > TIA > -Biddut.Mitra > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1376669129.68018.YahooMailNeo>