From owner-freebsd-arm@freebsd.org Fri Jun 23 18:07:22 2017 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 F11F4D86A2F for ; Fri, 23 Jun 2017 18:07:22 +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 4A98D6E66B for ; Fri, 23 Jun 2017 18:07:21 +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 23075361; Fri, 23 Jun 2017 20:07:19 +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=h+9quiQENTY4wCc19Q1IrpMkpg4=; b=V0YXE+ZWjKE2dZKRRGnzRmGpDldp PTcNfFuklcxRCODDEfzHqkYxfCFu4AxnUD76of/VSuI2jlikHI5R8/J8rlY0pFcW ixWMWrN8MictEOfbJ0vb5wP22+pugJS4Yi5rfEwd0OX3j2/xX3xxeVWH+JSLCoOS 5zBbHFll9VYI4Vs= 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=CgtcYvTHPWYHTQKtP6qf9CwptD6XTkv8WyDka5CUqzV/zN/3y9aBd6Du 232xJyJ653TKAyXYyjcfN77BdLlOKk33q1VKE8anmXcM8UiQSwxx1Ofd5l7J8NGE 85cVO9/who9bEoElwcpEF2cMBjYCMcoHcRvqSxpdIHFNdzBPyh8= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 53ee2e6e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 23 Jun 2017 20:07:19 +0200 (CEST) Date: Fri, 23 Jun 2017 20:07:18 +0200 From: Emmanuel Vadot To: Emmanuel Vadot Cc: sig6247 , freebsd-arm@freebsd.org Subject: Re: bananapi.dtb hangs with usr.bin/dtc Message-Id: <20170623200718.53c30c8701a128f48165579e@bidouilliste.com> In-Reply-To: <20170623171906.88eb4178c7e305716a6b19ce@bidouilliste.com> References: <20170623134258.CDAC35429E3@mail.openmailbox.org> <20170623171906.88eb4178c7e305716a6b19ce@bidouilliste.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; 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.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 18:07:23 -0000 On Fri, 23 Jun 2017 17:19:06 +0200 Emmanuel Vadot wrote: > On Fri, 23 Jun 2017 13:42:19 +0000 > sig6247 wrote: > > > > > Hi, > > > > I'm running 12.0-CURRENT r320136 on BananaPi M1+, > > it hangs at booting: > > > > Booting... > > /boot/dtb/bananapi.dtb size=0xe1a1 > > Loaded DTB from file 'bananapi.dtb'. > > Kernel entry at 0x42200100... > > Kernel args: (null) > > > > I tried to switch back to gnu/usr.bin/dtc and regenerated > > the bananapi.dtb with make_dtb.sh, this board boots again. > > > > Thanks, > > _______________________________________________ > > 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" > > The aliases seems weird : > > aliases { > > ethernet0 = "/soc@01c00000", "/ethernet@01c50000"; > serial0 = "/soc@01c00000", "/serial@01c28000"; > serial1 = "/soc@01c00000", "/serial@01c28c00"; > serial2 = "/soc@01c00000", "/serial@01c29c00"; > }; > > I'll look into it. > > -- > Emmanuel Vadot > _______________________________________________ > 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" I've fixed the issue here https://github.com/davidchisnall/dtc/pull/23 I have some changes to pull from the github repo so I'll update our in-tree version when all of them are merged. Sorry for the breakage and thanks for reporting. -- Emmanuel Vadot