From owner-freebsd-arm@freebsd.org Sun May 6 14:39:45 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE36FBB61A for ; Sun, 6 May 2018 14:39:45 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E4C9385DBE for ; Sun, 6 May 2018 14:39:44 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 52557b96; Sun, 6 May 2018 16:39:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=mIJtmRGPAkxvB/YyojR/t4ZQNFU=; b=Eu0lkkJz6qB+jjUy0LXU846rpREK XwVCTGUOH7OBirOgvhbMkoepIE8l5xkf4yHh6dVBw+fdvpKbmNBPZsImzXcCs384 n60kOBCDRL0WO40Fu9TfNa6swAMsfOFB3qkQ+3PpZZ8hOqbBbIO+/rKyU13pyo33 Y8/ZODF+6xhX/1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=L4UIBQAuG+0tyBNQnQFKkh7v4H24I8nVwwyKRH6lX4/Svgj05ijNBNtZ VPF0ZtHcikRQOt13w6Z23pCa+1naFABPalPsINwFSRK9vN604pUm520GhB/MfT10 QnBrF0EhSqq4L3hS1GR3ifl6TAdzc/h8GR1johGzMZCyUyeWuZs= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 038a4e76 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 6 May 2018 16:39:36 +0200 (CEST) Date: Sun, 6 May 2018 16:39:36 +0200 From: Emmanuel Vadot To: John-Mark Gurney Cc: Udit agarwal , freebsd-arm@freebsd.org Subject: Re: FreeBSD bootup freeze when running it on BeagleBone Black Message-Id: <20180506163936.b4779ef362a1a9dff406a95c@bidouilliste.com> In-Reply-To: <20180325065214.GP75576@funkthat.com> References: <20180325065214.GP75576@funkthat.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 14:39:45 -0000 On Sat, 24 Mar 2018 23:52:14 -0700 John-Mark Gurney wrote: > Udit agarwal wrote this message on Sun, Mar 18, 2018 at 16:19 +0530: > > I am trying to build FreeBSD 12.0 on BeagleBone Black. However, during > > kernel initialization it's getting freeze. I took the image from here > > > > .Here's the error log: > > Just a heads up, I'm getting the same thing, I also ran all three latest > snapshots and seeing similar behavior: > FreeBSD 12.0-CURRENT #0 r330034: Mon Feb 26 23:44:48 UTC 2018 > root@releng3.nyi.freebsd.org:/usr/obj/usr/src/arm.armv7/sys/GENERIC arm > [...] > cpswss0: <3-port Switch Ethernet Subsystem> mem 0x4a100000-0x4a1007ff,0x4a101200-0x4a1012ff irq 38,39,40,41 on simplebus0 > cpswss0: CPSW SS Version 1.12 (0) > cpswss0: Initial queue size TX=128 RX=384 > cpswss0: Unable to fill RX queue > cpsw0: on cpswss0 > miibus0: on cpsw0 > smscphy0: PHY 0 on miibus0 > smscphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > cpsw0: Ethernet address: xx:xx:xx:xx:xx:xx > cryptosoft0: > usbus0: 480Mbps High Speed USB v2.0 > usbus1: 480Mbps High Speed USB v2.0 > > > and: > FreeBSD 12.0-CURRENT #0 r330606: Wed Mar 7 19:26:58 UTC 2018 > root@releng3.nyi.freebsd.org:/usr/obj/usr/src/arm.armv7/sys/GENERIC arm > [...] > cpswss0: <3-port Switch Ethernet Subsystem> mem 0x4a100000-0x4a1007ff,0x4a101200-0x4a1012ff irq 38,39,40,41 on simplebus0 > cpswss0: CPSW SS Version 1.12 (0) > cpswss0: Initial queue size TX=128 RX=384 > cpswss0: Unable to fill RX queue > cpsw0: on cpswss0 > > > and: > FreeBSD 12.0-CURRENT #0 r331001: Thu Mar 15 18:47:28 UTC 2018 > root@releng3.nyi.freebsd.org:/usr/obj/usr/src/arm.armv7/sys/GENERIC arm > [...] > cpswss0: <3-port Switch Ethernet Subsystem> mem 0x4a100000-0x4a1007ff,0x4a101200-0x4a1012ff irq 38,39,40,41 on simplebus0 > cpswss0: CPSW SS Version 1.12 (0) > cpswss0: Initial queue size TX=128 RX=384 > cpswss0: Unable to fill RX queue > cpsw0: on cpswss0 > > > So, it looks like Feb 26th got a bit farther, but it still hung. > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" Don't know what changed but it's magically fixed in HEAD (along with a another fix due to latest dts import). -- Emmanuel Vadot