From owner-freebsd-arm@freebsd.org Sat Feb 20 00:18:14 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 BD8E7AAEDEB for ; Sat, 20 Feb 2016 00:18:14 +0000 (UTC) (envelope-from tom@ycombinator.com) Received: from mail-yk0-x236.google.com (mail-yk0-x236.google.com [IPv6:2607:f8b0:4002:c07::236]) (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 894D8BB7 for ; Sat, 20 Feb 2016 00:18:14 +0000 (UTC) (envelope-from tom@ycombinator.com) Received: by mail-yk0-x236.google.com with SMTP id r207so41954448ykd.2 for ; Fri, 19 Feb 2016 16:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ycombinator.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=71XQag2LRKRUki8tQMlK3ng5vMC0zrWDYFdsvnUvfOc=; b=g+sZiKxkLjTk777von3//WlxxKLwsIrt0URqdagT+yl85IglvLDbFENDIItLs7jBcG Yv88T6Evqg9TF/rEys5rbj4Ye+RwDngFOUqbT8XIulxEkcIpe29mymwqVg2vawcT6D1Y 0rBTXaF1FpI1d/iIqaTdFq3Y+YZnhj1Em7ct8= 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:content-type; bh=71XQag2LRKRUki8tQMlK3ng5vMC0zrWDYFdsvnUvfOc=; b=c+zbozhtIfTC9+aybxuXRaHiuYsuomntTCHYzK7tzCjClJYNfjXr6+u7LhA69F7DCH EaaGaHFMrutUKYMXn4iwDEbokmsD+rvKEaYTxLjAefwdAAxjEImk6NmpsH1uxakQNIpF 0Ko+rInLuvR/8dc1AjH+Qqm+6uLpJnf/2E4VD0Ag4ULcekXBL8DU6A7XEdi3hE4Idbd4 bB8xZNrmvUH/ZWru9eKuqQQq+rJYXl+fVEWkxje9aUI+ifBlktxnIASO695nZG7te0Hx R9modvobR8qmHhhcUsTWVtCf4UJl+lyvDQGg4YV/ig/h3bJuGhK3DOlHaBfjyVvmdS9+ WzUA== X-Gm-Message-State: AG10YOSIBBe+ZcmUU/Ik9znPJocGbbUYbKSiunxxSyPCsBaAotoEp8uoNaF556uHeCsuzYcEIitcdKG15Brum4Lf MIME-Version: 1.0 X-Received: by 10.37.231.193 with SMTP id e184mr8865240ybh.144.1455927493412; Fri, 19 Feb 2016 16:18:13 -0800 (PST) Received: by 10.37.89.8 with HTTP; Fri, 19 Feb 2016 16:18:13 -0800 (PST) In-Reply-To: References: Date: Fri, 19 Feb 2016 16:18:13 -0800 Message-ID: Subject: Re: Hummingboard boot hangs in -HEAD From: Tom Sparks To: freebsd-arm 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: Sat, 20 Feb 2016 00:18:14 -0000 So rebuilding the kernel in between revs seems to work, so I'm guessing its toolchain related. I'll do a buildworld to confirm. On Thu, Feb 18, 2016 at 11:40 AM, Tom Sparks wrote: > 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 > -- Tom Sparks Systems Engineer