From owner-freebsd-arm@freebsd.org Sat Jun 18 09:00:44 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 E5E40A7719D for ; Sat, 18 Jun 2016 09:00:44 +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 44BA821A9 for ; Sat, 18 Jun 2016 09:00:43 +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 020f6a90; Sat, 18 Jun 2016 11:00:42 +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=MW1LQlRuck4OZc1a/li9MJVlm5A=; b=ifmvaGajNSG/mcSVKU02+BEVp25S DQPBdluljX3WzT7pi9piEj4rogxOCrNjaeJKaHlzz9C4XImEBcCl10BIvEhCXntO ffd9vXAM7zDWuyQn1UNpoWB2AFGicau5mtYLbC3lWlDPRnRBNR+qW9vH4FPYkfaQ QjEBckIF53PN72k= 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=HeKPnUJZSu3V4/Sm9D/lodyWte3s231fz5TpdMYdCrjIQxoV62NHz4Aq D5jBOyINm8GHUImpaEN0FHZgYLMh7JG7ojBG65h6Ed7PM05+aadwzZdzxf1gbAwA BL6oTGaMvxCy8OqsAzjdOwfCyemVqgrorRE0r7Aodt8goexvX0I= 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 2ec50bf6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 18 Jun 2016 11:00:42 +0200 (CEST) Date: Sat, 18 Jun 2016 11:00:41 +0200 From: Emmanuel Vadot To: Milan Obuch Cc: freeBSD-arm@freebsd.org Subject: Re: any progress with OrangePi Plus / AllWinner H3 ? Message-Id: <20160618110041.e5db5c5c8378bb0822783c14@bidouilliste.com> In-Reply-To: <20160618102338.eba15ac1d427a7d3687865d8@bidouilliste.com> References: <0A7A3F1D-2853-4DA4-A8A1-52C38A6ED093@cs.huji.ac.il> <20160617090156.83824237d9b1ae564bb92088@bidouilliste.com> <487C9542-1397-4CB7-837C-CD724656A0F1@cs.huji.ac.il> <20160617114018.0e70ad81@zeta.dino.sk> <0F8AAA97-99E7-4378-B6AB-F81EF45EAAC5@cs.huji.ac.il> <20160617192745.45f8a18db251547d8a01e571@bidouilliste.com> <20160617195658.0dec9f7875228ba372dadbd3@bidouilliste.com> <20160618093545.1c360555@zeta.dino.sk> <20160618094514.a83fc993b93c120fb6e014f4@bidouilliste.com> <20160618100315.12478671@zeta.dino.sk> <20160618102338.eba15ac1d427a7d3687865d8@bidouilliste.com> 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.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 09:00:45 -0000 On Sat, 18 Jun 2016 10:23:38 +0200 Emmanuel Vadot wrote: > > Also, USB spams console with > > > > gic0: Spurious interrupt detected: last irq: 107 on CPU0 > > usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, > > ignored) usbd_setup_device_desc: getting device descriptor at addr 2 > > failed, USB_ERR_IOERROR usbd_req_re_enumerate: addr=2, set address > > failed! (USB_ERR_IOERROR, ignored) usbd_setup_device_desc: getting > > device descriptor at addr 2 failed, USB_ERR_IOERROR > > usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, > > ignored) usbd_setup_device_desc: getting device descriptor at addr 2 > > failed, USB_ERR_IOERROR > > > > (sorry mailer mangled this, but I do not expect anyone to analyze this > > as there *are* working sources available for this... yours) > > > > From your tests, which devices are not working yet? Do you have any > > plans what to work on next? > > I'll test USB again, it used to work at least. I do see the same stuff, it doesn't happened everytime thought. I'll try to find the problem. -- Emmanuel Vadot