From owner-freebsd-arm@freebsd.org Thu Feb 18 19:40:35 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 332E2AACE6F for ; Thu, 18 Feb 2016 19:40:35 +0000 (UTC) (envelope-from tom@ycombinator.com) Received: from mail-yw0-x22f.google.com (mail-yw0-x22f.google.com [IPv6:2607:f8b0:4002:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3A6A1FF1 for ; Thu, 18 Feb 2016 19:40:34 +0000 (UTC) (envelope-from tom@ycombinator.com) Received: by mail-yw0-x22f.google.com with SMTP id u200so49567398ywf.0 for ; Thu, 18 Feb 2016 11:40:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ycombinator.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=KXTGPECk1T/2dDR5QxcVgnMKubJx8JDR5jxjJuzh+VQ=; b=FR6xZu52bL/4pbTExD9M3bWY1pRRHWsHlBwlk9V15MRpUzzTrKmOYMRxbNpwnt2k9w MTt9HOTRJ9n5oQ3yowr7lI9mFDq1mSpe92u1uZdolgNXzUDDLYboSMiYGKhBl8ECQEGj RNpwVQaojjKrtTNVJdYoSsBJ62+f5xoE5fnnM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=KXTGPECk1T/2dDR5QxcVgnMKubJx8JDR5jxjJuzh+VQ=; b=TuZmMksGTzc9SGiEyE45pLIkrkDb50A2Stk3iY9pYMUnHujxAvqgoq7q6+Nnftu4ac bBEKh/gdcDf4D0ebLuBXtbBtsNT5GLjhcsGjhSDRoSS2LF1FRqQvdSa9Ym2r7Y+fjb/p Hxrk/svZ7Hc8K+Zl31rhVXt95msoEpWy4Bgh/dYh9j27edBXQbquvdSJe4wzWfU5LSHL njkLHjpf/lFmk62U+assYGoyn5D9Qjs9oKgd7kKtcVEG8XXa9M8X3zkOt980GMI6d233 5TK6OWkiRQLV/ezhpNh1adTuoidZweeQzeUqSbXSVQSRJtR1aByihXdj0Fnyi/vPFDNK 6A7g== X-Gm-Message-State: AG10YOTuZqxaPeYF4LeyK1aJvcJAg0SqqDS+x0WjeGPgXOG6GqAzXE2oIG62Kvi8k7Uij0TByUOe5vN+QnIZnBaG MIME-Version: 1.0 X-Received: by 10.13.215.142 with SMTP id z136mr5879088ywd.304.1455824434051; Thu, 18 Feb 2016 11:40:34 -0800 (PST) Received: by 10.37.89.8 with HTTP; Thu, 18 Feb 2016 11:40:33 -0800 (PST) Date: Thu, 18 Feb 2016 11:40:33 -0800 Message-ID: Subject: Hummingboard boot hangs in -HEAD From: Tom Sparks To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 19:40:35 -0000 I'd initially thought that it was my build that had failed so I snagged an image from ftp.freebsd.org and no, that image fails to boot to multiuser as well. Here's where it hangs: --- snip --- usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen1.1: at usbus1 uhub0: on usbus1 ugen0.1: at usbus0 uhub1: on usbus0 hdmi0: i2c transfer failed: 2 fb0: failed to get EDID info from HDMI framer fbd0 on fb0 VT: initialize with new VT driver "fb". uhub0: 1 port with 1 removable, self powered --- snip --- with boot -v I get a bit further: --- snip --- VT: initialize with new VT driver "fb". random: harvesting attach, 8 bytes (4 bits) from fbd0 uhub0: 1 port with 1 removable, self powered random: harvesting attach, 8 bytes (4 bits) from uhub0 --- snip --- Then a while later, some other stuff appears: --- snip --- uhub0: 1 port with 1 removable, self powered random: harvesting attach, 8 bytes (4 bits) from uhub0 sdhci_imx0-slot0: Divider 250 for freq 400000 (base 200000000) mmc0: Probing bus uhub1: 1 port with 1 removable, self powered random: harvesting attach, 8 bytes (4 bits) from uhub1 --- snip --- Supposition is that this broke in the range of r295351 through r29554. Anyone? -- Tom Sparks Systems Engineer