From owner-freebsd-arm@freebsd.org Thu Aug 11 03:18:08 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 2DCC9BB5A00 for ; Thu, 11 Aug 2016 03:18:08 +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 9CD061B82 for ; Thu, 11 Aug 2016 03:18:06 +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 4a447fc9; Thu, 11 Aug 2016 05:18:04 +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=ZR+ViDDtea9Cclq35A/yH3V3Ojc=; b=XOcMFFiDN/9T+YEts7M2Wy3C0Wdw icr7LXxoUGp3rmamXw8mjaD7l3IiKUB3CuyHkMc0P0vd+noowRpU5Tk0OguWhksz 1quiQkfndySYLKirMVY/L6EfKBEDbWBkjrjrDxO0ICdHaRUNZKWG8XQzoiL+nBjD v/MLo3TxjH62qa0= 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=lPBaqRF2c/3FJ4X9MwqpVt70w6BSvFNfadY5hIh35kvZ+WcUY3I5p76g z1iboUlgRonZvM9t2DkHsZ6v3/pR1T++wH/vSB/uZNJI+Ng+VWhHsCXMVPTrBWKd uiFnX0wZu5sQBgZII7VG9B0HozwuCtlne1kjpZTzBVkUeQF0LfA= 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 1f3e6758 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 11 Aug 2016 05:18:04 +0200 (CEST) Date: Thu, 11 Aug 2016 05:18:01 +0200 From: Emmanuel Vadot To: mattia.rossi.mate@gmail.com Cc: freebsd-arm@freebsd.org Subject: Re: Allwinner H3 - OrangePi Plus Status Message-Id: <20160811051801.3a8e5c1c67e978bc9e9b1531@bidouilliste.com> In-Reply-To: References: <64ad8272-a97f-e51f-19f1-d37e12c4e4bf@gmail.com> <868ae805-bf93-50f9-e22c-1d2ea13f8555@gmail.com> <8FDE95E3-C66E-40D5-8133-67FD987BE729@cs.huji.ac.il> <3454388a-02bc-8dbe-4f8f-c33a726e406c@gmail.com> <20160810103501.0aef31d4c27cf08b6e54d20f@bidouilliste.com> <141a4b87-1914-a9f5-c15a-3173f6d4659a@gmail.com> <20160810115617.aa7ad5c9ae538660dc5cc0d8@bidouilliste.com> <20160810141920.d2994dee3c277f7b89451360@bidouilliste.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; 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.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 03:18:08 -0000 On Wed, 10 Aug 2016 17:31:03 +0200 Mattia Rossi wrote: > > >> For now I'll see if the plus version of everything works :-) - wish me > >> luck ;-) > >> > No luck :( > > There's an issue with the MMC device (not the card), so rootfs is not > available. > Must be a kernel thing though I think as ubldr manages to read the .dtb > file from the ufs on the SD card...But maybe it's a dts/dtb thing. Any > hints? > Try settings the mmc pins with pullups in the dts (like this : https://github.com/evadot/freebsd/blob/orangepi-one/sys/boot/fdt/dts/arm/orangepi-one.dts#L31) I still don't know why we need to do this and not linux ... -- Emmanuel Vadot