From owner-freebsd-arm@freebsd.org Mon Mar 28 19:13:06 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 7AABAAE11AF for ; Mon, 28 Mar 2016 19:13:06 +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 9D86A1C21; Mon, 28 Mar 2016 19:13:04 +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 750533cb; Mon, 28 Mar 2016 21:13:01 +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=agn9uPnNRjNbXN8MmNcsroKbcw0=; b=flMwbqyjMQgwo7bsem4iIzUvfGdY 0eJxg3Tht1hxHGhPgjY+aoDnRIBM+Zrwpjq18coUG6SW7uQU76kcQyabBVmAM+kP rObdlkF3jkBrKjEzm7pGnw/wSPbOK7tMD+eY/mh/tFmF979tJugcwTDSDBPcH80T 9spYWisfsEYC+50= 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=rbdL0DrZiYzOr+QCiGdHl+u33XYUEpOGrpJ0O1axJgeqOrXF10sgM1pC HCTLna2G+VADVMBKuh14D4AxODBBzaluvtslXh2WpufpwcmIhyH6NtwpfNxkjnXi BZuQVzMxWlpW1QXZmDYo4Jzx9RjKwGFXreoVNGURjbLPBsAjRrQ= 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 b17498ef TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 28 Mar 2016 21:13:01 +0200 (CEST) Date: Mon, 28 Mar 2016 21:13:01 +0200 From: Emmanuel Vadot To: Mark R V Murray Cc: Oleksandr Tymoshenko , freebsd-arm Subject: Re: RPi 2 with 7-inch touchscreen. Message-Id: <20160328211301.607068b0902536eea7934464@bidouilliste.com> In-Reply-To: <3995875D-D11B-426B-8D3F-8449631CFE71@FreeBSD.org> References: <8243E254-B30D-4C42-818C-3584D79ABC6B@FreeBSD.org> <3995875D-D11B-426B-8D3F-8449631CFE71@FreeBSD.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.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.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 19:13:06 -0000 On Mon, 28 Mar 2016 20:08:31 +0100 Mark R V Murray wrote: > (Sorry about the email flood in may last reply - the email client was misbehaving) > > > On 28 Mar 2016, at 19:48, Oleksandr Tymoshenko wrote: > > > > > > Try copying firmware files from raspbian image as this comment suggests: > > http://kernelnomicon.org/?p=540#comment-40186 > > > > Port may have older firmware, can't check right now. > > That worked, once I commented out the "start_x=1" :-) > > Thanks! :-) > > >>> I also had touchscreen driver prototype working for it but can't find it at the moment :( > >>> It's very simple busy read from memory window. Requires FDT modification and > >>> interface to userland which FreeBSD does not have at the moment. > >>> > >> > >> That's next on my list :-) > > > > I'll try to dig up the driver later today. If I haven't deleted it during last "cleanup" that is :-/ > > Yes please! > > Do you know how to make the USB keyboard work from the get-go? Mine works, but only *after* boot, so I can't interact with the boot process. Uboot doesn't support OHCI so for now this is not possible. It might work via a USB hub. -- Emmanuel Vadot