From owner-freebsd-arm@freebsd.org Sun Apr 7 14:35:45 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5124B1553EC3 for ; Sun, 7 Apr 2019 14:35:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A328D926FA for ; Sun, 7 Apr 2019 14:35:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D9B62559B for ; Sun, 7 Apr 2019 14:35:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x37EZh9c034130 for ; Sun, 7 Apr 2019 14:35:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x37EZhAd034129 for freebsd-arm@FreeBSD.org; Sun, 7 Apr 2019 14:35:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 237072] netgraph(4): performance issue? Date: Sun, 07 Apr 2019 14:35:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ler@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 14:35:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237072 Bug ID: 237072 Summary: netgraph(4): performance issue? Product: Base System Version: 11.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: ler@FreeBSD.org >From my post to the #hardenedbsd IRC, but this *MAY* be a generic netgraph(= 4) perf issue. Hey all: I'm having a performance issue with netgraph(4) on OPNSense (based on HBSD-11.2).=20=20 I've got https://github.com/aus/pfatt loading / configuring netgraph(= 4), and a 1g/1g ATT Fiber link. with this setup, my Download side is ~600 meg. with my previous setup, a ubiquiti USG, I got ~900+ meg I'm currently using a https://protectli.com/product/fw4a/ as the fire= wall I also have a https://protectli.com/product/fw6b/ coming monday I'm using OPNSense's 19.1.4-netmap kernel, and have done some of the em(4) tuning from their IPS/IDS forum topic. The tuning DEFINITELY helped the UPLOAD side, but did nothing for the DOWNLOAD side. I'm looking for ideas on how to troubleshoot this. I'm more than happy to work with whoever, including making access available to the FW. the manufacturer (protectli.com) has run iperf tests on the raw hardw= are (without the netgraph(4) stuff in play) and gets ~940meg across it. (using OPNSense 19.1.4) so that's why I'm pointing the finger at netgraph(4). I see the same issue on a https://protectli.com/product/fw1/=20 Let me know what all you need/want, and I'll supply it. - {Day changed to April 7, 2019} Can your installation be done without netgraph? No. Needs to be there to do the 802.1X dance with the ATT ONT. Read = the README at https://github.com/aus/pfatt for more details. And tag all the packets going to the ONT as VLAN0. Ok. l/ 45 ler: for opnsense questions, #opnsense would be the right channel This is more a hardendbsd perf issue. did you test in freebsd? No, as this is a FW issue, and I refuse to try pfSense. I have philosophical issues with them. understood. but, to help me out, I'd prefer if you tested your se= tup with vanilla fbsd. hbsd's only changes to the networking stack were to use = ipv6 privacy extensions by default and ASLR ASLR affects userland, not kernel, which is where the bulk of net= work performance occurs https://github.com/HardenedBSD/hardenedBSD/wiki#generic-system-hardening we do set net.inet.ip.random_id, too so you could unset that to start with, I guess it's definitely netgraph(4) related, see the statement above re: protectli testing on the same HW/SW w/o netgraph(4), and getting expected p= erf. I doubt that random_id is affecting this, for that same reason. agreed. can you file a bug report with us? https://github.com/HardenedBSD/hardenedBSD/issues sure. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Sun Apr 7 19:08:30 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EA391567F6E for ; Sun, 7 Apr 2019 19:08:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8B286DC2F for ; Sun, 7 Apr 2019 19:08:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 15C1B7C37 for ; Sun, 7 Apr 2019 19:08:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x37J8SHZ066319 for ; Sun, 7 Apr 2019 19:08:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x37J8S2o066315 for freebsd-arm@FreeBSD.org; Sun, 7 Apr 2019 19:08:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 237078] generic_timer not handling interrupts properly Date: Sun, 07 Apr 2019 19:08:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: andrew@tao11.riddles.org.uk X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 19:08:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237078 Bug ID: 237078 Summary: generic_timer not handling interrupts properly Product: Base System Version: CURRENT Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: andrew@tao11.riddles.org.uk generic_timer.c installs interrupt handlers for up to four timer interrupts, causing those interrupts to be enabled on the local PIC. But the handler th= at it installs assumes that all interrupts come from a specific timer (either = the physical one on 32bit or the virtual one on 64bit). If an interrupt occurs on the other timer, then the interrupt is never mask= ed or cleared, so a CPU is put into a permanent interrupt handling loop; this = is commonly observed on RPI2 platforms at least. The unexpected interrupt can occur because while the driver attach routine tries to mask off both the physical and virtual (on 32bit) interrupts, it d= oes this on only one CPU, when in fact each CPU has its own timer. I have tested a crude workaround (not installing handlers for the unused interrupts) which fixes the observed problems as far as I can determine. This bug could potentially apply on 64bit as well, but I am not in a positi= on to test that. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Sun Apr 7 21:10:58 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33214156B6CA for ; Sun, 7 Apr 2019 21:10:58 +0000 (UTC) (envelope-from balanga.bar@gmail.com) Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 168C272C3B for ; Sun, 7 Apr 2019 21:10:57 +0000 (UTC) (envelope-from balanga.bar@gmail.com) Received: by mail-ed1-x52a.google.com with SMTP id x14so9883093eds.1 for ; Sun, 07 Apr 2019 14:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=WEkf9KEp7ksCxHLPGHWtZ9U8Czu2BbCJ/OVjoSWoV0w=; b=cR4ZDno615foWiypp7DcIJyndHsRs1J5ucT6IplFSRSe9dniEuDe2nBMfdzpOR8KhG FOhGwtttzrshpn//f+cskhUbkp4gkWKFZqhFM18jtRjs9Y0AgJGOAzLlW4te3R/Y5D0s ZUf/s4oGZu4nljV5eGeC2Nd8QaQuKvU/1l4N1ya6LurKHI6rfkqTQ8F6yABG5wt9jQMA CCF5YDrhdGL3bUT5KdtQWjYld+vJx3gDn15xtnHKZL2f3nBpShToBKgWfU27W3Fc0f5N vIPXAW9GKfBlWYveQConK/68pi3GOCxhUlIViii+1MDHGkTLmLLVmn/OILestVmu30aW aW8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=WEkf9KEp7ksCxHLPGHWtZ9U8Czu2BbCJ/OVjoSWoV0w=; b=g46i2d6apt8H7briglDWYOSrksFSFvvYOXG3LrZucfpZDYviA+Hpt/gf9/ahxG7nw5 nnAlCW29hLPmP0m/wnVRePoqdIfkQ38RqC1e5TSpvNBEMup0dmGQvYeDSICmFhWHZiyP vokxXEO7hTxMEyjCkJDk7V/2qHBqgpghXbadeasdYsrdgTSclcX/ga5ZhcUTGIxjtD5k 8t9zjftbezQrMuqvqqjlr87iF3Gt93TmFy8yN11f82jlBHI544MKjM99arcACz+dOCdD l1C0dee6tQCbs40Gct2fjqEuoajUDTEtAgFstU+m4XXeZ7jDs0Ilf7aqCkqhCBWs0Jc0 xHOA== X-Gm-Message-State: APjAAAXYH4gnOG055iZzq4nBpNJN71TiDbqvY7UMrZhBNktkQ3mzZMmz MBOQUdgB8JRM+sGNlqImmCJQghECOFi7Ud5Uy39bWn7x X-Google-Smtp-Source: APXvYqxrryuUohcJlb4/XHzAzgeVhbkhpentsvSW4LryJhjGYAx8PYwX3iNT7Czl7emELm1NJSXOmSw1CslEuS3aa4o= X-Received: by 2002:a17:906:3955:: with SMTP id g21mr389222eje.61.1554671455138; Sun, 07 Apr 2019 14:10:55 -0700 (PDT) MIME-Version: 1.0 From: Balanga Bar Date: Sun, 7 Apr 2019 21:10:08 +0000 Message-ID: Subject: Which kernel for GoFlex Home? To: freebsd-arm@freebsd.org X-Rspamd-Queue-Id: 168C272C3B X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=cR4ZDno6; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of balangabar@gmail.com designates 2a00:1450:4864:20::52a as permitted sender) smtp.mailfrom=balangabar@gmail.com X-Spamd-Result: default: False [-5.74 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-2.75)[ip: (-9.14), ipnet: 2a00:1450::/32(-2.38), asn: 15169(-2.18), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[a.2.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 21:10:58 -0000 According to https://wiki.freebsd.org/FreeBSDMarvell quite a number of kernels are available for Marvell Kirkwood systems, including:- KERNCONF=DB-88F5XXX KERNCONF=DB-88F6XXX KERNCONF=DB-MV78XXX KERNCONF=SHEEVAPLUG KERNCONF=DREAMPLUG-1001 I have also seen references to DOCKSTAR, but I'm not sure which is most suitable for the GoFlex Home. I have managed to create a kernel using DOCKSTAR and the system does boot but invariably crashes after any activity, and on reboot it hangs. How do I diagnose the problem? Any advice appreciated. From owner-freebsd-arm@freebsd.org Sun Apr 7 21:40:40 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EED1D156BFEB for ; Sun, 7 Apr 2019 21:40:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 894067397E for ; Sun, 7 Apr 2019 21:40:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id C93CE93A2 for ; Sun, 7 Apr 2019 21:40:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x37LecGQ052532 for ; Sun, 7 Apr 2019 21:40:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x37LecjO052531 for freebsd-arm@FreeBSD.org; Sun, 7 Apr 2019 21:40:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 237085] boot.scr file missing from Raspberry Pi rpi-b images preventing booting Date: Sun, 07 Apr 2019 21:40:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@darkain.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 21:40:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237085 Bug ID: 237085 Summary: boot.scr file missing from Raspberry Pi rpi-b images preventing booting Product: Base System Version: 12.0-RELEASE Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: freebsd@darkain.com Created attachment 203453 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203453&action= =3Dedit console log of boot failing on rpi-b In 12.0-RELEASE and 13.0-CURRENT, the "boot.scr" file is missing from the M= SDOS partition on the Raspberry Pi-B (Rpi1) images. This file isn't needed on the Pi-Zero, but is required on the Pi-1B. On the 1B, the u-boot fails to boot from disk and instead reverts to attemp= ting PXE booting. Pulling the file from 11.2-RELEASE MSDOS partition and putting it on 12.0-RELEASE and 13.0-CURRENT allows the Pi-1B to boot properly without any other changes. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Mon Apr 8 22:17:41 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AECC156AD8C for ; Mon, 8 Apr 2019 22:17:41 +0000 (UTC) (envelope-from tinguyen@amperecomputing.com) Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-eopbgr740128.outbound.protection.outlook.com [40.107.74.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39C278E894 for ; Mon, 8 Apr 2019 22:17:39 +0000 (UTC) (envelope-from tinguyen@amperecomputing.com) Received: from BN6PR0101MB3186.prod.exchangelabs.com (10.174.88.13) by BN6PR0101MB3009.prod.exchangelabs.com (10.174.88.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1771.16; Mon, 8 Apr 2019 22:17:35 +0000 Received: from BN6PR0101MB3186.prod.exchangelabs.com ([fe80::70cb:bbf2:b541:df7b]) by BN6PR0101MB3186.prod.exchangelabs.com ([fe80::70cb:bbf2:b541:df7b%2]) with mapi id 15.20.1771.019; Mon, 8 Apr 2019 22:17:35 +0000 From: Tinh Nguyen To: "freebsd-arm@freebsd.org" Subject: Can't install FreeBSD version 12 on aarch64 eMAG Thread-Topic: Can't install FreeBSD version 12 on aarch64 eMAG Thread-Index: AQHU7ldiJm7pS1T7lkmrpN4GzIDacw== Date: Mon, 8 Apr 2019 22:17:35 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [4.28.13.142] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 0ffdbd9c-23f9-472d-2dce-08d6bc7000ee x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600139)(711020)(4605104)(2017052603328)(7193020); SRVR:BN6PR0101MB3009; x-ms-traffictypediagnostic: BN6PR0101MB3009: x-microsoft-antispam-prvs: x-forefront-prvs: 0001227049 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(366004)(396003)(376002)(39850400004)(346002)(136003)(199004)(189003)(52314003)(86362001)(8936002)(6436002)(7736002)(81156014)(316002)(8676002)(66066001)(81166006)(97736004)(68736007)(2501003)(6916009)(74316002)(99286004)(19627405001)(71190400001)(105004)(71200400001)(25786009)(256004)(2351001)(33656002)(486006)(476003)(52536014)(9686003)(2906002)(106356001)(3846002)(6506007)(14444005)(5024004)(6116002)(14454004)(26005)(186003)(7696005)(102836004)(105586002)(5640700003)(54896002)(53936002)(5660300002)(55016002)(478600001)(554374003); DIR:OUT; SFP:1102; SCL:1; SRVR:BN6PR0101MB3009; H:BN6PR0101MB3186.prod.exchangelabs.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; received-spf: None (protection.outlook.com: amperecomputing.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: 3qnSGQqT7n1mv6BXjwJrPsDT4eIwSfnc0plMuMeE8BACN7qBNWsRhTW2BXHUCNIYDDSvVMTuspAX2+tABZdNzj2miLkujGS4kA//MQQ09tzUFkkaoQGXcg97+1cqdMiVyS/wdFYdE7YVyX2BeUhx3t67Ce3GNiyfgF9y5MsYLRVU9d5i8FMlU94fvXgXpJwDQ2nx10bjkfkRlYwPl1nmB7RuKT/j5sLRIs8pO41oMHhtVJv7YFmnxkUGnESaAPWtawLgS9R8UySkQobUh+bXE6I7OtA7Goo2oOWPsHuLyWW0176sIJ/kCqA2mcn0i3NOZbEbg+9BXiBHY3vtT8ycdFlB0LrTpI8Z5Cr3ePXdN0KxEW7dqlEcdOcMzgpQKlLmbWGsABpeQuDLC8aTudLIDpqheVogi0C6OYla4ZtFbSE= MIME-Version: 1.0 X-OriginatorOrg: amperecomputing.com X-MS-Exchange-CrossTenant-Network-Message-Id: 0ffdbd9c-23f9-472d-2dce-08d6bc7000ee X-MS-Exchange-CrossTenant-originalarrivaltime: 08 Apr 2019 22:17:35.6281 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 3bc2b170-fd94-476d-b0ce-4229bdc904a7 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN6PR0101MB3009 X-Rspamd-Queue-Id: 39C278E894 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.25 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.83)[-0.832,0]; R_DKIM_ALLOW(-0.20)[amperecomputing.com:s=selector2]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_SPAM_SHORT(0.59)[0.588,0]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[amperecomputing.com:+]; MX_GOOD(-0.01)[cached: amperecomputing-com.mail.protection.outlook.com]; DMARC_POLICY_ALLOW(-0.50)[amperecomputing.com,quarantine]; RCVD_IN_DNSWL_NONE(0.00)[128.74.107.40.list.dnswl.org : 127.0.3.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; RCVD_TLS_LAST(0.00)[] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 22:17:41 -0000 Hi, I believe that I reach out to the right community. Anyway, I tried to install the FreeBSD version 12 on our aarch64 eMAG, and = it hang as shown in the attached photo. Here's what I did: 1. Downloaded the binary "FreeBSD-12.0-RELEASE-arm64-aach64-memstick.img= " and dd the image to the bootable usb stick. 2. Booted the eMAG system from the bootable USB stick and it hang at the= location shown in the attached photo. What could it be the possible issue here? Thanks -Tinh CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is = for the sole use of the intended recipient(s) and contains information that= is confidential and proprietary to Ampere Computing or its subsidiaries. I= t is to be used solely for the purpose of furthering the parties' business = relationship. Any review, copying, or distribution of this email (or any at= tachments thereto) is strictly prohibited. If you are not the intended reci= pient, please contact the sender immediately and permanently delete the ori= ginal and any copies of this email and any attachments thereto. From owner-freebsd-arm@freebsd.org Mon Apr 8 22:20:36 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 959E5156AECC for ; Mon, 8 Apr 2019 22:20:35 +0000 (UTC) (envelope-from tinguyen@amperecomputing.com) Received: from NAM05-BY2-obe.outbound.protection.outlook.com (mail-eopbgr710105.outbound.protection.outlook.com [40.107.71.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B3598E94B for ; Mon, 8 Apr 2019 22:20:32 +0000 (UTC) (envelope-from tinguyen@amperecomputing.com) Received: from BN6PR0101MB3186.prod.exchangelabs.com (10.174.88.13) by BN6PR0101MB3009.prod.exchangelabs.com (10.174.88.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1771.16; Mon, 8 Apr 2019 22:20:31 +0000 Received: from BN6PR0101MB3186.prod.exchangelabs.com ([fe80::70cb:bbf2:b541:df7b]) by BN6PR0101MB3186.prod.exchangelabs.com ([fe80::70cb:bbf2:b541:df7b%2]) with mapi id 15.20.1771.019; Mon, 8 Apr 2019 22:20:31 +0000 From: Tinh Nguyen To: "freebsd-arm@freebsd.org" Subject: Re: Can't install FreeBSD version 12 on aarch64 eMAG Thread-Topic: Can't install FreeBSD version 12 on aarch64 eMAG Thread-Index: AQHU7ldiJm7pS1T7lkmrpN4GzIDac6Yy1awc Date: Mon, 8 Apr 2019 22:20:30 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [4.28.13.142] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 1055235a-dbcb-4d9a-c459-08d6bc706973 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600139)(711020)(4605104)(2017052603328)(49563074)(7193020); SRVR:BN6PR0101MB3009; x-ms-traffictypediagnostic: BN6PR0101MB3009: x-microsoft-antispam-prvs: x-forefront-prvs: 0001227049 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(366004)(396003)(376002)(39850400004)(346002)(136003)(199004)(189003)(52314003)(86362001)(8936002)(6436002)(7736002)(76176011)(81156014)(316002)(8676002)(66066001)(81166006)(4744005)(97736004)(68736007)(2501003)(229853002)(6916009)(74316002)(99286004)(19627405001)(71190400001)(105004)(71200400001)(25786009)(6246003)(2940100002)(256004)(2351001)(33656002)(486006)(11346002)(476003)(52536014)(99936001)(9686003)(2906002)(106356001)(446003)(3846002)(6506007)(5024004)(6116002)(14454004)(26005)(186003)(53546011)(7696005)(102836004)(105586002)(5640700003)(54896002)(53936002)(5660300002)(93156006)(55016002)(478600001); DIR:OUT; SFP:1102; SCL:1; SRVR:BN6PR0101MB3009; H:BN6PR0101MB3186.prod.exchangelabs.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; received-spf: None (protection.outlook.com: amperecomputing.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: uxLxftBPzga5Kvs+Z2e7h5DtaMCbvD7GINFEUmPVSCURD3MTtAjuvHnP9Z26jqmmUHYOUVsw/IXLnXl+LoNo7INT8SFfpLMtM0sfYL2t9RTv9vEyY+MbOWJCKtI/gjFSKkKl6O5uaj9K0pGw93Fysd+SnuCO/InnUtEmK+4QE6y7zj/IRIj7PbZF9C0Sjh5DQOomEJGAKUWLxlCNsDXDt/W2W3jb3kUfXtOC1LdilcAnpB+ViwHbixas1pv32n7r3dvnrKf2YyeKeI235B1VZWDQQVIvRdrS0hq6J/OmWJ1gmwRphec964irrpfW8w6UkBFVi9TkGOLu3kDKzTgfiuuDIztx8F6UudLmGAKi8jbeeW/NMR88yXgeP4W3pZ0BE/d45JBEpRcE6idwrUHEuCxULWm4sRN7Ucp5RHt5864= MIME-Version: 1.0 X-OriginatorOrg: amperecomputing.com X-MS-Exchange-CrossTenant-Network-Message-Id: 1055235a-dbcb-4d9a-c459-08d6bc706973 X-MS-Exchange-CrossTenant-originalarrivaltime: 08 Apr 2019 22:20:30.9206 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 3bc2b170-fd94-476d-b0ce-4229bdc904a7 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN6PR0101MB3009 X-Rspamd-Queue-Id: 0B3598E94B X-Spamd-Bar: - X-Spamd-Result: default: False [-1.86 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.63)[-0.630,0]; R_DKIM_ALLOW(-0.20)[amperecomputing.com:s=selector2]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_ATTACHMENT(0.00)[]; MIME_GOOD(-0.10)[multipart/mixed,multipart/alternative,text/plain]; NEURAL_HAM_LONG(-0.98)[-0.978,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.76)[0.761,0]; MX_GOOD(-0.01)[cached: amperecomputing-com.mail.protection.outlook.com]; DKIM_TRACE(0.00)[amperecomputing.com:+]; DMARC_POLICY_ALLOW(-0.50)[amperecomputing.com,quarantine]; RCVD_IN_DNSWL_NONE(0.00)[105.71.107.40.list.dnswl.org : 127.0.3.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+]; RCVD_TLS_LAST(0.00)[] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 22:20:36 -0000 I forgot to attach the photo. -Tinh ________________________________ From: Tinh Nguyen Sent: Monday, April 8, 2019 3:17 PM To: freebsd-arm@freebsd.org Subject: Can't install FreeBSD version 12 on aarch64 eMAG Hi, I believe that I reach out to the right community. Anyway, I tried to install the FreeBSD version 12 on our aarch64 eMAG, and = it hang as shown in the attached photo. Here's what I did: 1. Downloaded the binary "FreeBSD-12.0-RELEASE-arm64-aach64-memstick.img= " and dd the image to the bootable usb stick. 2. Booted the eMAG system from the bootable USB stick and it hang at the= location shown in the attached photo. What could it be the possible issue here? Thanks -Tinh From owner-freebsd-arm@freebsd.org Tue Apr 9 07:50:47 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEFDE1577DFE for ; Tue, 9 Apr 2019 07:50:46 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3363980A07 for ; Tue, 9 Apr 2019 07:50:46 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id E86AF1577DFD; Tue, 9 Apr 2019 07:50:45 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC4B11577DFC for ; Tue, 9 Apr 2019 07:50:45 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93CDD809EE for ; Tue, 9 Apr 2019 07:50:37 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=8WFPmWX4zcci39oCoL+zuFtahO5It08nr60I8imFTf8=; b=fBCQQpKgMlggTzgxLKyYv8OhT36xq18XX41y2hpeowPXDmHGRM0j+uXEXfM0O9p90rp6XKIFdXUBJX7gaSNvtMNdxKIs9ol0jGLkweuoVwxUDSh9Xf/H352YzNO8C3f3XW8caTC+GwTe/TVKXIPZ9BXpMETTnUX08AE9lybizR49dBmRbi6khJIB0Tl5YCbtDdIMrbSeUPBBZiA6M1Uv3O5beuyXuprYFnoy4e+cxEsLNg2MAOpjkzzsXeoymZbGPG/9dtd1LypxHsUhqSBdQ3+ApHxswL2B0e5jD6duYfVLPKWvwagOjTgLAahDyhZhwDavY+quXOiZA6e9fxujWA==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1hDlWQ-000MCP-Mb for arm@freebsd.org; Tue, 09 Apr 2019 10:50:22 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: i2c still not working for me Message-Id: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> Date: Tue, 9 Apr 2019 10:50:22 +0300 To: "freebsd-arm@freebsd.org" X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 93CDD809EE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=fBCQQpKg X-Spamd-Result: default: False [-2.88 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.89)[-0.887,0]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[huji.ac.il]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.64)[ipnet: 132.64.0.0/13(-1.77), asn: 378(-1.41), country: EU(-0.01)]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; MX_GOOD(-0.01)[kabab.cs.huji.ac.il,post.cs.huji.ac.il]; RCVD_IN_DNSWL_NONE(0.00)[210.116.65.132.list.dnswl.org : 127.0.10.0]; NEURAL_HAM_SHORT(-0.55)[-0.549,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:EU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 07:50:47 -0000 Hi, after the latest changes to i2c there is a small improvement, i2c -s finds the device but complains: root@neo-14:~ # i2c -s Hardware may not support START/STOP scanning; trying less-reliable read = method. Scanning I2C devices on /dev/iic0: 24 but nothing else works. I=E2=80=99ll try and connect my saleae signal analyzer later, but in = the meantime this is what I get on the console: [=E2=80=A6] iichb0: twsi_control_clear: read val=3D58 iichb0: twsi_control_clear: write val=3D40 iichb0: TWSI_WRITE: Writing 40 to c iichb0: twsi_start: twsi_start: slave=3D48 iichb0: twsi_locked_start: send start iichb0: TWSI_READ: read 58 from c iichb0: twsi_control_set: read val=3D58 iichb0: twsi_control_set: write val=3D68 iichb0: TWSI_WRITE: Writing 68 to c iichb0: twsi_poll_ctrl: Waiting for ctrl r. eg to match mask 8 iichb0: TWSI_READ: read 48 from c gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 twsi_poll_ctrl: done gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 TWSI_READ: read 8 from 10 iichb0: twsi_locked_start: status=3D8 iichb0: TWSI_WRITE: Writing 48 to 8 gic0: Spurious interrupt detected: last irq: 32 on CPU1 iichb0: TWSI_READ: read 48 from c gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 twsi_control_clear: read val=3D48 gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 twsi_control_clear: write val=3D40 gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 TWSI_WRITE: Writing 40 to c gic0: Spurious interrupt detected: last irq: 32 on CPU1 iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 TWSI_READ: read 48 from c iichb0: twsi_poll_ctrl: done iichb0: TWSI_READ: read 8 from 10 iichb0: twsi_locked_start: no ACK (status: 08) after sending slave = address gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 twsi_stop: twsi_stop [=E2=80=A6] BTW, the hardware is NanoPi-neo and it=E2=80=99s running Current 345984 thanks, danny From owner-freebsd-arm@freebsd.org Tue Apr 9 07:58:29 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C215157836E for ; Tue, 9 Apr 2019 07:58:29 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE7380F82 for ; Tue, 9 Apr 2019 07:58:28 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id 53ABC157836D; Tue, 9 Apr 2019 07:58:28 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C32B157836B for ; Tue, 9 Apr 2019 07:58:28 +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 9E63F80F80 for ; Tue, 9 Apr 2019 07:58:27 +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 51866f79; Tue, 9 Apr 2019 09:58: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=Y7iRJM8x9nHKvL60h979yW6ZAHU=; b=ZFVjNYIXDiNvXl8CqZw184J5m4KK +esUdCSAkoLI7Cmuns6wkosZUP+vm0Tx2udn0/nYznfNw/Da7UwapM+FWhSuhWND Gb5YLXXuRz+utWatCwtvFRQgcNHuBAMb29VF87ba8LVt2dhT96hBln/UljtCOnrS l5wvH9CL4aPwd2A= 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=r3SwKg01gwwvy/p/BQDixceYZd3bCsIJtEJvf4tVsu+xxyFrodPGUEEM 1DJ5Ex0o9ddn3Q2AisWlEv08U3IyZ8Xlul59y75E65jUf/HErvq2aBTiiJSmgQC5 KWsWlzPEjAsK9ie/ElcEEvonc1DF5TaGq9aO33aQEyykvod6oUg= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 6bd35136 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 9 Apr 2019 09:58:19 +0200 (CEST) Date: Tue, 9 Apr 2019 09:58:19 +0200 From: Emmanuel Vadot To: Daniel Braniss Cc: "freebsd-arm@freebsd.org" Subject: Re: i2c still not working for me Message-Id: <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> In-Reply-To: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 9E63F80F80 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 07:58:29 -0000 On Tue, 9 Apr 2019 10:50:22 +0300 Daniel Braniss wrote: > Hi, > after the latest changes to i2c there is a small improvement, > i2c -s finds the device but complains: >=20 > root@neo-14:~ # i2c -s > Hardware may not support START/STOP scanning; trying less-reliable read m= ethod. > Scanning I2C devices on /dev/iic0: 24 >=20 > but nothing else works. >=20 > I?ll try and connect my saleae signal analyzer later, but in the meantim= e this is what I get > on the console: > [?] > iichb0: twsi_control_clear: read val=3D58 > iichb0: twsi_control_clear: write val=3D40 > iichb0: TWSI_WRITE: Writing 40 to c > iichb0: twsi_start: twsi_start: slave=3D48 > iichb0: twsi_locked_start: send start > iichb0: TWSI_READ: read 58 from c > iichb0: twsi_control_set: read val=3D58 > iichb0: twsi_control_set: write val=3D68 > iichb0: TWSI_WRITE: Writing 68 to c > iichb0: twsi_poll_ctrl: Waiting for ctrl r. > eg to match mask 8 > iichb0: TWSI_READ: read 48 from c > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > twsi_poll_ctrl: done > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > TWSI_READ: read 8 from 10 > iichb0: twsi_locked_start: status=3D8 > iichb0: TWSI_WRITE: Writing 48 to 8 > gic0: Spurious interrupt detected: last irq: 32 on CPU1 > iichb0: TWSI_READ: read 48 from c > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > twsi_control_clear: read val=3D48 > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > twsi_control_clear: write val=3D40 > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > TWSI_WRITE: Writing 40 to c > gic0: Spurious interrupt detected: last irq: 32 on CPU1 > iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > TWSI_READ: read 48 from c > iichb0: twsi_poll_ctrl: done > iichb0: TWSI_READ: read 8 from 10 > iichb0: twsi_locked_start: no ACK (status: 08) after sending slave address > gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > twsi_stop: twsi_stop > [?] >=20 > BTW, the hardware is NanoPi-neo and it?s running Current 345984 >=20 > thanks, > danny >=20 Based on the function names you are using directly stop/start/etc ... My changes were only for i2c_transfer (I2CRDWR ioctls) --=20 Emmanuel Vadot From owner-freebsd-arm@freebsd.org Tue Apr 9 08:04:32 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D78B1578773 for ; Tue, 9 Apr 2019 08:04:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 671168130D for ; Tue, 9 Apr 2019 08:04:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 261F51578772; Tue, 9 Apr 2019 08:04:31 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A061578771 for ; Tue, 9 Apr 2019 08:04:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76F668130B for ; Tue, 9 Apr 2019 08:04:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=m7WwqPr9YzWPXnl2tnB2Uytqz916TeTyzSMUs2VRv0w=; b=ASOykWXerc8tN8X7MoRbsZoAgQHdEx4pwA0qvKMES+KGF8SndyBeQGzSN4l5hbPkTQao7Ez95yM2Lgamm40LrSiq9mAiK8vuqx8jmQlm4ytA8TXealvVRZiYPIfixKpUcC/48dE8nej94kpHDzRYnm10j+cZ4N0ZFpBmApVRuun10psGKLmJByBr8lnuhTf2r3s14bczGx2TnsM53tpc4gktwHvpSxHVbWr7oeFjFbXtb6If/dsEcd1wa89Fo4KV/Es6M/o8WzmMY11kUNvwhKFX719cuC39g34A52Y9NBTx0N+YXa7/0pXVyLMJ3t0ItrZjSzRdb5CGBHMeQlTQaQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1hDlk0-000NLg-3k; Tue, 09 Apr 2019 11:04:24 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: i2c still not working for me From: Daniel Braniss In-Reply-To: <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> Date: Tue, 9 Apr 2019 11:04:23 +0300 Cc: "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 76F668130B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.987,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 08:04:32 -0000 > On 9 Apr 2019, at 10:58, Emmanuel Vadot wrote: >=20 > On Tue, 9 Apr 2019 10:50:22 +0300 > Daniel Braniss wrote: >=20 >> Hi, >> after the latest changes to i2c there is a small improvement, >> i2c -s finds the device but complains: >>=20 >> root@neo-14:~ # i2c -s >> Hardware may not support START/STOP scanning; trying less-reliable = read method. >> Scanning I2C devices on /dev/iic0: 24 >>=20 >> but nothing else works. >>=20 >> I?ll try and connect my saleae signal analyzer later, but in the = meantime this is what I get >> on the console: >> [?] >> iichb0: twsi_control_clear: read val=3D58 >> iichb0: twsi_control_clear: write val=3D40 >> iichb0: TWSI_WRITE: Writing 40 to c >> iichb0: twsi_start: twsi_start: slave=3D48 >> iichb0: twsi_locked_start: send start >> iichb0: TWSI_READ: read 58 from c >> iichb0: twsi_control_set: read val=3D58 >> iichb0: twsi_control_set: write val=3D68 >> iichb0: TWSI_WRITE: Writing 68 to c >> iichb0: twsi_poll_ctrl: Waiting for ctrl r. >> eg to match mask 8 >> iichb0: TWSI_READ: read 48 from c >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> twsi_poll_ctrl: done >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> TWSI_READ: read 8 from 10 >> iichb0: twsi_locked_start: status=3D8 >> iichb0: TWSI_WRITE: Writing 48 to 8 >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >> iichb0: TWSI_READ: read 48 from c >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> twsi_control_clear: read val=3D48 >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> twsi_control_clear: write val=3D40 >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> TWSI_WRITE: Writing 40 to c >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> TWSI_READ: read 48 from c >> iichb0: twsi_poll_ctrl: done >> iichb0: TWSI_READ: read 8 from 10 >> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave = address >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >> twsi_stop: twsi_stop >> [?] >>=20 >> BTW, the hardware is NanoPi-neo and it?s running Current 345984 >>=20 >> thanks, >> danny >>=20 >=20 > Based on the function names you are using directly stop/start/etc ... > My changes were only for i2c_transfer (I2CRDWR ioctls) >=20 ok, this will show my ignorance, but could you send me some sample code = that uses I2CRDWR? btw, the device i=E2=80=99m trying out is an RFID reader pn533, which = works with a modified driver =E2=80=A6 thanks, danny > --=20 > Emmanuel Vadot From owner-freebsd-arm@freebsd.org Tue Apr 9 08:16:49 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B894B1578FB2 for ; Tue, 9 Apr 2019 08:16:49 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA3A82198 for ; Tue, 9 Apr 2019 08:16:49 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id D0AAF1578FA4; Tue, 9 Apr 2019 08:16:48 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABA751578FA3 for ; Tue, 9 Apr 2019 08:16:48 +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 2D5B882197 for ; Tue, 9 Apr 2019 08:16:47 +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 b25a44ed; Tue, 9 Apr 2019 10:16:46 +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=15h6wW3J59myijTn46Ttx7W3dZY=; b=WN6VVOmHEdGmZITDZd3eHR8RZv+L mMVTmYlHaI5tAJnaWzQSz3voxAzY6eBpDk2m44NBcK7ZhpCA1AspXd0CY3B55VEs 9yz8RiH7goek9ska4DSd6HmbKTocPKCdVBpvItKDa9iCSAPPC6WST45e1uhi361y WKmGlNhrSy5/Dd4= 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=NEsOLtFjNMIMSyYYHEpUL2Pk72oR/M79T+tWnKCXQ1WS8Je6XhEa3hnU 9LfO3biQs5EOjjkjGXxw6/InncqNwH1oxmtEN3Qz5HXvP03O7Co7/ZndGs8TZCgw LGEEwQMNeUo0EYfRm++AOXccwBFova2ANrPlJtwahNbfJL3xu8Y= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id e0d9032f TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 9 Apr 2019 10:16:46 +0200 (CEST) Date: Tue, 9 Apr 2019 10:16:45 +0200 From: Emmanuel Vadot To: Daniel Braniss Cc: "freebsd-arm@freebsd.org" Subject: Re: i2c still not working for me Message-Id: <20190409101645.d645241fe12451f166e033a2@bidouilliste.com> In-Reply-To: <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 2D5B882197 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.989,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 08:16:50 -0000 On Tue, 9 Apr 2019 11:04:23 +0300 Daniel Braniss wrote: >=20 >=20 > > On 9 Apr 2019, at 10:58, Emmanuel Vadot wrote: > >=20 > > On Tue, 9 Apr 2019 10:50:22 +0300 > > Daniel Braniss wrote: > >=20 > >> Hi, > >> after the latest changes to i2c there is a small improvement, > >> i2c -s finds the device but complains: > >>=20 > >> root@neo-14:~ # i2c -s > >> Hardware may not support START/STOP scanning; trying less-reliable rea= d method. > >> Scanning I2C devices on /dev/iic0: 24 > >>=20 > >> but nothing else works. > >>=20 > >> I?ll try and connect my saleae signal analyzer later, but in the mean= time this is what I get > >> on the console: > >> [?] > >> iichb0: twsi_control_clear: read val=3D58 > >> iichb0: twsi_control_clear: write val=3D40 > >> iichb0: TWSI_WRITE: Writing 40 to c > >> iichb0: twsi_start: twsi_start: slave=3D48 > >> iichb0: twsi_locked_start: send start > >> iichb0: TWSI_READ: read 58 from c > >> iichb0: twsi_control_set: read val=3D58 > >> iichb0: twsi_control_set: write val=3D68 > >> iichb0: TWSI_WRITE: Writing 68 to c > >> iichb0: twsi_poll_ctrl: Waiting for ctrl r. > >> eg to match mask 8 > >> iichb0: TWSI_READ: read 48 from c > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_poll_ctrl: done > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_READ: read 8 from 10 > >> iichb0: twsi_locked_start: status=3D8 > >> iichb0: TWSI_WRITE: Writing 48 to 8 > >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 > >> iichb0: TWSI_READ: read 48 from c > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_control_clear: read val=3D48 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_control_clear: write val=3D40 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_WRITE: Writing 40 to c > >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 > >> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_READ: read 48 from c > >> iichb0: twsi_poll_ctrl: done > >> iichb0: TWSI_READ: read 8 from 10 > >> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave add= ress > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_stop: twsi_stop > >> [?] > >>=20 > >> BTW, the hardware is NanoPi-neo and it?s running Current 345984 > >>=20 > >> thanks, > >> danny > >>=20 > >=20 > > Based on the function names you are using directly stop/start/etc ... > > My changes were only for i2c_transfer (I2CRDWR ioctls) > >=20 >=20 > ok, this will show my ignorance, but could you send me some sample code t= hat uses I2CRDWR? > btw, the device i?m trying out is an RFID reader pn533, which works with = a modified driver ? >=20 > thanks, > danny You can have a look at i2c(8) source code, it uses RDWR. Basically you give the ioctl some i2c messages (struct iic_rdwr_data). Also man 4 iic --=20 Emmanuel Vadot From owner-freebsd-arm@freebsd.org Tue Apr 9 08:23:17 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17400157949B for ; Tue, 9 Apr 2019 08:23:17 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD5B8267B for ; Tue, 9 Apr 2019 08:23:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 04A89157948E; Tue, 9 Apr 2019 08:23:16 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF961579488 for ; Tue, 9 Apr 2019 08:23:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3735382679 for ; Tue, 9 Apr 2019 08:23:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version:Content-Type:Message-Id:From; bh=H9YS4Mh/Yxox6r/XOb8VS6x6YXiMnfvWQwsU5+eHl/E=; b=dH9Gh58Jt9cJVfp1yMv3wMrS4aBEziR6RY805IPl9eiSJlXAQkkF2/l+ignF2lqnMRRJ477eO/floB25zTDU3/mxOSq5rnFz55BIWuEhiWhxxrXKo6rcSKGxzQRUAKF0x2Z1fYfSjcnBNL/DUr0s/d1Piu9XppW2wNm1z8ggX+8eKbuBbI2f5Fkn1Bm9Vitv8qpLtvdY6nGubB4KJIZMpZVM6n4GFW16RAkm+sUTk2eXXRmUZOzbx2CdR7V3iFVIGSf/6vdStWrGN565p97qSCiHWimOFhSOR5aSqtMAHJZ+sx3dGYA0xwiO+zDyppjdHR1YXBlQI0vv7FpRCjGwQQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1hDm29-000OID-MC; Tue, 09 Apr 2019 11:23:09 +0300 From: Daniel Braniss Message-Id: Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: i2c still not working for me Date: Tue, 9 Apr 2019 11:23:09 +0300 In-Reply-To: <20190409101645.d645241fe12451f166e033a2@bidouilliste.com> Cc: "freebsd-arm@freebsd.org" To: Emmanuel Vadot References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> <20190409101645.d645241fe12451f166e033a2@bidouilliste.com> X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 3735382679 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 08:23:17 -0000 > On 9 Apr 2019, at 11:16, Emmanuel Vadot wrote: >=20 > On Tue, 9 Apr 2019 11:04:23 +0300 > Daniel Braniss > = wrote: >=20 >>=20 >>=20 >>> On 9 Apr 2019, at 10:58, Emmanuel Vadot = wrote: >>>=20 >>> On Tue, 9 Apr 2019 10:50:22 +0300 >>> Daniel Braniss wrote: >>>=20 >>>> Hi, >>>> after the latest changes to i2c there is a small improvement, >>>> i2c -s finds the device but complains: >>>>=20 >>>> root@neo-14:~ # i2c -s >>>> Hardware may not support START/STOP scanning; trying less-reliable = read method. >>>> Scanning I2C devices on /dev/iic0: 24 >>>>=20 >>>> but nothing else works. >>>>=20 >>>> I?ll try and connect my saleae signal analyzer later, but in the = meantime this is what I get >>>> on the console: >>>> [?] >>>> iichb0: twsi_control_clear: read val=3D58 >>>> iichb0: twsi_control_clear: write val=3D40 >>>> iichb0: TWSI_WRITE: Writing 40 to c >>>> iichb0: twsi_start: twsi_start: slave=3D48 >>>> iichb0: twsi_locked_start: send start >>>> iichb0: TWSI_READ: read 58 from c >>>> iichb0: twsi_control_set: read val=3D58 >>>> iichb0: twsi_control_set: write val=3D68 >>>> iichb0: TWSI_WRITE: Writing 68 to c >>>> iichb0: twsi_poll_ctrl: Waiting for ctrl r. >>>> eg to match mask 8 >>>> iichb0: TWSI_READ: read 48 from c >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_poll_ctrl: done >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_READ: read 8 from 10 >>>> iichb0: twsi_locked_start: status=3D8 >>>> iichb0: TWSI_WRITE: Writing 48 to 8 >>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> iichb0: TWSI_READ: read 48 from c >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_control_clear: read val=3D48 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_control_clear: write val=3D40 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_WRITE: Writing 40 to c >>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_READ: read 48 from c >>>> iichb0: twsi_poll_ctrl: done >>>> iichb0: TWSI_READ: read 8 from 10 >>>> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave = address >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_stop: twsi_stop >>>> [?] >>>>=20 >>>> BTW, the hardware is NanoPi-neo and it?s running Current 345984 >>>>=20 >>>> thanks, >>>> danny >>>>=20 >>>=20 >>> Based on the function names you are using directly stop/start/etc = ... >>> My changes were only for i2c_transfer (I2CRDWR ioctls) >>>=20 >>=20 >> ok, this will show my ignorance, but could you send me some sample = code that uses I2CRDWR? >> btw, the device i?m trying out is an RFID reader pn533, which works = with a modified driver ? >>=20 >> thanks, >> danny >=20 > You can have a look at i2c(8) source code, it uses RDWR. > Basically you give the ioctl some i2c messages (struct iic_rdwr_data). > Also man 4 iic i=E2=80=99m looking at the driver,=20 thanks, danny >=20 > --=20 > Emmanuel Vadot > = > From owner-freebsd-arm@freebsd.org Tue Apr 9 14:56:49 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288A915311B9 for ; Tue, 9 Apr 2019 14:56:49 +0000 (UTC) (envelope-from karl@denninger.net) Received: from colo1.denninger.net (colo1.denninger.net [104.236.120.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9B7699A7; Tue, 9 Apr 2019 14:56:48 +0000 (UTC) (envelope-from karl@denninger.net) Received: from denninger.net (ip68-1-57-197.pn.at.cox.net [68.1.57.197]) by colo1.denninger.net (Postfix) with ESMTP id 20125211083; Tue, 9 Apr 2019 10:55:41 -0400 (EDT) Received: from [192.168.10.26] (D16.Denninger.Net [192.168.10.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by denninger.net (Postfix) with ESMTPSA id 5F1508271; Tue, 9 Apr 2019 09:55:40 -0500 (CDT) Subject: Re: insanely-high interrupt rates To: Andrew Gierth , Ian Lepore Cc: ticso@cicely.de, "freebsd-arm@freebsd.org" References: <004ddba628b94b80845d8e509ddcb648d21fd6c9.camel@freebsd.org> <20190319161423.GH57400@cicely7.cicely.de> <52df098fdc0caf5de1879c93239534fffbd49b56.camel@freebsd.org> <40f57de2-2b25-3981-a416-b9958cc97636@denninger.net> <669892ac3fc37b0843a156c0ab102316829103fd.camel@freebsd.org> <663f2566-b035-7011-70eb-4163b41e6e55@denninger.net> <20190325164827.GL57400@cicely7.cicely.de> <3db9cf8a-68ee-e339-67bf-760ee51464fd@denninger.net> <874l7fyrpr.fsf@news-spur.riddles.org.uk> From: Karl Denninger Openpgp: preference=signencrypt Autocrypt: addr=karl@denninger.net; prefer-encrypt=mutual; keydata= mQINBFIX1zsBEADRcJfsQUl9oFeoMfLPJ1kql+3sIaYx0MfJAUhV9LnbWxr0fsWCskM1O4cV tHm5dqPkuPM4Ztc0jLotD1i9ubWvCHOlkLGxFOL+pFbjA+XZ7VKsC/xWmhMwJ3cM8HavK2OV SzEWQ/AEYtMi04IzGSwsxh/5/5R0mPHrsIomV5SbuiI0vjLuDj7fo6146AABI1ULzge4hBYW i/SHrqUrLORmUNBs6bxek79/B0Dzk5cIktD3LOfbT9EAa5J/osVkstMBhToJgQttaMIGv8SG CzpR/HwEokE+7DP+k2mLHnLj6H3kfugOF9pJH8Za4yFmw//s9cPXV8WwtZ2SKfVzn1unpKqf wmJ1PwJoom/d4fGvQDkgkGKRa6RGC6tPmXnqnx+YX4iCOdFfbP8L9rmk2sewDDVzHDU3I3ZZ 8hFIjMYM/QXXYszRatK0LCV0QPZuF7LCf4uQVKw1/oyJInsnH7+6a3c0h21x+CmSja9QJ+y0 yzgEN/nM89d6YTakfR+1xkYgodVmMy/bS8kmXbUUZG/CyeqCqc95RUySjKT2ECrf9GhhoQkl +D8n2MsrAUSMGB4GQSN+TIq9OBTpNuvATGSRuF9wnQcs1iSry+JNCpfRTyWp83uCNApe6oHU EET4Et6KDO3AvjvBMAX0TInTRGW2SQlJMuFKpc7Dg7tHK8zzqQARAQABtCNLYXJsIERlbm5p bmdlciA8a2FybEBkZW5uaW5nZXIubmV0PokCPAQTAQIAJgUCUhfXOwIbIwUJCWYBgAYLCQgH AwIEFQIIAwQWAgMBAh4BAheAAAoJEG6/sivc5s0PLxQP/i6x/QFx9G4Cw7C+LthhLXIm7NSH AtNbz2UjySEx2qkoQQjtsK6mcpEEaky4ky6t8gz0/SifIfJmSmyAx0UhUQ0WBv1vAXwtNrQQ jJd9Bj6l4c2083WaXyHPjt2u2Na6YFowyb4SaQb83hu/Zs25vkPQYJVVE0JX409MFVPUa6E3 zFbd1OTr3T4yNUy4gNeQZfzDqDS8slbIks2sXeoJrZ6qqXVI0ionoivOlaN4T6Q0UYyXtigj dQvvhMt0aNowKFjRqrmSDRpdz+o6yg7Mp7qEZ1V6EZk8KqQTH6htpCTQ8i79ttK4LG6bstSF Re6Fwq52nbrcANrcdmtZXqjo+SGbUqJ8b1ggrxAsJ5MEhRh2peKrCgI/TjQo+ZxfnqEoR4AI 46Cyiz+/lcVvlvmf2iPifS3EEdaH3Itfwt7MxFm6mQORYs6skHDw3tOYB2/AdCW6eRVYs2hB RMAG4uwApZfZDKgRoE95PJmQjeTBiGmRPcsQZtNESe7I7EjHtCDLwtJqvD4HkDDQwpzreT6W XkyIJ7ns7zDfA1E+AQhFR6rsTFGgQZRZKsVeov3SbhYKkCnVDCvb/PKQCAGkSZM9SvYG5Yax 8CMry3AefKktf9fqBFg8pWqtVxDwJr56dhi0GHXRu3jVI995rMGo1fLUG5fSxiZ8L5sAtokh 9WFmQpyl Message-ID: <701e011f-3088-8ed4-4fbb-6fa93ac698f5@denninger.net> Date: Tue, 9 Apr 2019 09:55:40 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <874l7fyrpr.fsf@news-spur.riddles.org.uk> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; boundary="------------ms060503020704080604070306" X-Rspamd-Queue-Id: 3C9B7699A7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.50 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; HAS_ATTACHMENT(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[px.denninger.net]; NEURAL_HAM_SHORT(-0.93)[-0.931,0]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-2.38)[ip: (-9.88), ipnet: 104.236.64.0/18(-3.71), asn: 14061(1.77), country: US(-0.06)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:14061, ipnet:104.236.64.0/18, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:+]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[197.57.1.68.zen.spamhaus.org : 127.0.0.11]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.985,0]; FROM_HAS_DN(0.00)[]; SIGNED_SMIME(-2.00)[]; RCPT_COUNT_THREE(0.00)[4]; MIME_GOOD(-0.20)[multipart/signed,multipart/alternative,text/plain]; DMARC_NA(0.00)[denninger.net]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_SPF_NA(0.00)[] X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 14:56:49 -0000 This is a cryptographically signed message in MIME format. --------------ms060503020704080604070306 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/3/2019 11:48, Andrew Gierth wrote: > Per my earlier analysis, and the discussion on IRC, I'm now running my > RPI2B with the attached patch (against 12-stable). So far, I'm not > seeing any issues. > > I don't think this patch is really a complete fix (in particular, on > arm64 I would expect the opposite problem to exist, with spurious > physical timer interrupts instead). I'm only running it to confirm my > analysis of the problem and to get a working system. It should do fine > on 32-bit arm though. Any progress on this into or within the tree (or comments on what is a trivially small patch) for 12-STABLE? --=20 Karl Denninger karl@denninger.net /The Market Ticker/ /[S/MIME encrypted email preferred]/ --------------ms060503020704080604070306 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgMFADCABgkqhkiG9w0BBwEAAKCC DdgwggagMIIEiKADAgECAhMA5EiKghDOXrvfxYxjITXYDdhIMA0GCSqGSIb3DQEBCwUAMIGL MQswCQYDVQQGEwJVUzEQMA4GA1UECAwHRmxvcmlkYTESMBAGA1UEBwwJTmljZXZpbGxlMRkw FwYDVQQKDBBDdWRhIFN5c3RlbXMgTExDMRgwFgYDVQQLDA9DdWRhIFN5c3RlbXMgQ0ExITAf BgNVBAMMGEN1ZGEgU3lzdGVtcyBMTEMgMjAxNyBDQTAeFw0xNzA4MTcxNjQyMTdaFw0yNzA4 MTUxNjQyMTdaMHsxCzAJBgNVBAYTAlVTMRAwDgYDVQQIDAdGbG9yaWRhMRkwFwYDVQQKDBBD dWRhIFN5c3RlbXMgTExDMRgwFgYDVQQLDA9DdWRhIFN5c3RlbXMgQ0ExJTAjBgNVBAMMHEN1 ZGEgU3lzdGVtcyBMTEMgMjAxNyBJbnQgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK AoICAQC1aJotNUI+W4jP7xQDO8L/b4XiF4Rss9O0B+3vMH7Njk85fZ052QhZpMVlpaaO+sCI KqG3oNEbuOHzJB/NDJFnqh7ijBwhdWutdsq23Ux6TvxgakyMPpT6TRNEJzcBVQA0kpby1DVD 0EKSK/FrWWBiFmSxg7qUfmIq/mMzgE6epHktyRM3OGq3dbRdOUgfumWrqHXOrdJz06xE9NzY vc9toqZnd79FUtE/nSZVm1VS3Grq7RKV65onvX3QOW4W1ldEHwggaZxgWGNiR/D4eosAGFxn uYeWlKEC70c99Mp1giWux+7ur6hc2E+AaTGh+fGeijO5q40OGd+dNMgK8Es0nDRw81lRcl24 SWUEky9y8DArgIFlRd6d3ZYwgc1DMTWkTavx3ZpASp5TWih6yI8ACwboTvlUYeooMsPtNa9E 6UQ1nt7VEi5syjxnDltbEFoLYcXBcqhRhFETJe9CdenItAHAtOya3w5+fmC2j/xJz29og1KH YqWHlo3Kswi9G77an+zh6nWkMuHs+03DU8DaOEWzZEav3lVD4u76bKRDTbhh0bMAk4eXriGL h4MUoX3Imfcr6JoyheVrAdHDL/BixbMH1UUspeRuqQMQ5b2T6pabXP0oOB4FqldWiDgJBGRd zWLgCYG8wPGJGYgHibl5rFiI5Ix3FQncipc6SdUzOQIDAQABo4IBCjCCAQYwHQYDVR0OBBYE FF3AXsKnjdPND5+bxVECGKtc047PMIHABgNVHSMEgbgwgbWAFBu1oRhUMNEzjODolDka5k4Q EDBioYGRpIGOMIGLMQswCQYDVQQGEwJVUzEQMA4GA1UECAwHRmxvcmlkYTESMBAGA1UEBwwJ TmljZXZpbGxlMRkwFwYDVQQKDBBDdWRhIFN5c3RlbXMgTExDMRgwFgYDVQQLDA9DdWRhIFN5 c3RlbXMgQ0ExITAfBgNVBAMMGEN1ZGEgU3lzdGVtcyBMTEMgMjAxNyBDQYIJAKxAy1WBo2kY MBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4IC AQCB5686UCBVIT52jO3sz9pKuhxuC2npi8ZvoBwt/IH9piPA15/CGF1XeXUdu2qmhOjHkVLN gO7XB1G8CuluxofOIUce0aZGyB+vZ1ylHXlMeB0R82f5dz3/T7RQso55Y2Vog2Zb7PYTC5B9 oNy3ylsnNLzanYlcW3AAfzZcbxYuAdnuq0Im3EpGm8DoItUcf1pDezugKm/yKtNtY6sDyENj tExZ377cYA3IdIwqn1Mh4OAT/Rmh8au2rZAo0+bMYBy9C11Ex0hQ8zWcvPZBDn4v4RtO8g+K uQZQcJnO09LJNtw94W3d2mj4a7XrsKMnZKvm6W9BJIQ4Nmht4wXAtPQ1xA+QpxPTmsGAU0Cv HmqVC7XC3qxFhaOrD2dsvOAK6Sn3MEpH/YrfYCX7a7cz5zW3DsJQ6o3pYfnnQz+hnwLlz4MK 17NIA0WOdAF9IbtQqarf44+PEyUbKtz1r0KGeGLs+VGdd2FLA0e7yuzxJDYcaBTVwqaHhU2/ Fna/jGU7BhrKHtJbb/XlLeFJ24yvuiYKpYWQSSyZu1R/gvZjHeGb344jGBsZdCDrdxtQQcVA 6OxsMAPSUPMrlg9LWELEEYnVulQJerWxpUecGH92O06wwmPgykkz//UmmgjVSh7ErNvL0lUY UMfunYVO/O5hwhW+P4gviCXzBFeTtDZH259O7TCCBzAwggUYoAMCAQICEwCg0WvVwekjGFiO 62SckFwepz0wDQYJKoZIhvcNAQELBQAwezELMAkGA1UEBhMCVVMxEDAOBgNVBAgMB0Zsb3Jp ZGExGTAXBgNVBAoMEEN1ZGEgU3lzdGVtcyBMTEMxGDAWBgNVBAsMD0N1ZGEgU3lzdGVtcyBD QTElMCMGA1UEAwwcQ3VkYSBTeXN0ZW1zIExMQyAyMDE3IEludCBDQTAeFw0xNzA4MTcyMTIx MjBaFw0yMjA4MTYyMTIxMjBaMFcxCzAJBgNVBAYTAlVTMRAwDgYDVQQIDAdGbG9yaWRhMRkw FwYDVQQKDBBDdWRhIFN5c3RlbXMgTExDMRswGQYDVQQDDBJrYXJsQGRlbm5pbmdlci5uZXQw ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC+HVSyxVtJhy3Ohs+PAGRuO//Dha9A 16l5FPATr6wude9zjX5f2lrkRyU8vhCXTZW7WbvWZKpcZ8r0dtZmiK9uF58Ec6hhvfkxJzbg 96WHBw5Fumd5ahZzuCJDtCAWW8R7/KN+zwzQf1+B3MVLmbaXAFBuKzySKhKMcHbK3/wjUYTg y+3UK6v2SBrowvkUBC+jxNg3Wy12GsTXcUS/8FYIXgVVPgfZZrbJJb5HWOQpvvhILpPCD3xs YJFNKEPltXKWHT7Qtc2HNqikgNwj8oqOb+PeZGMiWapsatKm8mxuOOGOEBhAoTVTwUHlMNTg 6QUCJtuWFCK38qOCyk9Haj+86lUU8RG6FkRXWgMbNQm1mWREQhw3axgGLSntjjnznJr5vsvX SYR6c+XKLd5KQZcS6LL8FHYNjqVKHBYM+hDnrTZMqa20JLAF1YagutDiMRURU23iWS7bA9tM cXcqkclTSDtFtxahRifXRI7Epq2GSKuEXe/1Tfb5CE8QsbCpGsfSwv2tZ/SpqVG08MdRiXxN 5tmZiQWo15IyWoeKOXl/hKxA9KPuDHngXX022b1ly+5ZOZbxBAZZMod4y4b4FiRUhRI97r9l CxsP/EPHuuTIZ82BYhrhbtab8HuRo2ofne2TfAWY2BlA7ExM8XShMd9bRPZrNTokPQPUCWCg CdIATQIDAQABo4IBzzCCAcswPAYIKwYBBQUHAQEEMDAuMCwGCCsGAQUFBzABhiBodHRwOi8v b2NzcC5jdWRhc3lzdGVtcy5uZXQ6ODg4ODAJBgNVHRMEAjAAMBEGCWCGSAGG+EIBAQQEAwIF oDAOBgNVHQ8BAf8EBAMCBeAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMEMDMGCWCG SAGG+EIBDQQmFiRPcGVuU1NMIEdlbmVyYXRlZCBDbGllbnQgQ2VydGlmaWNhdGUwHQYDVR0O BBYEFLElmNWeVgsBPe7O8NiBzjvjYnpRMIHKBgNVHSMEgcIwgb+AFF3AXsKnjdPND5+bxVEC GKtc047PoYGRpIGOMIGLMQswCQYDVQQGEwJVUzEQMA4GA1UECAwHRmxvcmlkYTESMBAGA1UE BwwJTmljZXZpbGxlMRkwFwYDVQQKDBBDdWRhIFN5c3RlbXMgTExDMRgwFgYDVQQLDA9DdWRh IFN5c3RlbXMgQ0ExITAfBgNVBAMMGEN1ZGEgU3lzdGVtcyBMTEMgMjAxNyBDQYITAORIioIQ zl6738WMYyE12A3YSDAdBgNVHREEFjAUgRJrYXJsQGRlbm5pbmdlci5uZXQwDQYJKoZIhvcN AQELBQADggIBAJXboPFBMLMtaiUt4KEtJCXlHO/3ZzIUIw/eobWFMdhe7M4+0u3te0sr77QR dcPKR0UeHffvpth2Mb3h28WfN0FmJmLwJk+pOx4u6uO3O0E1jNXoKh8fVcL4KU79oEQyYkbu 2HwbXBU9HbldPOOZDnPLi0whi/sbFHdyd4/w/NmnPgzAsQNZ2BYT9uBNr+jZw4SsluQzXG1X lFL/qCBoi1N2mqKPIepfGYF6drbr1RnXEJJsuD+NILLooTNf7PMgHPZ4VSWQXLNeFfygoOOK FiO0qfxPKpDMA+FHa8yNjAJZAgdJX5Mm1kbqipvb+r/H1UAmrzGMbhmf1gConsT5f8KU4n3Q IM2sOpTQe7BoVKlQM/fpQi6aBzu67M1iF1WtODpa5QUPvj1etaK+R3eYBzi4DIbCIWst8MdA 1+fEeKJFvMEZQONpkCwrJ+tJEuGQmjoQZgK1HeloepF0WDcviiho5FlgtAij+iBPtwMuuLiL shAXA5afMX1hYM4l11JXntle12EQFP1r6wOUkpOdxceCcMVDEJBBCHW2ZmdEaXgAm1VU+fnQ qS/wNw/S0X3RJT1qjr5uVlp2Y0auG/eG0jy6TT0KzTJeR9tLSDXprYkN2l/Qf7/nT6Q03qyE QnnKiBXWAZXveafyU/zYa7t3PTWFQGgWoC4w6XqgPo4KV44OMYIFBzCCBQMCAQEwgZIwezEL MAkGA1UEBhMCVVMxEDAOBgNVBAgMB0Zsb3JpZGExGTAXBgNVBAoMEEN1ZGEgU3lzdGVtcyBM TEMxGDAWBgNVBAsMD0N1ZGEgU3lzdGVtcyBDQTElMCMGA1UEAwwcQ3VkYSBTeXN0ZW1zIExM QyAyMDE3IEludCBDQQITAKDRa9XB6SMYWI7rZJyQXB6nPTANBglghkgBZQMEAgMFAKCCAkUw GAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTkwNDA5MTQ1NTQw WjBPBgkqhkiG9w0BCQQxQgRA9Qr01KH2X5sMGpUYJmjTdVUwFf/bgiyWlAqbBngHnC113kO4 uFJeolsv2Gygej+q++0HYDmZm+WdDusrTyOpVDBsBgkqhkiG9w0BCQ8xXzBdMAsGCWCGSAFl AwQBKjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3 DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGjBgkrBgEEAYI3EAQxgZUwgZIwezEL MAkGA1UEBhMCVVMxEDAOBgNVBAgMB0Zsb3JpZGExGTAXBgNVBAoMEEN1ZGEgU3lzdGVtcyBM TEMxGDAWBgNVBAsMD0N1ZGEgU3lzdGVtcyBDQTElMCMGA1UEAwwcQ3VkYSBTeXN0ZW1zIExM QyAyMDE3IEludCBDQQITAKDRa9XB6SMYWI7rZJyQXB6nPTCBpQYLKoZIhvcNAQkQAgsxgZWg gZIwezELMAkGA1UEBhMCVVMxEDAOBgNVBAgMB0Zsb3JpZGExGTAXBgNVBAoMEEN1ZGEgU3lz dGVtcyBMTEMxGDAWBgNVBAsMD0N1ZGEgU3lzdGVtcyBDQTElMCMGA1UEAwwcQ3VkYSBTeXN0 ZW1zIExMQyAyMDE3IEludCBDQQITAKDRa9XB6SMYWI7rZJyQXB6nPTANBgkqhkiG9w0BAQEF AASCAgArPwUD+XQ/BidveS2GTL4w31TxnMpeBWZ5cbrcmVfBuy1vd7IiI5OY2/QBqsrXdMgE 96Iy5chABGxOHvaI76Iyi+cFXGVmiIplfdpfbO8waazZCWpN/G8FJ4F6bx5LjEkwXlCe6+we EzRwBjkDn8hsqynNYBecVslacMXrTvEwSEDbfcaDGnGeiCnB4mNLTH5mwPmH3mvBfxblJFgk SpSb7gqeCBHQrwSO8pNRzLctVpwE7tu+gNzk0JCPenVjhqa2IKROfzfkS/A3meTPu5udkbdb 3SkJPdxfpaPCiyQYGEWJdtGQ6x5eHb0OLJrus1QMqZE7Pc/D5omYXJ/iVcl/3z2zAG2/zGdh 475KqiMebS0uh7NTuffIDSZs17E731NwbRTEG96HQgmW1WLejekhl9bpn/C2tdDgTY+EErw6 1dsDHQM6t9K9BG/cAh1iieYRtcRkmGYHR01Ln0Wg2p7Q3Zc4+fOKvDBzM5u+EkWNR9YHbJDT 3+MN0sOihdO4xxpeW5Kbietm3F2aUJEuTa9fvOPR+f78EXLinMPHrb0IGm+7X++PKcSzUhhk G2VWCWIfuRRAs2WiRg9wuxOtfWq5lAt/CyMMHeMt0RxdKKIJTQgKchOdZ1V5BwXoZLr3oRCG 9YWX0PZfjJ56Fd/Fbzc8Jkk2aWvFtnRM8Vgrg7hvOgAAAAAAAA== --------------ms060503020704080604070306-- From owner-freebsd-arm@freebsd.org Tue Apr 9 17:15:55 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AA981566258 for ; Tue, 9 Apr 2019 17:15:55 +0000 (UTC) (envelope-from meghan.hudson@megadatasol.com) Received: from IND01-BO1-obe.outbound.protection.outlook.com (mail-eopbgr1390043.outbound.protection.outlook.com [40.107.139.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB6F06EF15 for ; Tue, 9 Apr 2019 17:15:53 +0000 (UTC) (envelope-from meghan.hudson@megadatasol.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=NETORGFT3967678.onmicrosoft.com; s=selector1-megadatasol-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=uzmnRTebNMLGLgAnj7+b14VoTY3jquqwynX36OzQUos=; b=lWq1diPIemvsvJ8F75pub3IfLoI3Vg+HnThZQulw1OwnsJisYwF7TOlRgfhLWwYrcSxs2fuo8HqayDNYeD4CT69tImCN8caGmqgS2Y4iihu5Q0vVzGyKZA83BJoBfJNYSCxcwXc8+TjNFTjOAbgd4zOnUoA2t5uD2vKlHmcaFSM= Received: from BM1PR0101MB1987.INDPRD01.PROD.OUTLOOK.COM (10.174.223.141) by BM1PR0101MB1698.INDPRD01.PROD.OUTLOOK.COM (52.133.128.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1771.18; Tue, 9 Apr 2019 17:15:50 +0000 Received: from BM1PR0101MB1987.INDPRD01.PROD.OUTLOOK.COM ([fe80::dce4:9114:874b:8a34]) by BM1PR0101MB1987.INDPRD01.PROD.OUTLOOK.COM ([fe80::dce4:9114:874b:8a34%5]) with mapi id 15.20.1771.021; Tue, 9 Apr 2019 17:15:50 +0000 From: Meghan Hudson To: "freebsd-arm@freebsd.org" Subject: Microsoft SharePoint Users Contact List Thread-Topic: Microsoft SharePoint Users Contact List Thread-Index: AdTu9SHQek/zTJ55TyqkCu3sa1v+zg== Date: Tue, 9 Apr 2019 16:56:13 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [49.205.218.78] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: e7d35c8a-0688-4474-77e4-08d6bd0f03ba x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(7021145)(8989299)(4534185)(7022145)(4603075)(4627221)(201702281549075)(8990200)(7048125)(7024125)(7027125)(7023125)(5600139)(711020)(4605104)(2017052603328)(7193020); SRVR:BM1PR0101MB1698; x-ms-traffictypediagnostic: BM1PR0101MB1698: x-microsoft-antispam-prvs: x-forefront-prvs: 000227DA0C x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(366004)(396003)(376002)(39850400004)(346002)(136003)(47530400004)(189003)(199004)(53936002)(99286004)(54896002)(106356001)(71200400001)(316002)(6306002)(14444005)(256004)(7696005)(486006)(9686003)(105586002)(4743002)(5640700003)(44832011)(2501003)(55016002)(2351001)(476003)(6436002)(52230400001)(6666004)(68736007)(2906002)(790700001)(3846002)(6116002)(78486014)(86362001)(71190400001)(26005)(9326002)(5660300002)(7736002)(8676002)(81166006)(33656002)(81156014)(45080400002)(8936002)(626008)(66066001)(74316002)(508600001)(52536014)(25786009)(186003)(14454004)(6506007)(6916009)(102836004)(97736004)(26710200004); DIR:OUT; SFP:1101; SCL:1; SRVR:BM1PR0101MB1698; H:BM1PR0101MB1987.INDPRD01.PROD.OUTLOOK.COM; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; received-spf: None (protection.outlook.com: megadatasol.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: QHqn6wgpDttn3JT5PIm36xc5H6RlQ94u8WT2UTYsLEe5ofS5L79IK42p04pINQTd/UYkBnryP81gNbfowtg82XFQZOtT7QG3IiOQa71ya9G+DzkDbo6Jpf/DVvNYLZ26heKeS/wD1Wsmwt0sGCWUlWlpW5r4ReOsF/4//S+JOfqHetaLUJCwmX3zRKhLwiHIchpE2fBUazfRCWLyUaP4blYca0iMUE1yWghA9R0AtErxM2v8Of9sDIz3/Sf3nv1a7m5Gh1AJo8c1gBUHDug+plnO3zk1LtCjaewvjD4YCRacOCQdf74/l1UZnmAwGPXzGYYQKV0SYcuGG5mT+UMr+OwT03ezxsurC7VYllprLu2xHCiUfVHRPGjaOGEnga7ZSgdzxYIDDBsMaNIZubxK98TwcX5x5ZZFPaAU37gL9uc= MIME-Version: 1.0 X-OriginatorOrg: megadatasol.com X-MS-Exchange-CrossTenant-Network-Message-Id: e7d35c8a-0688-4474-77e4-08d6bd0f03ba X-MS-Exchange-CrossTenant-originalarrivaltime: 09 Apr 2019 16:56:13.1429 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 5306e4e0-cd0e-47cd-8c83-d975adce87bb X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-Transport-CrossTenantHeadersStamped: BM1PR0101MB1698 X-Rspamd-Queue-Id: BB6F06EF15 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=NETORGFT3967678.onmicrosoft.com header.s=selector1-megadatasol-com header.b=lWq1diPI; spf=pass (mx1.freebsd.org: domain of meghan.hudson@megadatasol.com designates 40.107.139.43 as permitted sender) smtp.mailfrom=meghan.hudson@megadatasol.com X-Spamd-Result: default: False [-0.67 / 15.00]; ARC_NA(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; R_DKIM_ALLOW(-0.20)[NETORGFT3967678.onmicrosoft.com:s=selector1-megadatasol-com]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[megadatasol.com]; NEURAL_HAM_LONG(-0.95)[-0.948,0]; RCPT_COUNT_ONE(0.00)[1]; MANY_INVISIBLE_PARTS(0.05)[1]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.65)[0.652,0]; DKIM_TRACE(0.00)[NETORGFT3967678.onmicrosoft.com:+]; MX_GOOD(-0.01)[megadatasol-com.mail.protection.outlook.com,megadatasol-com.mail.protection.outlook.com]; RCVD_IN_DNSWL_NONE(0.00)[43.139.107.40.list.dnswl.org : 127.0.3.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-0.41)[-0.411,0] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 17:15:55 -0000 Hello, Hope you're having a great day! I just wanted to know if you're looking to acquire Microsoft SharePoint Use= rs Contact List for your marketing efforts? We also provide companies that currently use services like: Backup & Recove= ry, Connectivity, Cybersecurity, DaaS, Email Security, IT Consulting Applic= ation Dev., Azure, Bare Metal, Colocation, Cybersecurity, Email Security, I= T Consulting, Managed IT, Cybersecurity, Email Security, Hosted Exchange, I= aaS, and many more... We also provide companies that currently use products of: Amazon, Barracuda= , Cisco, ConnectWise, Datto, Dell, EMC=B2, Google, Citrix, HP, IBM, Juniper= , Microsoft, Bitdefender, Fortinet, Google, Adobe, Amazon, Apple, Brocade, = Centrify, Check Point, Kaseya, Kaspersky, Veeam, VMware, Ruckus, SonicWall,= Dell, Nimble, StorageCraft, Veeam, Akamai, Riverbed, Adobe, Fortinet, Ruck= us, Symantec, Veeam, Alert Logic, Amazon, Cisco, Forcepoint and many more.= .. Information Field: Names, Title, Email, Phone, Company Name, Company URL, C= ompany physical address, SIC Code, Industry and Company Size (Revenue and E= mployee). Kindly review and let me know of your target interest so that I can get bac= k to you with the exact counts and sample file. Do let me know if you have any questions for me. Regards, Meghan Hudson Database Executive If you do not wish to receive these emails. Please respond Exit. From owner-freebsd-arm@freebsd.org Tue Apr 9 17:16:22 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F8FB156629D for ; Tue, 9 Apr 2019 17:16:22 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BF3176EF81 for ; Tue, 9 Apr 2019 17:16:21 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: by mailman.ysv.freebsd.org (Postfix) id 791091566299; Tue, 9 Apr 2019 17:16:21 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 551751566295 for ; Tue, 9 Apr 2019 17:16:21 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E449E6EF76 for ; Tue, 9 Apr 2019 17:16:20 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1hDuLw-0001Cj-7T; Tue, 09 Apr 2019 10:16:08 -0700 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id x39HG4VC004626; Tue, 9 Apr 2019 10:16:04 -0700 (PDT) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Tue, 9 Apr 2019 10:16:04 -0700 From: Oleksandr Tymoshenko To: Daniel Braniss Cc: Emmanuel Vadot , "freebsd-arm@freebsd.org" Subject: Re: i2c still not working for me Message-ID: <20190409171604.GA4581@bluezbox.com> References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> X-Operating-System: FreeBSD/11.1-RELEASE-p4 (amd64) User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Daniel Braniss (danny@cs.huji.ac.il) wrote: > > > > On 9 Apr 2019, at 10:58, Emmanuel Vadot wrote: > > > > On Tue, 9 Apr 2019 10:50:22 +0300 > > Daniel Braniss List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 17:16:22 -0000 Daniel Braniss (danny@cs.huji.ac.il) wrote: > > > > On 9 Apr 2019, at 10:58, Emmanuel Vadot wrote: > > > > On Tue, 9 Apr 2019 10:50:22 +0300 > > Daniel Braniss wrote: > > > >> Hi, > >> after the latest changes to i2c there is a small improvement, > >> i2c -s finds the device but complains: > >> > >> root@neo-14:~ # i2c -s > >> Hardware may not support START/STOP scanning; trying less-reliable read method. > >> Scanning I2C devices on /dev/iic0: 24 > >> > >> but nothing else works. > >> > >> I?ll try and connect my saleae signal analyzer later, but in the meantime this is what I get > >> on the console: > >> [?] > >> iichb0: twsi_control_clear: read val=58 > >> iichb0: twsi_control_clear: write val=40 > >> iichb0: TWSI_WRITE: Writing 40 to c > >> iichb0: twsi_start: twsi_start: slave=48 > >> iichb0: twsi_locked_start: send start > >> iichb0: TWSI_READ: read 58 from c > >> iichb0: twsi_control_set: read val=58 > >> iichb0: twsi_control_set: write val=68 > >> iichb0: TWSI_WRITE: Writing 68 to c > >> iichb0: twsi_poll_ctrl: Waiting for ctrl r. > >> eg to match mask 8 > >> iichb0: TWSI_READ: read 48 from c > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_poll_ctrl: done > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_READ: read 8 from 10 > >> iichb0: twsi_locked_start: status=8 > >> iichb0: TWSI_WRITE: Writing 48 to 8 > >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 > >> iichb0: TWSI_READ: read 48 from c > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_control_clear: read val=48 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_control_clear: write val=40 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_WRITE: Writing 40 to c > >> gic0: Spurious interrupt detected: last irq: 32 on CPU1 > >> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> TWSI_READ: read 48 from c > >> iichb0: twsi_poll_ctrl: done > >> iichb0: TWSI_READ: read 8 from 10 > >> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave address > >> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 > >> twsi_stop: twsi_stop > >> [?] > >> > >> BTW, the hardware is NanoPi-neo and it?s running Current 345984 > >> > >> thanks, > >> danny > >> > > > > Based on the function names you are using directly stop/start/etc ... > > My changes were only for i2c_transfer (I2CRDWR ioctls) > > > > ok, this will show my ignorance, but could you send me some sample code that uses I2CRDWR? > btw, the device i’m trying out is an RFID reader pn533, which works with a modified driver … Sample code for TMP102 sensor that uses RDWR ioctl: https://github.com/gonzoua/freebsd-embedded-demos/blob/master/libtmp102/tmp102.c -- gonzo From owner-freebsd-arm@freebsd.org Tue Apr 9 23:02:13 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852E81571620 for ; Tue, 9 Apr 2019 23:02:13 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [195.149.99.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "raven.bwct.de", Issuer "raven.bwct.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3B6865AE for ; Tue, 9 Apr 2019 23:01:46 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.15.2/8.15.2) with ESMTPS id x39MdO1A055947 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 10 Apr 2019 00:39:25 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cicely.de; s=default; t=1554849565; bh=hMVjChOYK5PLPaBC+xWlOgnvlmMirT0hQlhgsIFT8Bc=; h=Date:From:To:Cc:Subject:Reply-To; b=XiCwfMoWXxZgfxEY8rwIcYyN6HN20Du+1INAPqpiN0DR1n+lFHYcwUpNezfFwjZAK 5o1H2nqymseE/avqGeWUiW3BSe2qJazQLCWiSQeALdigTg84oLidLSLfWPHcTqUncF 5OaRFtI0H0SNshuV/JIWyBj3y0Ne/raWK/bIH2Z4= Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id x39MdIcQ097007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Apr 2019 00:39:18 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTP id x39MdItd019367; Wed, 10 Apr 2019 00:39:18 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id x39MdI0q019366; Wed, 10 Apr 2019 00:39:18 +0200 (CEST) (envelope-from ticso) Date: Wed, 10 Apr 2019 00:39:18 +0200 From: Bernd Walter To: freebsd-arm@freebsd.org Cc: Bernd Walter Subject: no dev.cpu on RPI-B Message-ID: <20190409223917.GK69855@cicely7.cicely.de> Reply-To: ticso@cicely.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD cicely7.cicely.de 12.0-STABLE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de X-Rspamd-Queue-Id: 9D3B6865AE X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cicely.de header.s=default header.b=XiCwfMoW X-Spamd-Result: default: False [-1.68 / 15.00]; HAS_REPLYTO(0.00)[ticso@cicely.de]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; MX_GOOD(-0.01)[mx1.bwct.de]; DKIM_TRACE(0.00)[cicely.de:+]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:21461, ipnet:195.149.99.0/24, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.87)[-0.874,0]; R_DKIM_ALLOW(-0.20)[cicely.de:s=default]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.00)[0.004,0]; NEURAL_HAM_LONG(-1.00)[-0.996,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; DMARC_NA(0.00)[cicely.de]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[3.99.149.195.list.dnswl.org : 127.0.20.0]; R_SPF_NA(0.00)[]; IP_SCORE(-0.00)[country: DE(-0.01)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 23:02:13 -0000 I was hoping for dev.cpu.0.temperature as it exists on the Pi3. Is something missing in my setup (using 12-RELEASE kernel from image), or is there no support for that? -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@freebsd.org Wed Apr 10 00:00:01 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26692157247B for ; Wed, 10 Apr 2019 00:00:01 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vtr.rulingia.com (vtr.rulingia.com [IPv6:2001:19f0:5801:ebe:5400:1ff:fe53:30fd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vtr.rulingia.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9DC87C66 for ; Tue, 9 Apr 2019 23:59:59 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (ppp59-167-167-3.static.internode.on.net [59.167.167.3]) by vtr.rulingia.com (8.15.2/8.15.2) with ESMTPS id x39NxZun060095 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 10 Apr 2019 09:59:40 +1000 (AEST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.15.2/8.15.2) with ESMTPS id x39NxTPj074115 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 Apr 2019 09:59:29 +1000 (AEST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.15.2/8.15.2/Submit) id x39NxTTc074114; Wed, 10 Apr 2019 09:59:29 +1000 (AEST) (envelope-from peter) Date: Wed, 10 Apr 2019 09:59:29 +1000 From: Peter Jeremy To: ticso@cicely.de Cc: freebsd-arm@freebsd.org, Bernd Walter Subject: Re: no dev.cpu on RPI-B Message-ID: <20190409235929.GA8974@server.rulingia.com> References: <20190409223917.GK69855@cicely7.cicely.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <20190409223917.GK69855@cicely7.cicely.de> X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 00:00:01 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2019-Apr-10 00:39:18 +0200, Bernd Walter wrote: >I was hoping for dev.cpu.0.temperature as it exists on the Pi3. >Is something missing in my setup (using 12-RELEASE kernel from image), >or is there no support for that? I ran into this when I switched from the FreeBSD FDT to the default Linux F= DT. The latter is missing the CPU description. The fix is to create your own FDT overlay and get the loader to load it. There's a similar problem with = the SPI controller. I used the FDT below, compiled with: $ dtc -@ -O dtb -o /boot/dtb/overlays/rpi-cpus.dtbo -i /usr/src/sys/dts/arm= -i /usr/src/sys/gnu/dts/arm rpi-cpus.dtso And add the following to loader.conf: fdt_overlays=3D"rpi-cpus.dtbo" ------- rpi-cpus.dtso /dts-v1/; /plugin/; / { compatible =3D "brcm,bcm2835"; }; &{/} { cpus { cpu@0 { compatible =3D "arm,1176jzf-s"; device_type =3D "cpu"; reg =3D <0x0>; clock-frequency =3D <0x29b92700>; }; }; }; --=20 Peter Jeremy --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE7rKYbDBnHnTmXCJ+FqWXoOSiCzQFAlytMeFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVF QjI5ODZDMzA2NzFFNzRFNjVDMjI3RTE2QTU5N0EwRTRBMjBCMzQACgkQFqWXoOSi CzS1CRAAgZayd4DND1wvc+xei28VBPQ8UaeHail0GZeFZ5K3k2yC2dBi9zP5bZrT eql2ima5Cy3+RGzb8BBMUlcQetEuqh+hSKuMVAzIU119+8rHK+Q1Ov3TbHo54PLe jW43LEeD8BXnjr0t9to4DvOgEgwv3OkcKoqkccVin7m4DJW7Mai1IFs5GOHLcQmt xWOTY5SrOL9rvl+K0CUhHHOO7tlZyAGH0HkypdTGxBCsWuna4NtL/TgEjapeWehg k43lhmxMOT/9K5B+TWJS7A8u3U9ddBEcts3HDECKk5uNY6AcZM/sp8CeKfsm3Hfd eGVoQOUfdR654Y2TqFWAHGeBP6ZgsRyJvHdTJUHUU+4SUP5Ye38YMODrVsmju6XW FPlXzcex2xd06noZDgyY/24OSEMgEkS1otTZcTUQLjlsFOPBB6l90rpQ82bEq1/I IlWFtVqBB3Y5Kblu/AIaC8jCt5QcvlQqD+aLqgSJtRi54VjU8CY8y1wh7mH9Xxco joA3x4aEjzUGWhtTPZkOVk6Blkc30mcIzaKvfGVH281uLXHe8Ea3g0g9x7YnLIP8 SeYa7KbNuDi9nx8vn70g/vCdeyi9AiDYT73IMaSW6boGMDy0IGhdbxyy7tdoIJ0u jYcI0u8F84gYAcJeSL3/5hgs4tuNRDizkujEv2CWUlX44/Qrn2I= =bcAy -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-arm@freebsd.org Wed Apr 10 00:25:31 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 355E41572E94 for ; Wed, 10 Apr 2019 00:25:31 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1.eu.mailhop.org (outbound1.eu.mailhop.org [52.28.251.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01FAB888C4 for ; Wed, 10 Apr 2019 00:25:29 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1554855927; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=OxyzTG0T38X3Kt+RYpeF/faMIDhE22eLWrOwbfz9h87IpZTpOyjJ6PO90HNnyYzKCuAtLi2jCtmIe Zq1EkE41Y8f+mE1noF6aohg8P5UDbra4xHWCuM4PHeN1YV+Ga0loCyYtsmOlHY0ZU5pgN/s9kxuyRH 9rxDhCh78Qq5j54H0fJOSXLDEuzHgDHaly09CgATYJXYdU6pYde7KJVenm9DR2EDXLASiFVOXV8v2n emhDkRLZ8f7hl48o3ObIMhka7LgHiKy/HerSRlpr8eBOCfmNPXnRmlV+xXZGQbggKUnSXoGQY9pent 6aFLGtq7FtLO5cMq3wnnYymXkk9Ihhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=85ioIs7mR7q1v0CoGeNDxtkgpLleL2SoGjLqHF/RRmE=; b=akppvTVWPM49E08hR3/TgcfEeVFZbe52zJX95qJhrr7fWVKk1Spht7zI4Ji2yYSwRywMiaLOPMlkJ Fag9zbQvU8EPe98wES1s2Z/49EkPBhQEv0SsOwbvtMN0vte7dvHO7GjnQC8UXJUYTMOISdlzSzX+Qs YiFpdO98HqFL8+1kF5bCSNziW+sWrWYVZwh06flHrIpkcCVhw/yAIXA02U+VEOLhcgDV84tUDBiV+i wpeY7/8rsIoht/dyc9RoGK/3IgXd2Kj+RGnqwjpa9dN1m8thvFWzJ4V6UrEnFpxdjcOhe4frUw5snY 17d03XVbeWWXPqCdvJ+ffFoVnmhEZeA== ARC-Authentication-Results: i=1; outbound3.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=85ioIs7mR7q1v0CoGeNDxtkgpLleL2SoGjLqHF/RRmE=; b=lImXac2ZTHJg2biUI3o8YCKbV0TSYGe+0IydR9RfuL29AY12PSnCE2ksB0OqFduU6pEILtHKycPL3 Uteghska8f/8tsaPIgOZg210wzKs0QSxw9nTGg5V22UIUiuEpEBJ9GtgGctMnm/uNKcB1X6+HUqMo5 o9E5qi8JQK8b8KH78fH33BBEVk4O8yqW9I5pwJB8P4ik2ha79bgJVY71cIRNktzb3Jj6S+YZEC5bME 3IIpN3k+Hb7/nZX1KtqRoHSrMgINOMSTrwuSAvTz/hLPugmWfCbwAXa9jz9aX2xutmpUW279mimyqN mSiY1uru2DzpweAOeY7jqTOnPXji5nw== X-MHO-RoutePath: aGlwcGll X-MHO-User: 1fe83a93-5b27-11e9-908b-352056dbf2de X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.eu.mailhop.org (Halon) with ESMTPSA id 1fe83a93-5b27-11e9-908b-352056dbf2de; Wed, 10 Apr 2019 00:25:23 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x3A0PKYl019212; Tue, 9 Apr 2019 18:25:20 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: Subject: Re: insanely-high interrupt rates From: Ian Lepore To: Karl Denninger , Andrew Gierth Cc: "freebsd-arm@freebsd.org" , ticso@cicely.de Date: Tue, 09 Apr 2019 18:25:20 -0600 In-Reply-To: <701e011f-3088-8ed4-4fbb-6fa93ac698f5@denninger.net> References: <004ddba628b94b80845d8e509ddcb648d21fd6c9.camel@freebsd.org> <20190319161423.GH57400@cicely7.cicely.de> <52df098fdc0caf5de1879c93239534fffbd49b56.camel@freebsd.org> <40f57de2-2b25-3981-a416-b9958cc97636@denninger.net> <669892ac3fc37b0843a156c0ab102316829103fd.camel@freebsd.org> <663f2566-b035-7011-70eb-4163b41e6e55@denninger.net> <20190325164827.GL57400@cicely7.cicely.de> <3db9cf8a-68ee-e339-67bf-760ee51464fd@denninger.net> <874l7fyrpr.fsf@news-spur.riddles.org.uk> <701e011f-3088-8ed4-4fbb-6fa93ac698f5@denninger.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 01FAB888C4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.985,0]; ASN(0.00)[asn:16509, ipnet:52.28.0.0/16, country:US] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 00:25:31 -0000 On Tue, 2019-04-09 at 09:55 -0500, Karl Denninger wrote: > On 4/3/2019 11:48, Andrew Gierth wrote: > > Per my earlier analysis, and the discussion on IRC, I'm now running > > my > > RPI2B with the attached patch (against 12-stable). So far, I'm not > > seeing any issues. > > > > I don't think this patch is really a complete fix (in particular, > > on > > arm64 I would expect the opposite problem to exist, with spurious > > physical timer interrupts instead). I'm only running it to confirm > > my > > analysis of the problem and to get a working system. It should do > > fine > > on 32-bit arm though. > > Any progress on this into or within the tree (or comments on what is > a > trivially small patch) for 12-STABLE? I've just posted https://reviews.freebsd.org/D19871 for this. Hopefully I'll get it committed in a day or so and merged to 12-stable a few days after that. -- Ian From owner-freebsd-arm@freebsd.org Wed Apr 10 00:35:16 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9C531573118 for ; Wed, 10 Apr 2019 00:35:16 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [195.149.99.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "raven.bwct.de", Issuer "raven.bwct.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 45F0988C5B for ; Wed, 10 Apr 2019 00:35:16 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.15.2/8.15.2) with ESMTPS id x3A0ZFG8058505 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 10 Apr 2019 02:35:16 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cicely.de; s=default; t=1554856517; bh=mePD3pPBOVdbuLxGVRvLJ6gmlKRXWMbRXcD4b3sTnYE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To; b=geHUgNDLTkxPkcJN+61ZMefCXDhpzI+VCxTzrJI6xgsuFGIDO2XOD3VOkSXzaQOpI pyFEdPcHqF51HEAfqHITv7mqaAs3lQ5SDOuukxFGASrZfx3DEET7NvIOiGPrKY8l40 qG+uegWn/NcCIbMUAF4/AMnfPC57ibH8WrT+LNPY= Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id x3A0Z8fm099756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Apr 2019 02:35:09 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTP id x3A0Z8M9020059; Wed, 10 Apr 2019 02:35:08 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id x3A0Z8pg020058; Wed, 10 Apr 2019 02:35:08 +0200 (CEST) (envelope-from ticso) Date: Wed, 10 Apr 2019 02:35:08 +0200 From: Bernd Walter To: Peter Jeremy Cc: ticso@cicely.de, freebsd-arm@freebsd.org, Bernd Walter Subject: Re: no dev.cpu on RPI-B Message-ID: <20190410003508.GL69855@cicely7.cicely.de> Reply-To: ticso@cicely.de References: <20190409223917.GK69855@cicely7.cicely.de> <20190409235929.GA8974@server.rulingia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190409235929.GA8974@server.rulingia.com> X-Operating-System: FreeBSD cicely7.cicely.de 12.0-STABLE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de X-Rspamd-Queue-Id: 45F0988C5B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.986,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 00:35:17 -0000 On Wed, Apr 10, 2019 at 09:59:29AM +1000, Peter Jeremy wrote: > On 2019-Apr-10 00:39:18 +0200, Bernd Walter wrote: > >I was hoping for dev.cpu.0.temperature as it exists on the Pi3. > >Is something missing in my setup (using 12-RELEASE kernel from image), > >or is there no support for that? > > I ran into this when I switched from the FreeBSD FDT to the default Linux FDT. > The latter is missing the CPU description. The fix is to create your own > FDT overlay and get the loader to load it. There's a similar problem with the > SPI controller. Thank you very much. That makes sense, didn't thought about FDT because it works on a Pi3 with the same 12.0-RELEASE. I'm already using overlays on those systems for SPI, my own APA102 LED driver and DS18B20 sensors. It is for an LED matrix running 24 RPI1 with 800 LEDs each. The systems are nfsroot, but I think the dtso are loaded from the micro-SD cards :-( Well - I guess I setup a bootscript on the NFS server to update the data on the cards. > I used the FDT below, compiled with: > $ dtc -@ -O dtb -o /boot/dtb/overlays/rpi-cpus.dtbo -i /usr/src/sys/dts/arm -i /usr/src/sys/gnu/dts/arm rpi-cpus.dtso > > And add the following to loader.conf: > fdt_overlays="rpi-cpus.dtbo" > > ------- rpi-cpus.dtso > /dts-v1/; > /plugin/; > > / { > compatible = "brcm,bcm2835"; > }; > > &{/} { > cpus { > cpu@0 { > compatible = "arm,1176jzf-s"; > device_type = "cpu"; > reg = <0x0>; > clock-frequency = <0x29b92700>; > }; > }; > }; > > -- > Peter Jeremy -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@freebsd.org Wed Apr 10 00:44:32 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9DE1573394 for ; Wed, 10 Apr 2019 00:44:31 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound3d.ore.mailhop.org (outbound3d.ore.mailhop.org [54.186.57.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F359E88FC3 for ; Wed, 10 Apr 2019 00:44:30 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1554857064; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=wEe7qwJlwUB4Hpau1VFqJ1vdpbm1I9cr04mE+uNWFDtW6ZSXwHFwKLgxub8XtenTzVMm+QMpIBZed t+FvaaOnbb83hLYc0c0mrEIu3oGXFa/6QXq1jyeURMbFGrR2yTKhs7JgQZDd46Ml/JV43NTLW8kI4E KZmXwJWH+PrHuH88NHuTIkzOP/uno51iFWxvWRZXQII1qaJIc8QoWkfXe4wulcpNxEk4Hia4IqrlVU 1fJ1g3rqLF6VsJeODhLWu5zTQ1QjoU5ZveXzYtxNVbW21z8bCTCzbBJehDYAtd+tgP1ODJumVTXud3 H/j4C0Dj434xdyigtxwiqMGm3VL0XIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=xcU8wC98vbjqmxr1yyjAj1frdBx9yxxA6iQ08oZ4EiQ=; b=BuVYsY8eWtTGBqDOPqJM1H41cQBpt0UbOGg7touoLQuK79xw0Kl0iDw5PrQjQ9G24CCoH8/hhXlfo 36wLI8VSmy2l6VPH4lCAJuCpTFkekSeULGuxl8WTCLL7WkSuSsuFWzmDhX0BV5wfnDXAMFvlrtCu9y w+gF4Rv7Z2ZSjCZs3NVQbgRRQ6ZitzOQ24Nc7Fd+zDcLQIY22LG7YIMDS17JaQeB/V6Dnze2bim8jN 4SwJUTibKrsC6emmxl/RvWgaF5esHsLxvvXmN8rTmE9dREvts/gqraS0kUANt4n1XBp5mvxMA9QCxC CeurfJCacDZqc0YK7Z/knjYrSg3N+nw== ARC-Authentication-Results: i=1; outbound3.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=xcU8wC98vbjqmxr1yyjAj1frdBx9yxxA6iQ08oZ4EiQ=; b=pt81Rre4Bw4t47zoLXXHvy52kuMjDh+DDQfNGZM3lF0MlSUaIwl0KToQr8uERexvm3bxvIKmmIJaa bSSG9ctOTYTKAtnoI4IvtT7HuL25vsHImIPiD1x/Eq2tKNU4kWu7kGDSE1pT5DHT8QzM5tPGUrLuch xCLjb9NYsnFPmVDIbvkvSeKni9VDy919JRMq96sJ5Sa/NsgV5O4c+eNwobN5+kZDX8MDfK0DBhSegx tJ3M34obHjIH69hNcE30f+uSNC9wkUHOaV+GMaaDN64F4y/xRHlTP7nRLIZ6TyHchHXDfxaegWqjZ1 nLcPyCMdDgieA2pX6IvO8yKZA4zgyWw== X-MHO-RoutePath: aGlwcGll X-MHO-User: c6e5e875-5b29-11e9-9bb1-1f29e4676f89 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.ore.mailhop.org (Halon) with ESMTPSA id c6e5e875-5b29-11e9-9bb1-1f29e4676f89; Wed, 10 Apr 2019 00:44:22 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x3A0iJvP019242; Tue, 9 Apr 2019 18:44:19 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <9f6e80c5a31938db52805b2012ca8a9820660991.camel@freebsd.org> Subject: Re: no dev.cpu on RPI-B From: Ian Lepore To: ticso@cicely.de, Peter Jeremy Cc: freebsd-arm@freebsd.org, Bernd Walter Date: Tue, 09 Apr 2019 18:44:19 -0600 In-Reply-To: <20190410003508.GL69855@cicely7.cicely.de> References: <20190409223917.GK69855@cicely7.cicely.de> <20190409235929.GA8974@server.rulingia.com> <20190410003508.GL69855@cicely7.cicely.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: F359E88FC3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.985,0]; ASN(0.00)[asn:16509, ipnet:54.186.0.0/15, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 00:44:32 -0000 On Wed, 2019-04-10 at 02:35 +0200, Bernd Walter wrote: > On Wed, Apr 10, 2019 at 09:59:29AM +1000, Peter Jeremy wrote: > > On 2019-Apr-10 00:39:18 +0200, Bernd Walter < > > ticso@cicely7.cicely.de> wrote: > > > I was hoping for dev.cpu.0.temperature as it exists on the Pi3. > > > Is something missing in my setup (using 12-RELEASE kernel from > > > image), > > > or is there no support for that? > > > > I ran into this when I switched from the FreeBSD FDT to the default > > Linux FDT. > > The latter is missing the CPU description. The fix is to create > > your own > > FDT overlay and get the loader to load it. There's a similar > > problem with the > > SPI controller. > > Thank you very much. > That makes sense, didn't thought about FDT because it works on a Pi3 > with the same 12.0-RELEASE. > I'm already using overlays on those systems for SPI, my own APA102 > LED driver > and DS18B20 sensors. > It is for an LED matrix running 24 RPI1 with 800 LEDs each. > The systems are nfsroot, but I think the dtso are loaded from the > micro-SD > cards :-( > Well - I guess I setup a bootscript on the NFS server to update the > data on > the cards. > I think that's true if you use uboot or the config.txt file to load the overlays. If you set fdt_overlays="file1.dtbo,file2.dtbo,etc" in /boot/loader.conf the overlays should come from /boot/dtb/overlays in the same /boot folder. -- Ian From owner-freebsd-arm@freebsd.org Wed Apr 10 02:47:32 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3502F157590D for ; Wed, 10 Apr 2019 02:47:32 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [195.149.99.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "raven.bwct.de", Issuer "raven.bwct.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E56DA8BF6A; Wed, 10 Apr 2019 02:47:30 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.15.2/8.15.2) with ESMTPS id x3A2lTBC062141 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 10 Apr 2019 04:47:30 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cicely.de; s=default; t=1554864451; bh=gxuQbOLkFFUVy1NjsrT8sw0qWo3Kk/zGbgroXwNY6Qk=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To; b=skv762pWrsaHixG5c1plZHqNOtTKG2K70rjIcVBgyn/Jt4LhLkD1NFvtHhnLvCF+e ooH8doXsNdxMdTQIF3+YNZEqkeGZ9xYF7YOR4KuCPSoMPEc0XanOqYL2Kz8Dhucd3E IUwHw9O82EOPKvKnflnIWuQE0X55X1dbY48sxxkM= Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id x3A2lMHQ007172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Apr 2019 04:47:22 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTP id x3A2lMrA021464; Wed, 10 Apr 2019 04:47:22 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id x3A2lKiF021463; Wed, 10 Apr 2019 04:47:20 +0200 (CEST) (envelope-from ticso) Date: Wed, 10 Apr 2019 04:47:20 +0200 From: Bernd Walter To: Ian Lepore Cc: ticso@cicely.de, Peter Jeremy , freebsd-arm@freebsd.org, Bernd Walter Subject: Re: no dev.cpu on RPI-B Message-ID: <20190410024720.GN69855@cicely7.cicely.de> Reply-To: ticso@cicely.de References: <20190409223917.GK69855@cicely7.cicely.de> <20190409235929.GA8974@server.rulingia.com> <20190410003508.GL69855@cicely7.cicely.de> <9f6e80c5a31938db52805b2012ca8a9820660991.camel@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f6e80c5a31938db52805b2012ca8a9820660991.camel@freebsd.org> X-Operating-System: FreeBSD cicely7.cicely.de 12.0-STABLE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de X-Rspamd-Queue-Id: E56DA8BF6A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cicely.de header.s=default header.b=skv762pW X-Spamd-Result: default: False [-2.04 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[ticso@cicely.de]; R_DKIM_ALLOW(-0.20)[cicely.de:s=default]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.98)[-0.984,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[cicely.de]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx1.bwct.de]; DKIM_TRACE(0.00)[cicely.de:+]; RCVD_IN_DNSWL_NONE(0.00)[3.99.149.195.list.dnswl.org : 127.0.20.0]; NEURAL_HAM_SHORT(-0.43)[-0.431,0]; NEURAL_HAM_MEDIUM(-0.81)[-0.814,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:21461, ipnet:195.149.99.0/24, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.00)[country: DE(-0.01)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 02:47:32 -0000 On Tue, Apr 09, 2019 at 06:44:19PM -0600, Ian Lepore wrote: > On Wed, 2019-04-10 at 02:35 +0200, Bernd Walter wrote: > > On Wed, Apr 10, 2019 at 09:59:29AM +1000, Peter Jeremy wrote: > > > On 2019-Apr-10 00:39:18 +0200, Bernd Walter < > > > ticso@cicely7.cicely.de> wrote: > > > > I was hoping for dev.cpu.0.temperature as it exists on the Pi3. > > > > Is something missing in my setup (using 12-RELEASE kernel from > > > > image), > > > > or is there no support for that? > > > > > > I ran into this when I switched from the FreeBSD FDT to the default > > > Linux FDT. > > > The latter is missing the CPU description. The fix is to create > > > your own > > > FDT overlay and get the loader to load it. There's a similar > > > problem with the > > > SPI controller. > > > > Thank you very much. > > That makes sense, didn't thought about FDT because it works on a Pi3 > > with the same 12.0-RELEASE. > > I'm already using overlays on those systems for SPI, my own APA102 > > LED driver > > and DS18B20 sensors. > > It is for an LED matrix running 24 RPI1 with 800 LEDs each. > > The systems are nfsroot, but I think the dtso are loaded from the > > micro-SD > > cards :-( > > Well - I guess I setup a bootscript on the NFS server to update the > > data on > > the cards. > > > > I think that's true if you use uboot or the config.txt file to load the > overlays. If you set fdt_overlays="file1.dtbo,file2.dtbo,etc" in > /boot/loader.conf the overlays should come from /boot/dtb/overlays in > the same /boot folder. I switch to network via loader.conf: [42]matrix# cat /boot/loader.conf # Configure USB OTG; see usb_template(4). hw.usb.template=3 umodem_load="YES" # Disable the beastie menu and color beastie_disable="YES" loader_color="NO" currdev="net0" fdt_overlays="rpi-apa102-matrix.dtbo" #fdt_overlays="spigen-rpi-b.dtbo" owc_load="YES" ow_load="YES" ow_temp_load="YES" apa102_load="YES" I know that it loads the kernel and modules from network, but the loader, the loader.conf and maybe the dtbo files are from the card. I couldn't get u-boot to switch to network. Well - not a major issue. I used an extra UFS partition for that, but it should have also worked by placing the files on the msdosfs partition. I've copyed the whole /boot over to the UFS, but that's more than required. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@freebsd.org Wed Apr 10 03:00:15 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D3C51575B67 for ; Wed, 10 Apr 2019 03:00:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C90198C2CB; Wed, 10 Apr 2019 03:00:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 7D84412C3B; Wed, 10 Apr 2019 03:00:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f47.google.com with SMTP id w23so543226lfc.9; Tue, 09 Apr 2019 20:00:14 -0700 (PDT) X-Gm-Message-State: APjAAAVDb8SWztJW4D0IEbguhWTzNcqErhwpgkPQ6cqmfq+9ChCkwp7i WH6voY9zwQ00vzbNHczqijBL6NcCoaDqWr5UoMY= X-Google-Smtp-Source: APXvYqymkJ2+s0aEWIAg15HUpDVjNJt/ewEBR3tml/ncFUoGfDCwVx9Uv+pcPRDSaK//JvaXUlTdQDCzAnsayU/9Svw= X-Received: by 2002:ac2:518b:: with SMTP id u11mr5112404lfi.46.1554865213022; Tue, 09 Apr 2019 20:00:13 -0700 (PDT) MIME-Version: 1.0 References: <20190409223917.GK69855@cicely7.cicely.de> <20190409235929.GA8974@server.rulingia.com> <20190410003508.GL69855@cicely7.cicely.de> <9f6e80c5a31938db52805b2012ca8a9820660991.camel@freebsd.org> <20190410024720.GN69855@cicely7.cicely.de> In-Reply-To: <20190410024720.GN69855@cicely7.cicely.de> From: Kyle Evans Date: Tue, 9 Apr 2019 22:00:01 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: no dev.cpu on RPI-B To: ticso@cicely.de Cc: Ian Lepore , "freebsd-arm@freebsd.org" , Bernd Walter Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: C90198C2CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 03:00:15 -0000 On Tue, Apr 9, 2019 at 9:47 PM Bernd Walter wrote: > > On Tue, Apr 09, 2019 at 06:44:19PM -0600, Ian Lepore wrote: > > On Wed, 2019-04-10 at 02:35 +0200, Bernd Walter wrote: > > > On Wed, Apr 10, 2019 at 09:59:29AM +1000, Peter Jeremy wrote: > > > > On 2019-Apr-10 00:39:18 +0200, Bernd Walter < > > > > ticso@cicely7.cicely.de> wrote: > > > > > I was hoping for dev.cpu.0.temperature as it exists on the Pi3. > > > > > Is something missing in my setup (using 12-RELEASE kernel from > > > > > image), > > > > > or is there no support for that? > > > > > > > > I ran into this when I switched from the FreeBSD FDT to the default > > > > Linux FDT. > > > > The latter is missing the CPU description. The fix is to create > > > > your own > > > > FDT overlay and get the loader to load it. There's a similar > > > > problem with the > > > > SPI controller. > > > > > > Thank you very much. > > > That makes sense, didn't thought about FDT because it works on a Pi3 > > > with the same 12.0-RELEASE. > > > I'm already using overlays on those systems for SPI, my own APA102 > > > LED driver > > > and DS18B20 sensors. > > > It is for an LED matrix running 24 RPI1 with 800 LEDs each. > > > The systems are nfsroot, but I think the dtso are loaded from the > > > micro-SD > > > cards :-( > > > Well - I guess I setup a bootscript on the NFS server to update the > > > data on > > > the cards. > > > > > > > I think that's true if you use uboot or the config.txt file to load the > > overlays. If you set fdt_overlays="file1.dtbo,file2.dtbo,etc" in > > /boot/loader.conf the overlays should come from /boot/dtb/overlays in > > the same /boot folder. > > I switch to network via loader.conf: > [42]matrix# cat /boot/loader.conf > # Configure USB OTG; see usb_template(4). > hw.usb.template=3 > umodem_load="YES" > # Disable the beastie menu and color > beastie_disable="YES" > loader_color="NO" > > currdev="net0" > > fdt_overlays="rpi-apa102-matrix.dtbo" > #fdt_overlays="spigen-rpi-b.dtbo" > > owc_load="YES" > ow_load="YES" > ow_temp_load="YES" > apa102_load="YES" > > > I know that it loads the kernel and modules from network, but the > loader, the loader.conf and maybe the dtbo files are from the card. > I couldn't get u-boot to switch to network. > Well - not a major issue. > I used an extra UFS partition for that, but it should have also worked > by placing the files on the msdosfs partition. > I've copyed the whole /boot over to the UFS, but that's more than > required. > DTBO should be getting loaded from the same device that your kernel/kmods are- it does (...as of the last time I touched it) what is effectively `load -t dtbo $filename` for every file in your fdt_overlays. From owner-freebsd-arm@freebsd.org Wed Apr 10 06:23:51 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1737615799D3 for ; Wed, 10 Apr 2019 06:23:51 +0000 (UTC) (envelope-from balanga.bar@gmail.com) Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C10F91C68 for ; Wed, 10 Apr 2019 06:23:50 +0000 (UTC) (envelope-from balanga.bar@gmail.com) Received: by mail-ed1-x52f.google.com with SMTP id h22so926404edw.7 for ; Tue, 09 Apr 2019 23:23:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=uGO+nIE8CXrzZfPZ/lIMQOSdZvLrJb/paq+Bd/AB5rA=; b=mZXUSMVtfYiktdoiHEayzHFpdzla9Tncr8mVk1DqJMZsZ/2mf4UmiShXbvrSqwvEqM MWkO/9NW2ZnHKBiFnJIQNmYVIitqp/ggarR213Ial73BxrSa35eRu2kMkFRmyb3icYZO L+Xx3E4ZpvnMqx0Wym6qCdcBarik2EzMmvJ7HCU+qFp0quchR/vk3c10jpYFl+a8EGD4 SRN5JBhBWGUwL03B0w3nTA7yZ+K/S2E33LL7MYOV+TaY5iAsVlq1pihvIdrx1Eivj5tG HTJ2Lt89qg2kVN5sCZUidJNA3ly6mMc+NoDJNqjE2gWmWQMLNVRM78bebJFOe9/jJ3ne 8BMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=uGO+nIE8CXrzZfPZ/lIMQOSdZvLrJb/paq+Bd/AB5rA=; b=JPrTSVh8p6uQfe9UPMDd+jOSKffQxBkkfeiN4FgHNU2YD7WU5HPmD+EXMc7MCZTpX1 GaIQfwWmZ1LbsVNiQEGxngDDGkHFWPRRb9CR0Kn3k76nrFeJGazPJKk72FUf9cjHUCxR GSWAq9eMzIxQ3U9mxecZa1fkcoVQJoqmAnwC+Z91QMYe6nUDLqyILKNxcWz1TP37l01F YXRsgT/2zXWn1SQYxfHCCYByev+lb6URQcTrUTVUkJVqShz+RV6OubJW2iDGe8iv3P2G Jmf17T8BRmcBNCOT02ObQgs1hik5/pgkwajNeFHnlSb6y4aW7iOVLQENaiyBenJwE9xj oIww== X-Gm-Message-State: APjAAAVn0iKsRvZM1EKTQ054cPWlFUnFDbLX6uSoUKAZpagZ9IU3ltzh KZBJHHdcXK2WffzRr6rq8qb55WQRd1upuEomHAI0Cw== X-Google-Smtp-Source: APXvYqzSSbJKN+EeJL9ztrp5kvjPZcBDrkMvXdt4fsU7NN1ngBbyJFgxSA8QTAdIdZUK+o2yMB8MCZAtGk6LaNfNMaI= X-Received: by 2002:a17:906:3955:: with SMTP id g21mr8799120eje.61.1554877428866; Tue, 09 Apr 2019 23:23:48 -0700 (PDT) MIME-Version: 1.0 From: Balanga Bar Date: Wed, 10 Apr 2019 06:23:29 +0000 Message-ID: Subject: Marvell Kirkwood - anyone? To: freebsd-arm@freebsd.org X-Rspamd-Queue-Id: 3C10F91C68 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=mZXUSMVt; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of balangabar@gmail.com designates 2a00:1450:4864:20::52f as permitted sender) smtp.mailfrom=balangabar@gmail.com X-Spamd-Result: default: False [-5.70 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-2.74)[ip: (-9.08), ipnet: 2a00:1450::/32(-2.38), asn: 15169(-2.18), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[f.2.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 06:23:51 -0000 Is anyone using any Marvell Kirkwood devices? I'm trying to build a reliable system, but am struggling to make it work. Could do with some help on the correct way of building it. From owner-freebsd-arm@freebsd.org Wed Apr 10 08:19:33 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B982157C1DE for ; Wed, 10 Apr 2019 08:19:33 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AD0E295639 for ; Wed, 10 Apr 2019 08:19:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 66859157C1DD; Wed, 10 Apr 2019 08:19:32 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EFD4157C1DC for ; Wed, 10 Apr 2019 08:19:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6F6095638 for ; Wed, 10 Apr 2019 08:19:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version:Content-Type:Message-Id:From; bh=aoRoVcZFfDxykSlRiRyjN0ENeRlYEcBR60LsRlR7tN0=; b=HHSjD4ZUS5r1ZX0N0fLsstwIXOkX+GwvQi5i0VpeKXO8NpZTsAOvjoOEKM/jM4YKLETXp06wCXJ0Q5EZywZcGmRrab9HHEqfQNBWDVSUBMZZobg1+erA8+wsx5zsWaZD9kfHku57XuDPZbizkCLR9K2dwRajtoCU37rz3I9dsyuwB7Zd4HFym3lOrzUdIWFSwNJOwQE/x4fRRoZ63fxSBEUZppGKdNF/T1d1kuaf2ceergn4yFmIheWfEMub3tp9N9JIR0Yc+lZ/Uo+XkR30vSVHzXrfhnLf2+Use4rl0QWTnJBN9ScwFB2q5oTDkurZcdszdp3Eny0D3UPMasd7Iw==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1hE8Rt-000Nij-6O; Wed, 10 Apr 2019 11:19:13 +0300 From: Daniel Braniss Message-Id: Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: i2c still not working for me Date: Wed, 10 Apr 2019 11:19:12 +0300 In-Reply-To: <20190409171604.GA4581@bluezbox.com> Cc: Emmanuel Vadot , "freebsd-arm@freebsd.org" To: Oleksandr Tymoshenko References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> <20190409171604.GA4581@bluezbox.com> X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: A6F6095638 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 08:19:33 -0000 > On 9 Apr 2019, at 20:16, Oleksandr Tymoshenko = wrote: >=20 > Daniel Braniss (danny@cs.huji.ac.il ) = wrote: >>=20 >>=20 >>> On 9 Apr 2019, at 10:58, Emmanuel Vadot = wrote: >>>=20 >>> On Tue, 9 Apr 2019 10:50:22 +0300 >>> Daniel Braniss wrote: >>>=20 >>>> Hi, >>>> after the latest changes to i2c there is a small improvement, >>>> i2c -s finds the device but complains: >>>>=20 >>>> root@neo-14:~ # i2c -s >>>> Hardware may not support START/STOP scanning; trying less-reliable = read method. >>>> Scanning I2C devices on /dev/iic0: 24 >>>>=20 >>>> but nothing else works. >>>>=20 >>>> I?ll try and connect my saleae signal analyzer later, but in the = meantime this is what I get >>>> on the console: >>>> [?] >>>> iichb0: twsi_control_clear: read val=3D58 >>>> iichb0: twsi_control_clear: write val=3D40 >>>> iichb0: TWSI_WRITE: Writing 40 to c >>>> iichb0: twsi_start: twsi_start: slave=3D48 >>>> iichb0: twsi_locked_start: send start >>>> iichb0: TWSI_READ: read 58 from c >>>> iichb0: twsi_control_set: read val=3D58 >>>> iichb0: twsi_control_set: write val=3D68 >>>> iichb0: TWSI_WRITE: Writing 68 to c >>>> iichb0: twsi_poll_ctrl: Waiting for ctrl r. >>>> eg to match mask 8 >>>> iichb0: TWSI_READ: read 48 from c >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_poll_ctrl: done >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_READ: read 8 from 10 >>>> iichb0: twsi_locked_start: status=3D8 >>>> iichb0: TWSI_WRITE: Writing 48 to 8 >>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> iichb0: TWSI_READ: read 48 from c >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_control_clear: read val=3D48 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_control_clear: write val=3D40 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_WRITE: Writing 40 to c >>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> TWSI_READ: read 48 from c >>>> iichb0: twsi_poll_ctrl: done >>>> iichb0: TWSI_READ: read 8 from 10 >>>> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave = address >>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>> twsi_stop: twsi_stop >>>> [?] >>>>=20 >>>> BTW, the hardware is NanoPi-neo and it?s running Current 345984 >>>>=20 >>>> thanks, >>>> danny >>>>=20 >>>=20 >>> Based on the function names you are using directly stop/start/etc = ... >>> My changes were only for i2c_transfer (I2CRDWR ioctls) >>>=20 >>=20 >> ok, this will show my ignorance, but could you send me some sample = code that uses I2CRDWR? >> btw, the device i=E2=80=99m trying out is an RFID reader pn533, which = works with a modified driver =E2=80=A6 >=20 > Sample code for TMP102 sensor that uses RDWR ioctl: >=20 > = https://github.com/gonzoua/freebsd-embedded-demos/blob/master/libtmp102/tm= p102.c = thanks gonzo! I already got to talk to the PN533, so the iic driver is now working, now for some more coding (the pn533 is a bit more complicated than the = thermal chip :-) thanks, danny >=20 >=20 > --=20 > gonzo From owner-freebsd-arm@freebsd.org Wed Apr 10 09:26:24 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2221D157D537 for ; Wed, 10 Apr 2019 09:26:24 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from nh505-vm6.bullet.mail.kks.yahoo.co.jp (nh505-vm6.bullet.mail.kks.yahoo.co.jp [183.79.57.108]) by mx1.freebsd.org (Postfix) with SMTP id D1B2C975F1 for ; Wed, 10 Apr 2019 09:26:19 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from [183.79.100.140] by nh505.bullet.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2019 09:24:34 -0000 Received: from [183.79.100.136] by t503.bullet.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2019 09:24:33 -0000 Received: from [127.0.0.1] by omp505.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2019 09:24:33 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 974045.68539.bm@omp505.mail.kks.yahoo.co.jp X-YMail-OSG: Uuf3wcsVM1kxsWVim_Pvm7nyjlNmbn2Ti6udBiCao96RI8ZTT_BwCNlG5KN7npx 6ARvPCZitxI4u2gaK7zjvPfRybW4j7D.5RjyH4nUBXhZadgooyCvWpmZsEOguClsytQ4HtKlxW5. QF6YIUgn.Z1XjTy8opFsLhLa3vdWv.R5zgCQYuOr8xGB4H82DdoGX7vkXCE9I6XRfO9x_EZnirov hMpK8eOgVkl7tpAypMFEtvCKYCDQeK48t69lhQ9WOEWTfKwSE_vSj51ClGlGPguEPcarmHE8GAK6 t9zC09AhGJZ1WrYZRbeiZwqJ2m4QD4_bj3ZR_f.24K1ZFd9ct_g6Httgp5e6.AdJEhx_uFeloQY5 .HyiyXxH2gGZv.GDJ6iRJ3OwUTZFsaATLf3u0UIrVc43coNH3VysHDutA.qGYjHZd1wC.O9Zdqt. ZT4A6KdMDQtCR27EPNwpUnmGJy0TXMO31P5WIzbB1eE3yQpKzm1zBxFLKag7VmN.8W0g6JNLTSXI VVR1psA1U7v7gX7xYvDCRUsq8ityPciTBNTMs5g3sQm.Xvn2RFtQydvt83D_DZWVPFEo8rqau.6Y dKbwHet6241uXahRS4B_L.m6rEUNL_N5CwKjcindkeg-- Received: from jws700106.mail.ssk.yahoo.co.jp by sendmailws610.mail.ssk.yahoo.co.jp; Wed, 10 Apr 2019 18:24:33 +0000; 1554888273.341 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1554888273; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:References; bh=1aJEyt2IDQ/y9rw770rSW8sNH69VALzY76EmUxtvqe0=; b=LqDpDa+rjsLP39lQjl/36tbIlwqgWaXwmo1zbVpenyz5EzpFpSLqb9bhXPdvFUI6 GoGKFQiPDL2c0fX5fF9DN5DjsGGJAAUuhcFvEUC/hyAaz828qmoRDZ5ePNpBMXmnYB+ sqwRmYP4Ifk/OOpw3N7YMz2eqQvFL8pIExQ/PPfY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:References; b=OHitmxr1DaEw6A0vq92VlXnxHAQfgc2tEPFHz5Fm/5u2Wz2YaQYYHd3Z+YuNheXg qSfN41H7dMtzm8RU/qjHtydkwztredtkdFcgWQSAhXGYaUo4LrqS/Vqso2gH1ik3872 ubDrH1RQ3KwuQXnMhEn8CnyrnPg+K4nHAq5Kn9s8=; Date: Wed, 10 Apr 2019 18:24:29 +0900 (JST) From: Mori Hiroki Reply-To: Mori Hiroki To: "freebsd-arm@freebsd.org" Message-ID: <397774647.3980516.1554888269817.JavaMail.yahoo@mail.yahoo.co.jp> Subject: A10 is not stable at CURRENT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <397774647.3980516.1554888269817.JavaMail.yahoo.ref@mail.yahoo.co.jp> X-Rspamd-Queue-Id: D1B2C975F1 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.co.jp header.s=yj20110701 header.b=LqDpDa+r; dmarc=pass (policy=none) header.from=yahoo.co.jp; spf=pass (mx1.freebsd.org: domain of yamori813@yahoo.co.jp designates 183.79.57.108 as permitted sender) smtp.mailfrom=yamori813@yahoo.co.jp X-Spamd-Result: default: False [2.35 / 15.00]; HAS_REPLYTO(0.00)[yamori813@yahoo.co.jp]; R_SPF_ALLOW(-0.20)[+ip4:183.79.56.0/23]; FREEMAIL_FROM(0.00)[yahoo.co.jp]; DKIM_TRACE(0.00)[yahoo.co.jp:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.co.jp,none]; MX_GOOD(-0.01)[cached: mx3.mail.yahoo.co.jp]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.co.jp]; ASN(0.00)[asn:24572, ipnet:183.79.0.0/16, country:JP]; IP_SCORE(0.90)[ipnet: 183.79.0.0/16(2.52), asn: 24572(2.02), country: JP(-0.07)]; DWL_DNSWL_NONE(0.00)[yahoo.co.jp.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.co.jp:s=yj20110701]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[yahoo.co.jp]; NEURAL_SPAM_MEDIUM(0.73)[0.731,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.80)[0.799,0]; NEURAL_SPAM_LONG(0.83)[0.831,0]; RCVD_IN_DNSWL_NONE(0.00)[108.57.79.183.list.dnswl.org : 127.0.5.0]; TO_DN_EQ_ADDR_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 09:26:24 -0000 Hi I have panic at CURRENT on A10. I do nothing. If you have advice, please let me know. Thanks ## Starting application at 0x40200180 ... ---<>--- ARM Debug Architecture not supported KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2019 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 The Regents of the University of= California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 13.0-CURRENT #13 a34b1232771(zrouter)-dirty: Wed Apr 10 17:27:41 JS= T 201 9 =C2=A0=C2=A0=C2=A0 hiroki@zrouter:/usr/home/hiroki/zobj/usr/home/hiroki/ZRo= uter/tmp/usr/home/hi roki/freebsd/arm.armv7/sys/Pcduino_Lite arm FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM = 8.0.0 ) CPU: ARM Cortex-A8 r3p2 (ECO: 0x00000000) CPU Features:=20 =C2=A0 Thumb2, Security, VMSAv7 Optional instructions:=20 =C2=A0 UMULL, SMULL, SIMD(ext) LoUU:2 LoC:3 LoUIS:1=20 Cache level 1: =C2=A032KB/64B 4-way data cache WT WB Read-Alloc =C2=A032KB/64B 4-way instruction cache Read-Alloc Cache level 2: =C2=A0256KB/64B 8-way unified cache WT WB Read-Alloc Write-Alloc real memory=C2=A0 =3D 536870912 (512 MB) avail memory =3D 520138752 (496 MB) arc4random: no preloaded entropy cache random: entropy device external interface ofwbus0: aw_ccu0: on ofwbus0 clk_fixed0: on aw_ccu0 clk_fixed1: on aw_ccu0 simplebus0: on ofwbus0 ccu_a10ng0: mem 0x1c20000-0x1c203= ff on =C2=A0simplebus0 regfix0: on ofwbus0 regfix1: on ofwbus0 regfix2: on ofwbus0 regfix3: on ofwbus0 regfix4: on ofwbus0 regfix5: on ofwbus0 aw_sid0: mem 0x1c23800-0x1c2380f on simple= bus0 aintc0: mem 0x1c20400-0x1c207ff on simpleb= us0 gpio0: mem 0x1c20800-0x1c20bff irq 21 on= simp lebus0 gpiobus0: on gpio0 a10_timer0: mem 0x1c20c00-0x1c20c8f irq 22 on simplebus0 Event timer "a10_timer Eventtimer" frequency 24000000 Hz quality 1000 Timecounter "a10_timer timer0" frequency 24000000 Hz quality 1000 rtc0: mem 0x1c20d00-0x1c20d1f irq 23 on simplebus0 rtc0: registered as a time-of-day clock, resolution 1.000000s awusbphy0: mem 0x1c13400-0x1c1340f,0x1c14800-0x1c14803,= 0x1c1 c800-0x1c1c803 on simplebus0 cpulist0: on ofwbus0 cpu0: on cpulist0 a10dmac0: mem 0x1c02000-0x1c02fff irq 0 on simpl= ebus0 aw_mmc0: mem 0x1c0f000-0x1c0ffff i= rq 7=20 on simplebus0 mmc0: on aw_mmc0 ohci0: mem 0x1c14400-0x1c144ff irq 13 on simplebu= s0 usbus0 on ohci0 ohci1: mem 0x1c1c400-0x1c1c4ff irq 19 on simplebu= s0 usbus1 on ohci1 gpioc0: on gpio0 aw_wdog0: mem 0x1c20c90-0x1c20c9f on simplebus0 aw_ts0: mem 0x1c25000-0x1c250ff irq 30 = on si mplebus0 uart0: console (115384,n,8,1)mem 0x1c28000-0x1c283ff irq 31 on simplebus0 Timecounters tick every 10.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 ugen1.1: at usbus1 uhub0: on usbus1 ugen0.1: at usbus0 uhub1: on usbus0 mmcsd0: 8GB at mmc0 50.0MH= z/4bi t/4096-block Trying to mount root from cd9660:/dev/mmcsd0s2 []... mmc0: Failed to set VCCQ for card at relative address 4660 WARNING: geom_mbr (geom mmcsd0) is deprecated, use gpart instead. uhub0: 1 port with 1 removable, self powered uhub1: 1 port with 1 removable, self powered kern.coredump: 1 -> 0 net.inet.ip.forwarding: 0 -> 1 memory disk size =3D 10m random: read_random_uio unblock wait random: read_random_uio unblock wait random: unblocking device. lo0: link state changed to UP Fri Jan=C2=A0 1 00:25:15 UTC 2010 login: Fatal kernel mode data abort: 'Translation Fault (L2)' on read trapframe: 0xcdcf97f0 FSR=3D00000007, FAR=3D00000038, spsr=3D60000013 r0 =3D00000000, r1 =3Dceb35000, r2 =3D00000021, r3 =3Dc05cbd90 r4 =3D00000000, r5 =3D00000000, r6 =3D00000200, r7 =3D2001a000 r8 =3Dc0799c30, r9 =3D00000005, r10=3Dc1c50a14, r11=3Dcdcf98a8 r12=3Dc05cbd90, ssp=3Dcdcf9880, slr=3D00000001, pc =3Dc048e0f8 panic: Fatal abort time =3D 1262305996 KDB: enter: panic [ thread pid 130 tid 100051 ] Stopped at=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 kdb_enter+0x58: ldrb=C2=A0=C2=A0= =C2=A0 r15, [r15, r15, ror r15]! db> where Tracing pid 130 tid 100051 td 0xceb35000 db_trace_self() at db_trace_self =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047b4f0=C2=A0 lr= =3D 0xc0252180 (db_hex2dec+0x1ec) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf93a0=C2=A0 fp= =3D 0xcdcf93b8 db_hex2dec() at db_hex2dec+0x1ec =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0252180=C2=A0 lr= =3D 0xc0251dd0 (db_command_loop+0x2d4) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf93c0=C2=A0 fp= =3D 0xcdcf9460 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000001=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04d5023 r10 =3D = 0xc05d219c db_command_loop() at db_command_loop+0x2d4 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0251dd0=C2=A0 lr= =3D 0xc0251b70 (db_command_loop+0x74) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9468=C2=A0 fp= =3D 0xcdcf9478 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc04cb919=C2=A0 r5= =3D 0xc04cb5ef =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05d2184=C2=A0 r7= =3D 0xc05632a0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceb35000=C2=A0 r9= =3D 0xc0598248 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05bac78 db_command_loop() at db_command_loop+0x74 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0251b70=C2=A0 lr= =3D 0xc0255584 (db_fetch_ksymtab+0x2ec) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9480=C2=A0 fp= =3D 0xcdcf9598 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 r5= =3D 0xc05d2188 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05bac90 r10 =3D = 0xc05bac78 db_fetch_ksymtab() at db_fetch_ksymtab+0x2ec =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0255584=C2=A0 lr= =3D 0xc036f568 (kdb_trap+0x100) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf95a0=C2=A0 fp= =3D 0xcdcf95c8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 r5= =3D 0x00000001 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05bac90=C2=A0 r7= =3D 0xc05632a0 kdb_trap() at kdb_trap+0x100 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc036f568=C2=A0 lr= =3D 0xc049692c (undefinedinstruction+0x1e0) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf95d0=C2=A0 fp= =3D 0xcdcf9640 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04965a0=C2=A0 r7= =3D 0xe7ffffff =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceb35000=C2=A0 r9= =3D 0xcdcf9648 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc036edfc undefinedinstruction() at undefinedinstruction+0x1e0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc049692c=C2=A0 lr= =3D 0xc047ddc4 (exception_exit) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9648=C2=A0 fp= =3D 0xcdcf96e0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xa00001d3=C2=A0 r5= =3D 0xcdcf971c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04c9f20=C2=A0 r7= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc05ac300=C2=A0 r9= =3D 0xceb35000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05df3e0 exception_exit() at exception_exit =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047ddc4=C2=A0 lr= =3D 0xc036edec (kdb_enter+0x48) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf96d8=C2=A0 fp= =3D 0xcdcf96e0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r0 =3D 0xc05bac88=C2=A0 r1= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r2 =3D 0x00000000=C2=A0 r3= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc04cf95c=C2=A0 r5= =3D 0xcdcf971c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04c9f20=C2=A0 r7= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc05ac300=C2=A0 r9= =3D 0xceb35000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05df3e0 r12 =3D 0x000= 00000 kdb_enter() at kdb_enter+0x5c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc036ee00=C2=A0 lr= =3D 0xc0334958 (vpanic+0x118) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf96e8=C2=A0 fp= =3D 0xcdcf9708 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000100 r10 =3D = 0xc05df3e0 vpanic() at vpanic+0x118 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0334958=C2=A0 lr= =3D 0xc0334840 (vpanic) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9710=C2=A0 fp= =3D 0xcdcf9714 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xcdcf97f0=C2=A0 r5= =3D 0x00000013 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000038=C2=A0 r7= =3D 0x00000007 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000007=C2=A0 r9= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x00000038 vpanic() at vpanic =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0334840=C2=A0 lr= =3D 0xc0496220 (abort_handler+0x724) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf971c=C2=A0 fp= =3D 0xcdcf9748 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000007=C2=A0 r5= =3D 0x00000007 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 r7= =3D 0x00000038 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xcdcf9714=C2=A0 r9= =3D 0xc0334840 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf971c abort_handler() at abort_handler+0x724 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0496220=C2=A0 lr= =3D 0xc0495fc8 (abort_handler+0x4cc) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9750=C2=A0 fp= =3D 0xcdcf97e8 abort_handler() at abort_handler+0x4cc =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0495fc8=C2=A0 lr= =3D 0xc047ddc4 (exception_exit) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf97f0=C2=A0 fp= =3D 0xcdcf98a8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000200=C2=A0 r7= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 r9= =3D 0x00000005 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1c50a14 exception_exit() at exception_exit =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047ddc4=C2=A0 lr= =3D 0x00000001 (0x1) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9880=C2=A0 fp= =3D 0xcdcf98a8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r0 =3D 0x00000000=C2=A0 r1= =3D 0xceb35000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r2 =3D 0x00000021=C2=A0 r3= =3D 0xc05cbd90 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000200=C2=A0 r7= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 r9= =3D 0x00000005 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1c50a14 r12 =3D 0xc05= cbd90 pmap_enter_quick() at pmap_enter_quick+0x194 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc048e0f8=C2=A0 lr= =3D 0xc048e5b8 (pmap_enter_object+0x1a4) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf98b0=C2=A0 fp= =3D 0xcdcf98e8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc0799c30=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc0799c48=C2=A0 r7= =3D 0xc1c50a14 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000005=C2=A0 r9= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x0000001b pmap_enter_object() at pmap_enter_object+0x1a4 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc048e5b8=C2=A0 lr= =3D 0xc04578a0 (vm_map_simplify_entry+0x540) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf98f0=C2=A0 fp= =3D 0xcdcf9940 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1dfc498=C2=A0 r5= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x0000001b=C2=A0 r7= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 r9= =3D 0x00000004 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc079b850 vm_map_simplify_entry() at vm_map_simplify_entry+0x540 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc04578a0=C2=A0 lr= =3D 0xc0457080 (vm_map_insert+0x67c) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9948=C2=A0 fp= =3D 0xcdcf9990 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1c50960=C2=A0 r5= =3D 0x20035000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 r7= =3D 0x00000004 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceaed360=C2=A0 r9= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x2001a000 vm_map_insert() at vm_map_insert+0x67c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0457080=C2=A0 lr= =3D 0xc0458078 (vm_map_fixed+0x104) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9998=C2=A0 fp= =3D 0xcdcf99d0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1c50960=C2=A0 r5= =3D 0xc1dfc498 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x20035000=C2=A0 r7= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0000014a=C2=A0 r9= =3D 0x00004000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x0001b000 vm_map_fixed() at vm_map_fixed+0x104 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0458078=C2=A0 lr= =3D 0xc02e5dfc (elf32_populate_note+0x2da0) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf99d8=C2=A0 fp= =3D 0xcdcf9a20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00004000=C2=A0 r5= =3D 0x00000005 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x20035000=C2=A0 r7= =3D 0x2001a000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0000010a=C2=A0 r9= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1dfc498 elf32_populate_note() at elf32_populate_note+0x2da0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5dfc=C2=A0 lr= =3D 0xc02e5478 (elf32_populate_note+0x241c) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9a28=C2=A0 fp= =3D 0xcdcf9a68 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xd3a1ad40=C2=A0 r5= =3D 0x0000010a =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00004000=C2=A0 r7= =3D 0x0001ace8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0001ace8=C2=A0 r9= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x00000005 elf32_populate_note() at elf32_populate_note+0x241c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5478=C2=A0 lr= =3D 0xc02e5800 (elf32_populate_note+0x27a4) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9a70=C2=A0 fp= =3D 0xcdcf9ac0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xd3a1ac00=C2=A0 r5= =3D 0x00000002 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 r7= =3D 0x00000058 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xcdcf9c50=C2=A0 r9= =3D 0xd3a1ad40 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf9b24 elf32_populate_note() at elf32_populate_note+0x27a4 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5800=C2=A0 lr= =3D 0xc02e50c4 (elf32_populate_note+0x2068) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9ac8=C2=A0 fp= =3D 0xcdcf9b50 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xce8bc000=C2=A0 r5= =3D 0xcdcf9c38 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc1c50960=C2=A0 r7= =3D 0xc05924b0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000000=C2=A0 r9= =3D 0x00012000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf9c50 elf32_populate_note() at elf32_populate_note+0x2068 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e50c4=C2=A0 lr= =3D 0xc0301fe0 (kern_execve+0x4d8) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9b58=C2=A0 fp= =3D 0xcdcf9d80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000004=C2=A0 r5= =3D 0xceb6f400 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xcdcf9c38=C2=A0 r7= =3D 0xcdcf9d4c =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000000=C2=A0 r9= =3D 0xffffffff =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05a96ec kern_execve() at kern_execve+0x4d8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0301fe0=C2=A0 lr= =3D 0xc030181c (sys_execve+0xa0) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9d88=C2=A0 fp= =3D 0xcdcf9dd8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xceb35000=C2=A0 r5= =3D 0xceb352a0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc1c50960=C2=A0 r7= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xbfbfe8cc=C2=A0 r9= =3D 0x000cbbf4 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x000cbbf0 sys_execve() at sys_execve+0xa0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc030181c=C2=A0 lr= =3D 0xc0495824 (swi_handler+0x1e8) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9de0=C2=A0 fp= =3D 0xcdcf9e40 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xceb35000=C2=A0 r5= =3D 0xceb41000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 r7= =3D 0x00000000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xbfbfe8cc r10 =3D = 0x000cbbf0 swi_handler() at swi_handler+0x1e8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0495824=C2=A0 lr= =3D 0xc047dd54 (swi_exit) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9e48=C2=A0 fp= =3D 0xbfbfe8b0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x200e3040=C2=A0 r5= =3D 0xbfbfe850 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x200c1020=C2=A0 r7= =3D 0x0000003b swi_exit() at swi_exit =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047dd54=C2=A0 lr= =3D 0xc047dd54 (swi_exit) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9e48=C2=A0 fp= =3D 0xbfbfe8b0 db> ps =C2=A0 pid=C2=A0 ppid=C2=A0 pgrp=C2=A0=C2=A0 uid=C2=A0 state=C2=A0=C2=A0 wm= esg=C2=A0=C2=A0 wchan=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cmd =C2=A0 130=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0= =C2=A0=C2=A0 0=C2=A0 R=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 CPU 0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= init =C2=A0=C2=A0 48=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0 48=C2=A0=C2=A0= =C2=A0=C2=A0 0=C2=A0 Ss+=C2=A0=C2=A0=C2=A0=C2=A0 ttyin=C2=A0=C2=A0 0xcea5cc= 74=C2=A0 getty =C2=A0=C2=A0 45=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0 45=C2=A0=C2=A0= =C2=A0=C2=A0 0=C2=A0 Ss=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 select=C2=A0 0xcea658= 24=C2=A0 syslogd =C2=A0=C2=A0 30=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mdwait=C2=A0 0x= cebcc000=C2=A0 [md0] =C2=A0=C2=A0 17=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 0xc05ac538=C2=A0 [schedcpu] =C2=A0=C2=A0 16=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syncer=C2=A0 0x= c05c1124=C2=A0 [syncer] =C2=A0=C2=A0 15=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vlruwt=C2=A0 0x= ceb42000=C2=A0 [vnlru] =C2=A0=C2=A0 14=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [bufdaemon] 100042=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 qsleep=C2=A0 0xc05c0aa4=C2=A0 [bufdaemon] 100049=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc0598700=C2=A0 [bufspacedaemon-= 0] =C2=A0=C2=A0=C2=A0 9=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [pagedaemon] 100041=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 psleep=C2=A0 0xc05e0830=C2=A0 [dom0] 100047=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 launds=C2=A0 0xc05e083c=C2=A0 [laundry: dom0] 100048=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 umarcl=C2=A0 0xc044e174=C2=A0 [uma] =C2=A0=C2=A0=C2=A0 8=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mmcsd d 0xce= a4f400=C2=A0 [mmcsd0: mmc/sd card] =C2=A0=C2=A0=C2=A0 7=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod4] =C2=A0=C2=A0=C2=A0 6=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod3] =C2=A0=C2=A0=C2=A0 5=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod2] =C2=A0=C2=A0=C2=A0 4=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod1] =C2=A0=C2=A0=C2=A0 3=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a3b6c=C2=A0 [rand_harvestq] =C2=A0=C2=A0 13=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [usb] 100020=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3aacc=C2=A0 [usbus0] 100021=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3aafc=C2=A0 [usbus0] 100022=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab2c=C2=A0 [usbus0] 100023=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab5c=C2=A0 [usbus0] 100024=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab8c=C2=A0 [usbus0] 100026=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51acc=C2=A0 [usbus1] 100027=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51afc=C2=A0 [usbus1] 100028=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b2c=C2=A0 [usbus1] 100029=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b5c=C2=A0 [usbus1] 100030=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b8c=C2=A0 [usbus1] =C2=A0=C2=A0=C2=A0 2=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [cam] 100016=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a0980=C2=A0 [doneq0] 100035=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a086c=C2=A0 [scanner] =C2=A0=C2=A0 12=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [geom] 100013=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d2504=C2=A0 [g_event] 100014=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d250c=C2=A0 [g_up] 100015=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d2500=C2=A0 [g_down] =C2=A0=C2=A0 11=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 WL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [intr] 100004=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi6: task queue] 100005=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi6: Giant taskq] 100008=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi5: fast taskq] 100010=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi1: netisr 0] 100011=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi4: clock (0)] 100012=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi3: vm] 100017=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,27: a10dmac0] 100018=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,32: aw_mmc0] 100019=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,64: ohci0] 100025=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,65: ohci1] 100031=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,29: aw_ts0] 100032=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi0: uart] =C2=A0=C2=A0 10=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 RL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [idle] =C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 1=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 SLs=C2=A0=C2=A0=C2=A0=C2=A0 wait=C2=A0=C2=A0= =C2=A0 0xc1df7000=C2=A0 [init] =C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2= =A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DLs=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [kernel] 100000=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 swapin=C2=A0 0xc05d2520=C2=A0 [swapper] 100003=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855400=C2=A0 [kqueue_ctx task= q] 100006=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855280=C2=A0 [aiod_kick taskq= ] 100007=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855200=C2=A0 [thread taskq] 100009=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855100=C2=A0 [config_0] 100034=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1854180=C2=A0 [CAM taskq] 100045=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xceb38c80=C2=A0 [softirq_0] db>=20 From owner-freebsd-arm@freebsd.org Wed Apr 10 15:12:16 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BFB115853FA for ; Wed, 10 Apr 2019 15:12:16 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1.eu.mailhop.org (outbound1.eu.mailhop.org [52.28.251.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 914E27542B for ; Wed, 10 Apr 2019 15:12:15 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1554909133; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=bYepUpoLNFlA2uw4zsbGV6Y3tpCcKUcGVzeSnU17RaSOmHhRTDXzudD539E1zRQYyNKvTrPvKo+t2 c2AeDWLnmYIHzrK5Ew3Yw0Y2pTrpSmC68PfE+MEN+3ZZoQ/MibVpm4ZLzRXFi3i14fcfbVNaRMppXD u9KwyuBlJrvHXeIdG1ME2p4YiFDqWz3fAkQeOx3rl8J+tXNItav4rvNTMBlxXBghX70yIGdvK18BW7 R7XwL6qU8+V+QVqyRPHtVC525Pt1lHoIjplDivS9AGubBXzieBRe0S/6sP+ZsfVb8s0e5jtgrKkTVZ mmu/ix2exjxbyL/NBZX5FLmJvw1ioVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:to:from:subject:message-id:dkim-signature:from; bh=IRNxcs+2FeqopF6RMJzfAb3q38o3zPsMXP58/JtKlQo=; b=bf2j9go9VY1YHpDszmVDfw0ZwPnWgyRk2Gs0JrewepkA/5ZVFpcTYWkilgbBnFe58QTHj/MfFAEFU mIY6OsupuKKZ+WlbT+QNZkbGW+TUzgcjXWn7Xea5oAKLwIpc5TGIc137EA0ZethAAhf6YDCwv7dvXI +EYLd6rtepzwZdgjLS+g5oGAGNplM7Bn528GMAHcDDMjaLgCYcgO1Ko+uR54EYXbmKJoss1wmwIiOY 8cCvLynwmL066HHTWjsx8NhJcQRVn6TCwevewygNy/waLe0a8xcPNsQBtERM/vamCvuHce7DlNbEAx bE8wQU4HLlQ+bmnCtqGbJRGkTgp8fCQ== ARC-Authentication-Results: i=1; outbound3.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:to:from:subject:message-id:from; bh=IRNxcs+2FeqopF6RMJzfAb3q38o3zPsMXP58/JtKlQo=; b=rNI18lajiWdJzVqLHRa6OZv88KwxFiMk7uyKwIPV1HTwDj4JOOeYS1PTDh0sTIOCQfczOnitqJi81 QUX98Td4t40Xagan9OdfiLyrRx6AqLsdIHYxYKiTRmuCJ4frlS/O7ha5bQapYk450hl3+A6blva8VY Itv3Q6kyav9TuLGK6baTWmVHLNsc6yEuToqtPvZRY6JrSHblMDlKW+zfvTKcjNwl+0/DW6v7o+Rafx LaGhS0BempoAsSjsokNDG9ajTGD8xtNR8QTUTyQfHOn7sPT09TGr8YKQ2ipNP7s+vC4KNjMv3e+vK8 8LBE6B/H2S+3oHsPKl1SGGUJWiNRaDw== X-MHO-RoutePath: aGlwcGll X-MHO-User: 02c48bf5-5ba3-11e9-908b-352056dbf2de X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound3.eu.mailhop.org (Halon) with ESMTPSA id 02c48bf5-5ba3-11e9-908b-352056dbf2de; Wed, 10 Apr 2019 15:12:10 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x3AFC9O7021484; Wed, 10 Apr 2019 09:12:09 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <693425711bdc5e7fbff22bb4056c33326fca8c4d.camel@freebsd.org> Subject: Re: Marvell Kirkwood - anyone? From: Ian Lepore To: Balanga Bar , freebsd-arm@freebsd.org Date: Wed, 10 Apr 2019 09:12:09 -0600 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 914E27542B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; ASN(0.00)[asn:16509, ipnet:52.28.0.0/16, country:US] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 15:12:16 -0000 On Wed, 2019-04-10 at 06:23 +0000, Balanga Bar wrote: > Is anyone using any Marvell Kirkwood devices? > > I'm trying to build a reliable system, but am struggling to make it > work. > Could do with some help on the correct way of building it. > _______________________________________________ > To be honest, the Kirkwood stuff is all but completely unsupported at this point. A few people over the past few years have reported some success with it. My own experience is that no armv4 or v5 platforms have really worked reliably for many years. When it does work for people, they're just lucky that they're not running into any of the bugs that are known to exist in the old arm support. Basically the problem is resources: there is nobody both willing and able to support the old armv5 stuff anymore. The company I work for used to put their resources into supporting old arm chips, but we've moved on to armv7 stuff for the current products, so I don't get to spend $work hours on armv5 support anymore. So all in all, you're really better off with some newer armv7 or v8 (64-bit) hardware. It's cheaper and more powerful, but you do miss out on one thing that Kirkwood supported: dual GigE ports, which just don't seem to exist in the modern arm world. -- Ian From owner-freebsd-arm@freebsd.org Thu Apr 11 05:54:29 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36835157A9FF for ; Thu, 11 Apr 2019 05:54:29 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from nh505-vm3.bullet.mail.kks.yahoo.co.jp (nh505-vm3.bullet.mail.kks.yahoo.co.jp [183.79.57.105]) by mx1.freebsd.org (Postfix) with SMTP id 57CAC77ABD for ; Thu, 11 Apr 2019 05:54:16 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from [183.79.100.140] by nh505.bullet.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 05:51:28 -0000 Received: from [183.79.101.121] by t503.bullet.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 05:51:28 -0000 Received: from [127.0.0.1] by omp508.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 05:51:28 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 543238.45328.bm@omp508.mail.kks.yahoo.co.jp X-YMail-OSG: 64kH7hkVM1m8ykGfDEfkPmMV1xQS2cGKpoPDgmu2_7AaSHNzbWx_Z88PYAxqLv0 1eaMdwHpz5tmdLAfmeUIuRu7cEwxyVHlaOFA2bnj7rBNjceAUgouVXHur0B7Eg4ElvFY8OVMAbsV 3wbk70Gr.UKT3lxNUDJVUzznnD.yVEaI035BUQukhgfun.HmTvcslr5yELmnkB21p6JN5QO6jtdY bIIJSZCNLQboEBXoxKDbmArBQ199.AS60s4fWhX67IcS33YDLpCyNajtEINISjCRyK.UJW3tv85l eWqZACT6UwJs3A1yRoFn97smbSvuJAnGT0NbN.2R_cDNcl7LTz_UwKU5P.LYcVzmKUfhiyNfJAOb LxG3T2ZUTLi3fWLhoE27fBmzDnMGEQiczDjIpOGf963Ibk1rZa6Q3kl13FVA3hIM4oVKVHErVwWm Ec_FCGBlNmYK9f6VtCNKPK5OCGYYgQdro9PEvXsM.wuKOrH6iBCj4O3WSaLSjvE3Q1zQQk96wY_Q w0qS5nQiIxY55FwcQM5dKDaBdK42obeyp7xS4UHZrI.2vjHDcrELm4wR96NcDvxZHgQ0hVBIWCKo 7rItplWMZ_gUsicdWNl.ZWXZQutuAxneKU8lnbL6Ktg-- Received: from jws700103.mail.ssk.yahoo.co.jp by sendmailws619.mail.ssk.yahoo.co.jp; Thu, 11 Apr 2019 14:51:27 +0000; 1554961887.874 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1554961888; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=pDDHBSdwtOz/yInCZoUJNsW5XtLuyA1VItU5pVVQ67I=; b=ioyKMJyibS/9mEtEmDWztf7eflmT+ZoY/bqwxT27tNJr91IF1WzGUBHNyC3C4PFD z7ZOEPQoWZxfFgeJnn6HQli1CZE3Q0TNj6pA+A+g4fLwbs9k5SdOgaH7NodHOHe/tAK 9OwwbzMm9+GazHrDOW7JW+UkZF4uyUCiaHrrNqmI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iDhaQ3KCufjLZ/gia8JcxeIq4z+axEGe4sj0qPWMB2oqLQkueVWOOVJYcUUHmCQB UPt4v6TbmPB8UGfdjnvkf4iF7MyCIW4BgYblhdl2LHDC03psGGsJClMbHANeX9+6AG0 EuqoaqbmijWzNOnmiBffiJWJ6cC8KSnmgjmJbDy0=; Date: Thu, 11 Apr 2019 14:51:27 +0900 (JST) From: Mori Hiroki Reply-To: Mori Hiroki To: "freebsd-arm@freebsd.org" Message-ID: <2020072614.179950.1554961887257.JavaMail.yahoo@jws700103.mail.ssk.yahoo.co.jp> In-Reply-To: <397774647.3980516.1554888269817.JavaMail.yahoo@mail.yahoo.co.jp> References: <397774647.3980516.1554888269817.JavaMail.yahoo.ref@mail.yahoo.co.jp> <397774647.3980516.1554888269817.JavaMail.yahoo@mail.yahoo.co.jp> Subject: [Solved] A10 is not stable at CURRENT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 57CAC77ABD X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.co.jp header.s=yj20110701 header.b=ioyKMJyi; dmarc=pass (policy=none) header.from=yahoo.co.jp; spf=pass (mx1.freebsd.org: domain of yamori813@yahoo.co.jp designates 183.79.57.105 as permitted sender) smtp.mailfrom=yamori813@yahoo.co.jp X-Spamd-Result: default: False [2.04 / 15.00]; HAS_REPLYTO(0.00)[yamori813@yahoo.co.jp]; R_SPF_ALLOW(-0.20)[+ip4:183.79.56.0/23]; FREEMAIL_FROM(0.00)[yahoo.co.jp]; MX_GOOD(-0.01)[mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo.co.jp, mx2.mail.yahoo.co.jp, mx3.mail.yahoo.co.jp, mx5.mail.yahoo.co.jp, mx1.mail.yahoo. co.jp,mx2.mail.yahoo.co.jp,mx3.mail.yahoo.co.jp,mx5.mail.yahoo.co.jp,mx1.mail.yahoo.co.jp,mx2.mail.yahoo.co.jp]; DMARC_POLICY_ALLOW(-0.50)[yahoo.co.jp,none]; DKIM_TRACE(0.00)[yahoo.co.jp:+]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.co.jp]; ASN(0.00)[asn:24572, ipnet:183.79.0.0/16, country:JP]; IP_SCORE(0.89)[ipnet: 183.79.0.0/16(2.51), asn: 24572(2.01), country: JP(-0.07)]; DWL_DNSWL_NONE(0.00)[yahoo.co.jp.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.co.jp:s=yj20110701]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[yahoo.co.jp]; NEURAL_SPAM_MEDIUM(0.67)[0.669,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.85)[0.853,0]; NEURAL_SPAM_LONG(0.54)[0.539,0]; RCVD_IN_DNSWL_NONE(0.00)[105.57.79.183.list.dnswl.org : 127.0.5.0]; TO_DN_EQ_ADDR_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 05:54:29 -0000 Hi This is u-boot memory controller initialize problem. I have pcduino but use cubieboard u-boot binary. Sorry. Hiroki Mori ----- Original Message ----- > From: Mori Hiroki > To: "freebsd-arm@freebsd.org" > Cc:=20 > Date: 2019/4/10, Wed 18:24 > Subject: A10 is not stable at CURRENT >=20 > Hi >=20 > I have panic at CURRENT on A10. I do nothing. >=20 > If you have advice, please let me know. >=20 > Thanks >=20 >=20 > ## Starting application at 0x40200180 ... > ---<>--- > ARM Debug Architecture not supported > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2019 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 The Regents of the University = of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 13.0-CURRENT #13 a34b1232771(zrouter)-dirty: Wed Apr 10 17:27:41 = JST 201 > 9 > =C2=A0=C2=A0=C2=A0 hiroki@zrouter:/usr/home/hiroki/zobj/usr/home/hiroki/Z= Router/tmp/usr/home/hi > roki/freebsd/arm.armv7/sys/Pcduino_Lite arm > FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLV= M 8.0.0 > ) > CPU: ARM Cortex-A8 r3p2 (ECO: 0x00000000) > CPU Features:=20 > =C2=A0 Thumb2, Security, VMSAv7 > Optional instructions:=20 > =C2=A0 UMULL, SMULL, SIMD(ext) > LoUU:2 LoC:3 LoUIS:1=20 > Cache level 1: > =C2=A032KB/64B 4-way data cache WT WB Read-Alloc > =C2=A032KB/64B 4-way instruction cache Read-Alloc > Cache level 2: > =C2=A0256KB/64B 8-way unified cache WT WB Read-Alloc Write-Alloc > real memory=C2=A0 =3D 536870912 (512 MB) > avail memory =3D 520138752 (496 MB) > arc4random: no preloaded entropy cache > random: entropy device external interface > ofwbus0: > aw_ccu0: on ofwbus0 > clk_fixed0: on aw_ccu0 > clk_fixed1: on aw_ccu0 > simplebus0: on ofwbus0 > ccu_a10ng0: mem=20 > 0x1c20000-0x1c203ff on > =C2=A0simplebus0 > regfix0: on ofwbus0 > regfix1: on ofwbus0 > regfix2: on ofwbus0 > regfix3: on ofwbus0 > regfix4: on ofwbus0 > regfix5: on ofwbus0 > aw_sid0: mem 0x1c23800-0x1c2380f on=20 > simplebus0 > aintc0: mem 0x1c20400-0x1c207ff on=20 > simplebus0 > gpio0: mem 0x1c20800-0x1c20bff irq 21= =20 > on simp > lebus0 > gpiobus0: on gpio0 > a10_timer0: mem 0x1c20c00-0x1c20c8f irq 22 on simplebus= 0 > Event timer "a10_timer Eventtimer" frequency 24000000 Hz quality 1000 > Timecounter "a10_timer timer0" frequency 24000000 Hz quality 1000 > rtc0: mem 0x1c20d00-0x1c20d1f irq 23 on simplebus0 > rtc0: registered as a time-of-day clock, resolution 1.000000s > awusbphy0: mem=20 > 0x1c13400-0x1c1340f,0x1c14800-0x1c14803,0x1c1 > c800-0x1c1c803 on simplebus0 > cpulist0: on ofwbus0 > cpu0: on cpulist0 > a10dmac0: mem 0x1c02000-0x1c02fff irq 0 on=20 > simplebus0 > aw_mmc0: mem 0x1c0f000-0x1c0ffff= =20 > irq 7=20 > on simplebus0 > mmc0: on aw_mmc0 > ohci0: mem 0x1c14400-0x1c144ff irq 13 on=20 > simplebus0 > usbus0 on ohci0 > ohci1: mem 0x1c1c400-0x1c1c4ff irq 19 on=20 > simplebus0 > usbus1 on ohci1 > gpioc0: on gpio0 > aw_wdog0: mem 0x1c20c90-0x1c20c9f on simplebus0 > aw_ts0: mem 0x1c25000-0x1c250ff irq 3= 0=20 > on si > mplebus0 > uart0: console (115384,n,8,1)mem 0x1c28000-0x1c283ff irq 31 on simplebus0 > Timecounters tick every 10.000 msec > usbus0: 12Mbps Full Speed USB v1.0 > usbus1: 12Mbps Full Speed USB v1.0 > ugen1.1: at usbus1 > uhub0: on usbus= 1 > ugen0.1: at usbus0 > uhub1: on usbus= 0 > mmcsd0: 8GB at mmc0=20 > 50.0MHz/4bi > t/4096-block > Trying to mount root from cd9660:/dev/mmcsd0s2 []... > mmc0: Failed to set VCCQ for card at relative address 4660 > WARNING: geom_mbr (geom mmcsd0) is deprecated, use gpart instead. > uhub0: 1 port with 1 removable, self powered > uhub1: 1 port with 1 removable, self powered > kern.coredump: 1 -> 0 > net.inet.ip.forwarding: 0 -> 1 > memory disk size =3D 10m > random: read_random_uio unblock wait > random: read_random_uio unblock wait > random: unblocking device. > lo0: link state changed to UP >=20 > Fri Jan=C2=A0 1 00:25:15 UTC 2010 > login: Fatal kernel mode data abort: 'Translation Fault (L2)' on read > trapframe: 0xcdcf97f0 > FSR=3D00000007, FAR=3D00000038, spsr=3D60000013 > r0 =3D00000000, r1 =3Dceb35000, r2 =3D00000021, r3 =3Dc05cbd90 > r4 =3D00000000, r5 =3D00000000, r6 =3D00000200, r7 =3D2001a000 > r8 =3Dc0799c30, r9 =3D00000005, r10=3Dc1c50a14, r11=3Dcdcf98a8 > r12=3Dc05cbd90, ssp=3Dcdcf9880, slr=3D00000001, pc =3Dc048e0f8 >=20 > panic: Fatal abort > time =3D 1262305996 > KDB: enter: panic > [ thread pid 130 tid 100051 ] > Stopped at=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 kdb_enter+0x58: ldrb=C2=A0=C2=A0= =C2=A0 r15, [r15, r15, ror r15]! > db> where > Tracing pid 130 tid 100051 td 0xceb35000 > db_trace_self() at db_trace_self > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047b4f0=C2=A0 = lr =3D 0xc0252180 (db_hex2dec+0x1ec) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf93a0=C2=A0 = fp =3D 0xcdcf93b8 > db_hex2dec() at db_hex2dec+0x1ec > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0252180=C2=A0 = lr =3D 0xc0251dd0 (db_command_loop+0x2d4) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf93c0=C2=A0 = fp =3D 0xcdcf9460 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000001=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04d5023 r10 = =3D 0xc05d219c > db_command_loop() at db_command_loop+0x2d4 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0251dd0=C2=A0 = lr =3D 0xc0251b70 (db_command_loop+0x74) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9468=C2=A0 = fp =3D 0xcdcf9478 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc04cb919=C2=A0 = r5 =3D 0xc04cb5ef > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05d2184=C2=A0 = r7 =3D 0xc05632a0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceb35000=C2=A0 = r9 =3D 0xc0598248 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05bac78 > db_command_loop() at db_command_loop+0x74 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0251b70=C2=A0 = lr =3D 0xc0255584 (db_fetch_ksymtab+0x2ec) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9480=C2=A0 = fp =3D 0xcdcf9598 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 = r5 =3D 0xc05d2188 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05bac90 r10 = =3D 0xc05bac78 > db_fetch_ksymtab() at db_fetch_ksymtab+0x2ec > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0255584=C2=A0 = lr =3D 0xc036f568 (kdb_trap+0x100) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf95a0=C2=A0 = fp =3D 0xcdcf95c8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 = r5 =3D 0x00000001 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc05bac90=C2=A0 = r7 =3D 0xc05632a0 > kdb_trap() at kdb_trap+0x100 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc036f568=C2=A0 = lr =3D 0xc049692c (undefinedinstruction+0x1e0) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf95d0=C2=A0 = fp =3D 0xcdcf9640 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04965a0=C2=A0 = r7 =3D 0xe7ffffff > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceb35000=C2=A0 = r9 =3D 0xcdcf9648 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc036edfc > undefinedinstruction() at undefinedinstruction+0x1e0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc049692c=C2=A0 = lr =3D 0xc047ddc4 (exception_exit) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9648=C2=A0 = fp =3D 0xcdcf96e0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xa00001d3=C2=A0 = r5 =3D 0xcdcf971c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04c9f20=C2=A0 = r7 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc05ac300=C2=A0 = r9 =3D 0xceb35000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05df3e0 > exception_exit() at exception_exit > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047ddc4=C2=A0 = lr =3D 0xc036edec (kdb_enter+0x48) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf96d8=C2=A0 = fp =3D 0xcdcf96e0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r0 =3D 0xc05bac88=C2=A0 = r1 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r2 =3D 0x00000000=C2=A0 = r3 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc04cf95c=C2=A0 = r5 =3D 0xcdcf971c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc04c9f20=C2=A0 = r7 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc05ac300=C2=A0 = r9 =3D 0xceb35000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05df3e0 r12 =3D 0x0= 0000000 > kdb_enter() at kdb_enter+0x5c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc036ee00=C2=A0 = lr =3D 0xc0334958 (vpanic+0x118) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf96e8=C2=A0 = fp =3D 0xcdcf9708 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000100 r10 = =3D 0xc05df3e0 > vpanic() at vpanic+0x118 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0334958=C2=A0 = lr =3D 0xc0334840 (vpanic) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9710=C2=A0 = fp =3D 0xcdcf9714 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xcdcf97f0=C2=A0 = r5 =3D 0x00000013 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000038=C2=A0 = r7 =3D 0x00000007 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000007=C2=A0 = r9 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x00000038 > vpanic() at vpanic > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0334840=C2=A0 = lr =3D 0xc0496220 (abort_handler+0x724) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf971c=C2=A0 = fp =3D 0xcdcf9748 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000007=C2=A0 = r5 =3D 0x00000007 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 = r7 =3D 0x00000038 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xcdcf9714=C2=A0 = r9 =3D 0xc0334840 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf971c > abort_handler() at abort_handler+0x724 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0496220=C2=A0 = lr =3D 0xc0495fc8 (abort_handler+0x4cc) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9750=C2=A0 = fp =3D 0xcdcf97e8 > abort_handler() at abort_handler+0x4cc > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0495fc8=C2=A0 = lr =3D 0xc047ddc4 (exception_exit) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf97f0=C2=A0 = fp =3D 0xcdcf98a8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000200=C2=A0 = r7 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 = r9 =3D 0x00000005 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1c50a14 > exception_exit() at exception_exit > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047ddc4=C2=A0 = lr =3D 0x00000001 (0x1) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9880=C2=A0 = fp =3D 0xcdcf98a8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r0 =3D 0x00000000=C2=A0 = r1 =3D 0xceb35000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r2 =3D 0x00000021=C2=A0 = r3 =3D 0xc05cbd90 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000000=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000200=C2=A0 = r7 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 = r9 =3D 0x00000005 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1c50a14 r12 =3D 0xc= 05cbd90 > pmap_enter_quick() at pmap_enter_quick+0x194 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc048e0f8=C2=A0 = lr =3D 0xc048e5b8 (pmap_enter_object+0x1a4) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf98b0=C2=A0 = fp =3D 0xcdcf98e8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc0799c30=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc0799c48=C2=A0 = r7 =3D 0xc1c50a14 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000005=C2=A0 = r9 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x0000001b > pmap_enter_object() at pmap_enter_object+0x1a4 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc048e5b8=C2=A0 = lr =3D 0xc04578a0 (vm_map_simplify_entry+0x540) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf98f0=C2=A0 = fp =3D 0xcdcf9940 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1dfc498=C2=A0 = r5 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x0000001b=C2=A0 = r7 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xc0799c30=C2=A0 = r9 =3D 0x00000004 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc079b850 > vm_map_simplify_entry() at vm_map_simplify_entry+0x540 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc04578a0=C2=A0 = lr =3D 0xc0457080 (vm_map_insert+0x67c) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9948=C2=A0 = fp =3D 0xcdcf9990 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1c50960=C2=A0 = r5 =3D 0x20035000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 = r7 =3D 0x00000004 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xceaed360=C2=A0 = r9 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x2001a000 > vm_map_insert() at vm_map_insert+0x67c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0457080=C2=A0 = lr =3D 0xc0458078 (vm_map_fixed+0x104) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9998=C2=A0 = fp =3D 0xcdcf99d0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xc1c50960=C2=A0 = r5 =3D 0xc1dfc498 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x20035000=C2=A0 = r7 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0000014a=C2=A0 = r9 =3D 0x00004000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x0001b000 > vm_map_fixed() at vm_map_fixed+0x104 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0458078=C2=A0 = lr =3D 0xc02e5dfc (elf32_populate_note+0x2da0) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf99d8=C2=A0 = fp =3D 0xcdcf9a20 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00004000=C2=A0 = r5 =3D 0x00000005 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x20035000=C2=A0 = r7 =3D 0x2001a000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0000010a=C2=A0 = r9 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc1dfc498 > elf32_populate_note() at elf32_populate_note+0x2da0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5dfc=C2=A0 = lr =3D 0xc02e5478 (elf32_populate_note+0x241c) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9a28=C2=A0 = fp =3D 0xcdcf9a68 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xd3a1ad40=C2=A0 = r5 =3D 0x0000010a > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00004000=C2=A0 = r7 =3D 0x0001ace8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x0001ace8=C2=A0 = r9 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x00000005 > elf32_populate_note() at elf32_populate_note+0x241c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5478=C2=A0 = lr =3D 0xc02e5800 (elf32_populate_note+0x27a4) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9a70=C2=A0 = fp =3D 0xcdcf9ac0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xd3a1ac00=C2=A0 = r5 =3D 0x00000002 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 = r7 =3D 0x00000058 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xcdcf9c50=C2=A0 = r9 =3D 0xd3a1ad40 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf9b24 > elf32_populate_note() at elf32_populate_note+0x27a4 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e5800=C2=A0 = lr =3D 0xc02e50c4 (elf32_populate_note+0x2068) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9ac8=C2=A0 = fp =3D 0xcdcf9b50 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xce8bc000=C2=A0 = r5 =3D 0xcdcf9c38 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc1c50960=C2=A0 = r7 =3D 0xc05924b0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000000=C2=A0 = r9 =3D 0x00012000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xcdcf9c50 > elf32_populate_note() at elf32_populate_note+0x2068 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc02e50c4=C2=A0 = lr =3D 0xc0301fe0 (kern_execve+0x4d8) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9b58=C2=A0 = fp =3D 0xcdcf9d80 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x00000004=C2=A0 = r5 =3D 0xceb6f400 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xcdcf9c38=C2=A0 = r7 =3D 0xcdcf9d4c > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0x00000000=C2=A0 = r9 =3D 0xffffffff > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0xc05a96ec > kern_execve() at kern_execve+0x4d8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0301fe0=C2=A0 = lr =3D 0xc030181c (sys_execve+0xa0) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9d88=C2=A0 = fp =3D 0xcdcf9dd8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xceb35000=C2=A0 = r5 =3D 0xceb352a0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0xc1c50960=C2=A0 = r7 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xbfbfe8cc=C2=A0 = r9 =3D 0x000cbbf4 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r10 =3D 0x000cbbf0 > sys_execve() at sys_execve+0xa0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc030181c=C2=A0 = lr =3D 0xc0495824 (swi_handler+0x1e8) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9de0=C2=A0 = fp =3D 0xcdcf9e40 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0xceb35000=C2=A0 = r5 =3D 0xceb41000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x00000000=C2=A0 = r7 =3D 0x00000000 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r8 =3D 0xbfbfe8cc r10 = =3D 0x000cbbf0 > swi_handler() at swi_handler+0x1e8 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc0495824=C2=A0 = lr =3D 0xc047dd54 (swi_exit) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9e48=C2=A0 = fp =3D 0xbfbfe8b0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r4 =3D 0x200e3040=C2=A0 = r5 =3D 0xbfbfe850 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r6 =3D 0x200c1020=C2=A0 = r7 =3D 0x0000003b > swi_exit() at swi_exit > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pc =3D 0xc047dd54=C2=A0 = lr =3D 0xc047dd54 (swi_exit) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sp =3D 0xcdcf9e48=C2=A0 = fp =3D 0xbfbfe8b0 > db> ps > =C2=A0 pid=C2=A0 ppid=C2=A0 pgrp=C2=A0=C2=A0 uid=C2=A0 state=C2=A0=C2=A0 = wmesg=C2=A0=C2=A0 wchan=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cmd > =C2=A0 130=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2= =A0=C2=A0=C2=A0 0=C2=A0 R=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 CPU 0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 init > =C2=A0=C2=A0 48=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0 48=C2=A0=C2= =A0=C2=A0=C2=A0 0=C2=A0 Ss+=C2=A0=C2=A0=C2=A0=C2=A0 ttyin=C2=A0=C2=A0 0xcea= 5cc74=C2=A0 getty > =C2=A0=C2=A0 45=C2=A0=C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0 45=C2=A0=C2= =A0=C2=A0=C2=A0 0=C2=A0 Ss=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 select=C2=A0 0xcea= 65824=C2=A0 syslogd > =C2=A0=C2=A0 30=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mdwait=C2=A0 0x= cebcc000=C2=A0 [md0] > =C2=A0=C2=A0 17=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 0xc05ac538=C2=A0 [schedcpu] > =C2=A0=C2=A0 16=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syncer=C2=A0 0x= c05c1124=C2=A0 [syncer] > =C2=A0=C2=A0 15=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vlruwt=C2=A0 0x= ceb42000=C2=A0 [vnlru] > =C2=A0=C2=A0 14=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [bufdaemon] > 100042=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 qsleep=C2=A0 0xc05c0aa4=C2=A0 [bufdaemon] > 100049=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc0598700=C2=A0 [bufspacedaem= on-0] > =C2=A0=C2=A0=C2=A0 9=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded= )=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [pagedaemon] > 100041=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 psleep=C2=A0 0xc05e0830=C2=A0 [dom0] > 100047=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 launds=C2=A0 0xc05e083c=C2=A0 [laundry: dom0] > 100048=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 umarcl=C2=A0 0xc044e174=C2=A0 [uma] > =C2=A0=C2=A0=C2=A0 8=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mmcsd d 0= xcea4f400=C2=A0 [mmcsd0: mmc/sd card] > =C2=A0=C2=A0=C2=A0 7=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod4] > =C2=A0=C2=A0=C2=A0 6=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod3] > =C2=A0=C2=A0=C2=A0 5=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod2] > =C2=A0=C2=A0=C2=A0 4=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05c07bc=C2=A0 [soaiod1] > =C2=A0=C2=A0=C2=A0 3=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a3b6c=C2=A0 [rand_harvestq] > =C2=A0=C2=A0 13=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [usb] > 100020=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3aacc=C2=A0 [usbus0] > 100021=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3aafc=C2=A0 [usbus0] > 100022=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab2c=C2=A0 [usbus0] > 100023=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab5c=C2=A0 [usbus0] > 100024=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea3ab8c=C2=A0 [usbus0] > 100026=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51acc=C2=A0 [usbus1] > 100027=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51afc=C2=A0 [usbus1] > 100028=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b2c=C2=A0 [usbus1] > 100029=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b5c=C2=A0 [usbus1] > 100030=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xcea51b8c=C2=A0 [usbus1] > =C2=A0=C2=A0=C2=A0 2=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded= )=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [cam] > 100016=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a0980=C2=A0 [doneq0] > 100035=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05a086c=C2=A0 [scanner] > =C2=A0=C2=A0 12=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 DL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [geom] > 100013=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d2504=C2=A0 [g_event] > 100014=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d250c=C2=A0 [g_up] > 100015=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc05d2500=C2=A0 [g_down] > =C2=A0=C2=A0 11=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 WL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [intr] > 100004=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi6: task queue] > 100005=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi6: Giant taskq] > 100008=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi5: fast taskq] > 100010=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi1: netisr 0] > 100011=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi4: clock (0)] > 100012=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi3: vm] > 100017=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,27: a10dmac0] > 100018=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,32: aw_mmc0] > 100019=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,64: ohci0] > 100025=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,65: ohci1] > 100031=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [aintc0,29: aw_ts0] > 100032=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [swi0: uart] > =C2=A0=C2=A0 10=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0= =C2=A0=C2=A0=C2=A0 0=C2=A0 RL=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [idle] > =C2=A0=C2=A0=C2=A0 1=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 1= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 SLs=C2=A0=C2=A0=C2=A0=C2=A0 wait=C2=A0=C2= =A0=C2=A0 0xc1df7000=C2=A0 [init] > =C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0 0= =C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0 DLs=C2=A0=C2=A0=C2=A0=C2=A0 (threaded)=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [kernel] > 100000=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 swapin=C2=A0 0xc05d2520=C2=A0 [swapper] > 100003=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855400=C2=A0 [kqueue_ctx t= askq] > 100006=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855280=C2=A0 [aiod_kick ta= skq] > 100007=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855200=C2=A0 [thread taskq= ] > 100009=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1855100=C2=A0 [config_0] > 100034=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xc1854180=C2=A0 [CAM taskq] > 100045=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0xceb38c80=C2=A0 [softirq_0] > db>=20 >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm=20 > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >=20 From owner-freebsd-arm@freebsd.org Thu Apr 11 06:56:26 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF1A9157BD3D for ; Thu, 11 Apr 2019 06:56:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1DDD381E6D for ; Thu, 11 Apr 2019 06:56:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id D032C157BD3C; Thu, 11 Apr 2019 06:56:25 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8FD9157BD3B for ; Thu, 11 Apr 2019 06:56:25 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3106D81E6C for ; Thu, 11 Apr 2019 06:56:25 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=p3K1xPx1R1lSO866gCqHuTKFwRX5bZeR8NpBt6j5b00=; b=sJsWtnRj3EZC6lqWWvEF6jtqVwMoRX8dcdQyIr8HUv+0HtiiZDREfQx9bcKGhy0Xi5r2JWKCkHF4hAVRvMsmarxiPtUIe2HQ9OE/NgcU6g69k2ccF3syJZiXjAWAoW+TmNeNX00xX6x3w2KlkoY3sZWGDFjLJNMBpbXthA6nwH1iTGOTCWglJg5z5PTr6eqVNpWalcMfi56wCSDit7zO/tnYcLPrSGJXE/uuQrg7iZKQxjvbitjjs5DLV8CY24A8YtmyQz3yfMQ9HH2uE78sfHTJgzoPMruICtCTejgDKkz8UWFjUv5arCtXqz+L+ST1m8rtdW9uxFBTtoLn7JYsdQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1hETd9-000L1v-BP; Thu, 11 Apr 2019 09:56:15 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: i2c almost working for me, was Re: i2c still not working for me From: Daniel Braniss In-Reply-To: Date: Thu, 11 Apr 2019 09:56:14 +0300 Cc: "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <6119CE3B-6042-4DDC-82BE-B0C0C7ADA838@cs.huji.ac.il> References: <12F641C3-9FAA-4A3A-BA18-A7302F3A0F5E@cs.huji.ac.il> <20190409095819.c560dbc156c46e5ca0244e3e@bidouilliste.com> <23A47048-642A-481C-B7BE-B61E55F82955@cs.huji.ac.il> <20190409171604.GA4581@bluezbox.com> To: Oleksandr Tymoshenko , Emmanuel Vadot X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 3106D81E6C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 06:56:27 -0000 if no device is connected, I2CRDWR hangs,=20 it also happens with i2c(8) -s, only reboot helps. ichb1: twsi_reset: Using IIC_FASTEST/UNKNOWN mode with speed param=3D2a iichb1: TWSI_WRITE: Writing 0 to 18 iichb1: TWSI_WRITE: Writing 2a to 14 iichb1: TWSI_WRITE: Writing 40 to c iichb1: TWSI_WRITE: Writing c4 to c iichb1: twsi_transfer: transmitting 2 messages iichb1: TWSI_READ: read f8 from 10 iichb1: twsi_transfer: status=3Df8 iichb1: twsi_transfer: msg[0] flags: 0 iichb1: twsi_transfer: msg[0] len: 9 iichb1: TWSI_WRITE: Writing e4 to c and now it=E2=80=99s hung > On 10 Apr 2019, at 11:19, Daniel Braniss wrote: >=20 >=20 >=20 >> On 9 Apr 2019, at 20:16, Oleksandr Tymoshenko = wrote: >>=20 >> Daniel Braniss (danny@cs.huji.ac.il ) = wrote: >>>=20 >>>=20 >>>> On 9 Apr 2019, at 10:58, Emmanuel Vadot = wrote: >>>>=20 >>>> On Tue, 9 Apr 2019 10:50:22 +0300 >>>> Daniel Braniss wrote: >>>>=20 >>>>> Hi, >>>>> after the latest changes to i2c there is a small improvement, >>>>> i2c -s finds the device but complains: >>>>>=20 >>>>> root@neo-14:~ # i2c -s >>>>> Hardware may not support START/STOP scanning; trying less-reliable = read method. >>>>> Scanning I2C devices on /dev/iic0: 24 >>>>>=20 >>>>> but nothing else works. >>>>>=20 >>>>> I?ll try and connect my saleae signal analyzer later, but in the = meantime this is what I get >>>>> on the console: >>>>> [?] >>>>> iichb0: twsi_control_clear: read val=3D58 >>>>> iichb0: twsi_control_clear: write val=3D40 >>>>> iichb0: TWSI_WRITE: Writing 40 to c >>>>> iichb0: twsi_start: twsi_start: slave=3D48 >>>>> iichb0: twsi_locked_start: send start >>>>> iichb0: TWSI_READ: read 58 from c >>>>> iichb0: twsi_control_set: read val=3D58 >>>>> iichb0: twsi_control_set: write val=3D68 >>>>> iichb0: TWSI_WRITE: Writing 68 to c >>>>> iichb0: twsi_poll_ctrl: Waiting for ctrl r. >>>>> eg to match mask 8 >>>>> iichb0: TWSI_READ: read 48 from c >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> twsi_poll_ctrl: done >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> TWSI_READ: read 8 from 10 >>>>> iichb0: twsi_locked_start: status=3D8 >>>>> iichb0: TWSI_WRITE: Writing 48 to 8 >>>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> iichb0: TWSI_READ: read 48 from c >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> twsi_control_clear: read val=3D48 >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> twsi_control_clear: write val=3D40 >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> TWSI_WRITE: Writing 40 to c >>>>> gic0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> iichb0: twsi_poll_ctrl: Waiting for ctrl reg to match mask 8 >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> TWSI_READ: read 48 from c >>>>> iichb0: twsi_poll_ctrl: done >>>>> iichb0: TWSI_READ: read 8 from 10 >>>>> iichb0: twsi_locked_start: no ACK (status: 08) after sending slave = address >>>>> gic0: iichb0: Spurious interrupt detected: last irq: 32 on CPU1 >>>>> twsi_stop: twsi_stop >>>>> [?] >>>>>=20 >>>>> BTW, the hardware is NanoPi-neo and it?s running Current 345984 >>>>>=20 >>>>> thanks, >>>>> danny >>>>>=20 >>>>=20 >>>> Based on the function names you are using directly stop/start/etc = ... >>>> My changes were only for i2c_transfer (I2CRDWR ioctls) >>>>=20 >>>=20 >>> ok, this will show my ignorance, but could you send me some sample = code that uses I2CRDWR? >>> btw, the device i=E2=80=99m trying out is an RFID reader pn533, = which works with a modified driver =E2=80=A6 >>=20 >> Sample code for TMP102 sensor that uses RDWR ioctl: >>=20 >> = https://github.com/gonzoua/freebsd-embedded-demos/blob/master/libtmp102/tm= p102.c = >=20 >=20 > thanks gonzo! > I already got to talk to the PN533, so the iic driver is now working, > now for some more coding (the pn533 is a bit more complicated than the = thermal chip :-) > thanks, > danny >=20 >=20 >>=20 >>=20 >> --=20 >> gonzo >=20 > _______________________________________________ > 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" From owner-freebsd-arm@freebsd.org Thu Apr 11 07:11:34 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B26D6157C189 for ; Thu, 11 Apr 2019 07:11:33 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from nh505-vm10.bullet.mail.kks.yahoo.co.jp (nh505-vm10.bullet.mail.kks.yahoo.co.jp [183.79.57.112]) by mx1.freebsd.org (Postfix) with SMTP id 1286C82699 for ; Thu, 11 Apr 2019 07:11:29 +0000 (UTC) (envelope-from yamori813@yahoo.co.jp) Received: from [183.79.100.139] by nh505.bullet.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 07:09:25 -0000 Received: from [183.79.101.121] by t502.bullet.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 07:09:25 -0000 Received: from [127.0.0.1] by omp508.mail.kks.yahoo.co.jp with NNFMP; 11 Apr 2019 07:09:25 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 39827.58906.bm@omp508.mail.kks.yahoo.co.jp X-YMail-OSG: 8cWbu0MVM1leNBkTcaJpH.E2X9lvAAd8Atzpu1DnbupsGS8b8diRzSMkPTLCx.N ev1D8P8.ZubKKxM4hvcd9j59OE.CZPTm09SO4IPp6Vm84Ko0JxjTKgPkns1GJaNTSe58bPAa0mPA wmXwPAAOfoUae1Y1aqQzlFyLQoHv8F2yeE4jlo3Xrel2wENAgwinFC0LSHT8vh.w6gc0slal0lxT WBsUEVaoDRZadxskgnkeSI797MmCv688imRgGLvtUv4RuzcOB5EjT1LS4azjR6T_8JDq2Lr_8Oja DUM2uPVLk1qpv4_m6QY3oqkMHYxAZrjUYIEDKR4QVIJeDpRtg3.GBgdver7Gv9iWwFdnppv_KxS7 PL1i7bmG0R6BEB7DLVa4AWtc2RLgrhyxqN72AHRew8kGCGi93wFHq_vZ5DZfDdntVzpbXyhQHIK_ iYTOpNO_UeEn31v9GCfRF6Lao9H6hpA3Jr_WALVLYxriCC4iDoHAWkieltJG2dDo8K8GN7zpLWZF yL7OHelOqVTtOYmQBwv2dnRD.VTtp4XuFKtyRmvcDitaRWTSL92SnNIMQZyA6BxfoVfiMhBLJwhN 7BufVLoEAOCgZwvLWwja49BT2W6T7zlXJBCCuZjQ- Received: from jws700005.mail.kks.yahoo.co.jp by sendmailws512.mail.kks.yahoo.co.jp; Thu, 11 Apr 2019 16:09:24 +0000; 1554966564.547 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1554966565; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:References; bh=y2LDOJT3k1PHO3zkMpCu+DgnkVmeW6kGNW6GPPEGclE=; b=hE93bTSbHxtTMsNTP0pIHtC7we+lQuL96yjwRNUDc7py1URHriNwPeWU4D2cEykx KHp8iusISMgac6meYcEeP79gBQEDqb/3ihsRJpsiwkAazmu/EYUIX3LfnGUVczgJtJv UxRXGSQZOvg/VH2WYEr0j/V1xgJZUs2CKQzS1l4I= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:References; b=gmEd3JJ/n5Bkfc/9QL+lB1z7+eiiLkAGNgNjKwUITXdubK7QtG/k1dxUd5+UspeC 8L0okT+2qOgf9KoBtLgy6pwvB+lir8ggEfgaDXI5Us6PxeLI228mST7PAloN+t9phJf 8jWqC9sS631lmXTjDCoOiFmYyVxTkNBcPdcS4sCU=; Date: Thu, 11 Apr 2019 16:09:24 +0900 (JST) From: Mori Hiroki Reply-To: Mori Hiroki To: "freebsd-arm@freebsd.org" Message-ID: <845465350.158182.1554966564218.JavaMail.yahoo@jws700005.mail.kks.yahoo.co.jp> Subject: section .note.gnu.build-id at kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <845465350.158182.1554966564218.JavaMail.yahoo.ref@jws700005.mail.kks.yahoo.co.jp> X-Rspamd-Queue-Id: 1286C82699 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yahoo.co.jp header.s=yj20110701 header.b=hE93bTSb; dmarc=pass (policy=none) header.from=yahoo.co.jp; spf=pass (mx1.freebsd.org: domain of yamori813@yahoo.co.jp designates 183.79.57.112 as permitted sender) smtp.mailfrom=yamori813@yahoo.co.jp X-Spamd-Result: default: False [0.70 / 15.00]; HAS_REPLYTO(0.00)[yamori813@yahoo.co.jp]; R_SPF_ALLOW(-0.20)[+ip4:183.79.56.0/23]; FREEMAIL_FROM(0.00)[yahoo.co.jp]; DKIM_TRACE(0.00)[yahoo.co.jp:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.co.jp,none]; MX_GOOD(-0.01)[cached: mx3.mail.yahoo.co.jp]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.co.jp]; ASN(0.00)[asn:24572, ipnet:183.79.0.0/16, country:JP]; IP_SCORE(0.88)[ipnet: 183.79.0.0/16(2.49), asn: 24572(1.99), country: JP(-0.07)]; DWL_DNSWL_NONE(0.00)[yahoo.co.jp.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.49)[-0.492,0]; R_DKIM_ALLOW(-0.20)[yahoo.co.jp:s=yj20110701]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[yahoo.co.jp]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.86)[0.859,0]; NEURAL_SPAM_LONG(0.35)[0.354,0]; RCVD_IN_DNSWL_NONE(0.00)[112.57.79.183.list.dnswl.org : 127.0.5.0]; TO_DN_EQ_ADDR_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 07:11:34 -0000 Hi I don't use ubldr. Because of my mips target have small resource. I found section .note.gnu.build-id at recently elf armv7 kernel. I use objcopy and gzip and mkimage. This kernel binary u-boot image like this. Load Address: 0x40200154, Entry Point: 0x40200180 If I found section .note.gnu.build-id then I use this logic. Entry Pint - 28 = Load Address Is this correct ? Hiroki Mori From owner-freebsd-arm@freebsd.org Thu Apr 11 12:45:32 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF101583AC4 for ; Thu, 11 Apr 2019 12:45:32 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from smtpq2.mnd.mail.iss.as9143.net (smtpq2.mnd.mail.iss.as9143.net [212.54.34.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 186208CBA8; Thu, 11 Apr 2019 12:45:30 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from [212.54.34.120] (helo=smtp12.mnd.mail.iss.as9143.net) by smtpq2.mnd.mail.iss.as9143.net with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1hEZ50-0003WF-Hi; Thu, 11 Apr 2019 14:45:22 +0200 Received: from 94-209-122-217.cable.dynamic.v4.ziggo.nl ([94.209.122.217] helo=wan0.bsd4all.org) by smtp12.mnd.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1hEZ50-0002T1-EH; Thu, 11 Apr 2019 14:45:22 +0200 Received: from newnas (localhost [127.0.0.1]) by wan0.bsd4all.org (Postfix) with ESMTP id 4BB1C36D; Thu, 11 Apr 2019 14:45:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from wan0.bsd4all.org ([127.0.0.1]) by newnas (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bRGz6PxWkeD8; Thu, 11 Apr 2019 14:45:20 +0200 (CEST) Received: from [192.168.1.65] (unknown [192.168.1.65]) by wan0.bsd4all.org (Postfix) with ESMTPSA id C4EEC368; Thu, 11 Apr 2019 14:45:20 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: about netbooting on armv6 From: peter.blok@bsd4all.org In-Reply-To: <20190301034056.GG23492@cicely7.cicely.de> Date: Thu, 11 Apr 2019 14:45:20 +0200 Cc: Ian Lepore , freebsd-arm Content-Transfer-Encoding: quoted-printable Message-Id: <40A1D23F-AF9D-483E-9AAB-FA756B023864@bsd4all.org> References: <5432b449f37a481bc7099fbab25fbd2e@bakulin.de> <1458751414.1091.47.camel@freebsd.org> <20190301031213.GE23492@cicely7.cicely.de> <1797d7376b308236366305ad5ae18661b1d2a80c.camel@freebsd.org> <20190301032326.GF23492@cicely7.cicely.de> <20190301034056.GG23492@cicely7.cicely.de> To: ticso@cicely.de X-Mailer: Apple Mail (2.3445.104.8) X-SourceIP: 94.209.122.217 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.3 cv=SYKJicZu c=1 sm=1 tr=0 a=0XONDDbZk2SpjknwKA3Xxg==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=oexKYjalfGEA:10 a=jM2Dayi2fsnd9tRSqm4A:9 a=QEXdDO2ut3YA:10 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-Rspamd-Queue-Id: 186208CBA8 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of peter.blok@bsd4all.org designates 212.54.34.165 as permitted sender) smtp.mailfrom=peter.blok@bsd4all.org X-Spamd-Result: default: False [-1.97 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:smtp.ziggo.nl/16]; MV_CASE(0.50)[]; MX_GOOD(-0.01)[smtp.bsd4all.org]; NEURAL_HAM_SHORT(-0.39)[-0.386,0]; RCVD_IN_DNSWL_LOW(-0.10)[165.34.54.212.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33915, ipnet:212.54.32.0/20, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[217.122.209.94.zen.spamhaus.org : 127.0.0.11]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.975,0]; RCVD_COUNT_FIVE(0.00)[6]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-0.85)[-0.850,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[bsd4all.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_NO_DN(0.00)[]; IP_SCORE(0.15)[asn: 33915(0.72), country: NL(0.01)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 12:45:32 -0000 Bernd, Don=E2=80=99t know if the following is going to help. I am netbooting an = rpi-3 using loader.efi What I did was the following. 1. I booted of an 12-RELEASE SD-Image. 2. Mounted a NFS file-system that became my root file-system 3. Copied everything from / over to that file-system 4. Added to dhcp.conf host raspberrypi { hardware ethernet b8:27:eb:2b:37:e1; fixed-address 192.168.1.87; option host-name "raspberrypi"; next-server 192.168.1.1; option tftp-server-name "192.168.1.1"; option root-path "192.168.1.1:/zdata/rpiboot/armbsd"; filename "armbsd/loader.efi"; } 5. Under tftpbooot I copied bootcode.bin 6. With tcpdump I traced which directories it was going to open files = on. In my case it was bd2b37e1 (which is derived from mac) 7. Created /tftpboot/armbsd and a symbolic link from armbsd to bd2b37e1 The contents of /tftpboot/armbsd is (from the SD card) Not everything is = used and the pxelinux.cfg is not needed ls -R /tftpboot/armbsd/ armstub8.bin dtb fixup_db.dat = overlays start_cd.elf u-boot.bin bcm2710-rpi-3-b.dtb fixup.dat fixup_x.dat = pxelinux.cfg start_db.elf config.txt fixup_cd.dat loader.efi = start.elf start_x.elf /tftpboot/armbsd/dtb: allwinner overlays /tftpboot/armbsd/dtb/allwinner: sun50i-a64-nanopi-a64.dtb sun50i-a64-pine64-plus.dtb = sun50i-a64-sopine-baseboard.dtb sun50i-a64-olinuxino.dtb sun50i-a64-pine64.dtb = sun50i-h5-orangepi-pc2.dtb /tftpboot/armbsd/dtb/overlays: sun50i-a64-sid.dtbo sun50i-a64-ths.dtbo sun50i-a64-timer.dtbo /tftpboot/armbsd/overlays: mmc.dtbo pi3-disable-bt.dtbo pwm.dtbo /tftpboot/armbsd/pxelinux.cfg: 01-b8-27-eb-2b-37-e1 8. Changed fstab on the NFS share and added = boot.nfsroot.options=3D=E2=80=9Cnolockd=E2=80=9D to loader.conf Peter= From owner-freebsd-arm@freebsd.org Thu Apr 11 13:08:38 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB2915843EB for ; Thu, 11 Apr 2019 13:08:38 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from smtpq5.tb.mail.iss.as9143.net (smtpq5.tb.mail.iss.as9143.net [212.54.42.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98F2A8D82C; Thu, 11 Apr 2019 13:08:36 +0000 (UTC) (envelope-from peter.blok@bsd4all.org) Received: from [212.54.42.136] (helo=smtp12.tb.mail.iss.as9143.net) by smtpq5.tb.mail.iss.as9143.net with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1hEZRL-0001yV-IP; Thu, 11 Apr 2019 15:08:27 +0200 Received: from 94-209-122-217.cable.dynamic.v4.ziggo.nl ([94.209.122.217] helo=wan0.bsd4all.org) by smtp12.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1hEZRL-0000QS-FK; Thu, 11 Apr 2019 15:08:27 +0200 Received: from newnas (localhost [127.0.0.1]) by wan0.bsd4all.org (Postfix) with ESMTP id D462CC6; Thu, 11 Apr 2019 15:08:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from wan0.bsd4all.org ([127.0.0.1]) by newnas (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A9PoO2ADA7Bp; Thu, 11 Apr 2019 15:08:23 +0200 (CEST) Received: from [192.168.1.65] (unknown [192.168.1.65]) by wan0.bsd4all.org (Postfix) with ESMTPSA id C8818C0; Thu, 11 Apr 2019 15:08:23 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: about netbooting on armv6 From: peter.blok@bsd4all.org In-Reply-To: <40A1D23F-AF9D-483E-9AAB-FA756B023864@bsd4all.org> Date: Thu, 11 Apr 2019 15:08:23 +0200 Cc: freebsd-arm , Ian Lepore Content-Transfer-Encoding: quoted-printable Message-Id: <9A060D59-780F-415B-8E81-06C029560500@bsd4all.org> References: <5432b449f37a481bc7099fbab25fbd2e@bakulin.de> <1458751414.1091.47.camel@freebsd.org> <20190301031213.GE23492@cicely7.cicely.de> <1797d7376b308236366305ad5ae18661b1d2a80c.camel@freebsd.org> <20190301032326.GF23492@cicely7.cicely.de> <20190301034056.GG23492@cicely7.cicely.de> <40A1D23F-AF9D-483E-9AAB-FA756B023864@bsd4all.org> To: ticso@cicely.de X-Mailer: Apple Mail (2.3445.104.8) X-SourceIP: 94.209.122.217 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.3 cv=EbG2v8uC c=1 sm=1 tr=0 a=0XONDDbZk2SpjknwKA3Xxg==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=oexKYjalfGEA:10 a=6Q3WNqvRAAAA:8 a=6I5d2MoRAAAA:8 a=YTaFjHcSo-oz8wFMWZsA:9 a=MpE81C_CtdW-Sd1W:21 a=D9M8hqoFxkNEkm7c:21 a=QEXdDO2ut3YA:10 a=I8PBwKCn76L9oNdl0isp:22 a=IjZwj45LgO3ly-622nXo:22 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-Rspamd-Queue-Id: 98F2A8D82C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of peter.blok@bsd4all.org designates 212.54.42.168 as permitted sender) smtp.mailfrom=peter.blok@bsd4all.org X-Spamd-Result: default: False [-2.96 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+a:smtp.ziggo.nl/16]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[bsd4all.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: smtp.bsd4all.org]; NEURAL_HAM_SHORT(-0.93)[-0.935,0]; FROM_NO_DN(0.00)[]; IP_SCORE(-0.13)[ipnet: 212.54.32.0/20(-1.32), asn: 33915(0.68), country: NL(0.01)]; FROM_EQ_ENVFROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[168.42.54.212.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:33915, ipnet:212.54.32.0/20, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[217.122.209.94.zen.spamhaus.org : 127.0.0.11] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 13:08:38 -0000 Forgot to add the content of config.txt arm_control=3D0x200 dtparam=3Daudio=3Don,i2c_arm=3Don,spi=3Don dtoverlay=3Dmmc dtoverlay=3Dpwm dtoverlay=3Dpi3-disable-bt device_tree_address=3D0x4000 kernel=3Du-boot.bin > On 11 Apr 2019, at 14:45, peter.blok@bsd4all.org wrote: >=20 > Bernd, >=20 > Don=E2=80=99t know if the following is going to help. I am netbooting = an rpi-3 using loader.efi >=20 > What I did was the following. >=20 > 1. I booted of an 12-RELEASE SD-Image. > 2. Mounted a NFS file-system that became my root file-system > 3. Copied everything from / over to that file-system > 4. Added to dhcp.conf > host raspberrypi { > hardware ethernet b8:27:eb:2b:37:e1; > fixed-address 192.168.1.87; > option host-name "raspberrypi"; > next-server 192.168.1.1; > option tftp-server-name "192.168.1.1"; > option root-path "192.168.1.1:/zdata/rpiboot/armbsd"; > filename "armbsd/loader.efi"; > } >=20 > 5. Under tftpbooot I copied bootcode.bin > 6. With tcpdump I traced which directories it was going to open files = on. > In my case it was bd2b37e1 (which is derived from mac) > 7. Created /tftpboot/armbsd and a symbolic link from armbsd to = bd2b37e1 > The contents of /tftpboot/armbsd is (from the SD card) Not everything = is used and the pxelinux.cfg is not needed > ls -R /tftpboot/armbsd/ > armstub8.bin dtb fixup_db.dat = overlays start_cd.elf u-boot.bin > bcm2710-rpi-3-b.dtb fixup.dat fixup_x.dat = pxelinux.cfg start_db.elf > config.txt fixup_cd.dat loader.efi = start.elf start_x.elf >=20 > /tftpboot/armbsd/dtb: > allwinner overlays >=20 > /tftpboot/armbsd/dtb/allwinner: > sun50i-a64-nanopi-a64.dtb sun50i-a64-pine64-plus.dtb = sun50i-a64-sopine-baseboard.dtb > sun50i-a64-olinuxino.dtb sun50i-a64-pine64.dtb = sun50i-h5-orangepi-pc2.dtb >=20 > /tftpboot/armbsd/dtb/overlays: > sun50i-a64-sid.dtbo sun50i-a64-ths.dtbo sun50i-a64-timer.dtbo >=20 > /tftpboot/armbsd/overlays: > mmc.dtbo pi3-disable-bt.dtbo pwm.dtbo >=20 > /tftpboot/armbsd/pxelinux.cfg: > 01-b8-27-eb-2b-37-e1 >=20 > 8. Changed fstab on the NFS share and added = boot.nfsroot.options=3D=E2=80=9Cnolockd=E2=80=9D to loader.conf >=20 > Peter > _______________________________________________ > 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" From owner-freebsd-arm@freebsd.org Thu Apr 11 15:34:49 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 700351587565 for ; Thu, 11 Apr 2019 15:34:49 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDDDD6C0D1 for ; Thu, 11 Apr 2019 15:34:46 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Thu, 11 Apr 2019 15:33:32 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id CE895A31-E751-446D-9F23-E92449E3441D.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Thu, 11 Apr 2019 15:33:32 +0000 Date: Thu, 11 Apr 2019 18:33:34 +0300 From: Greg V Subject: Re: Can't install FreeBSD version 12 on aarch64 eMAG To: Tinh Nguyen Cc: freebsd-arm@freebsd.org, John O'Neill , Ed Maste Message-Id: <1554996814.2455.0@unrelenting.technology> In-Reply-To: References: X-Mailer: geary/master~g7e6f39ed MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; bh=LSUAIMCHo0r8G3nACHymKBDoJeo11Hs9zUWY+/oGM+8=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=UInUxp+O+dRsEYI6Y/TmUGa/X6Pq7rjFAGO+XiiykxVl9/1Z0ziWTGTnen07jamw9y3Ip/7sB9nFowrThS2cWGQ25rmMMXGfJw1i/1JSxgRyVgB872CFmWqRCIC3dWKQlQ2ZCOOrzIYEvBSO+xm99d36eqrqtmDPCBbHO96zGkg= X-Rspamd-Queue-Id: DDDDD6C0D1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=UInUxp+O; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-6.59 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; RCVD_IN_DNSWL_NONE(0.00)[63.223.121.91.list.dnswl.org : 127.0.10.0]; MX_GOOD(-0.01)[aspmx1.migadu.com,aspmx2.migadu.com]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.60)[ip: (-9.89), ipnet: 91.121.0.0/16(-4.13), asn: 16276(1.03), country: FR(-0.01)]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 15:34:49 -0000 On Tue, Apr 9, 2019 at 1:20 AM, Tinh Nguyen via freebsd-arm=20 wrote: > I forgot to attach the photo. >=20 > -Tinh >=20 > ________________________________ > From: Tinh Nguyen > Sent: Monday, April 8, 2019 3:17 PM > To: freebsd-arm@freebsd.org > Subject: Can't install FreeBSD version 12 on aarch64 eMAG >=20 > Hi, >=20 > I believe that I reach out to the right community. >=20 > Anyway, I tried to install the FreeBSD version 12 on our aarch64=20 > eMAG, and it hang as shown in the attached photo. Here's what I did: >=20 > 1. Downloaded the binary=20 > "FreeBSD-12.0-RELEASE-arm64-aach64-memstick.img" and dd the image to=20 > the bootable usb stick. > 2. Booted the eMAG system from the bootable USB stick and it hang=20 > at the location shown in the attached photo. >=20 > What could it be the possible issue here? Hi, mailman doesn't forward attachments, but I'm assuming you're seeing=20 nothing after the EFI loader finishes and jumps to the kernel. I've booted on the eMAG insances at Packet.com, here's my notes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237055 tl;dr just to get the console output, you need to build the kernel with=20 the https://reviews.freebsd.org/D19507 patch =97 actually just try=20 booting an older build first, from before March 22nd. That should give=20 you output on the console. The graphical console on the EFI framebuffer=20 might work even in the current builds too. P.S. Bugzilla supports attachments ;) = From owner-freebsd-arm@freebsd.org Thu Apr 11 19:18:34 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11A731566DAC for ; Thu, 11 Apr 2019 19:18:34 +0000 (UTC) (envelope-from kim@westryn.net) Received: from mail.westryn.net (mail.westryn.net [199.48.135.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3DF472C41 for ; Thu, 11 Apr 2019 19:18:32 +0000 (UTC) (envelope-from kim@westryn.net) Received: from client20.westryn.net (225x169.ouraynet.com [204.16.225.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.westryn.net (Postfix) with ESMTPSA id DF3619432D2 for ; Thu, 11 Apr 2019 13:18:24 -0600 (MDT) From: Kim Shrier Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: espressobin board Message-Id: <95695AC2-088F-4DD8-8857-0DF9B04622A2@westryn.net> Date: Thu, 11 Apr 2019 13:18:22 -0600 To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: C3DF472C41 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of kim@westryn.net designates 199.48.135.251 as permitted sender) smtp.mailfrom=kim@westryn.net X-Spamd-Result: default: False [-4.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:199.48.135.251]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[westryn.net]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[mail.westryn.net]; NEURAL_HAM_SHORT(-1.00)[-0.995,0]; IP_SCORE(-1.58)[ipnet: 199.48.132.0/22(-3.94), asn: 36236(-3.89), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:199.48.132.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 19:18:34 -0000 I am venturing into the arm universe for the first time but I have been using FreeBSD for decades. I would like to build a WiFi access point that also has a few 1-gig ethernet interfaces. I have been looking at the V7 Marvell ESSPRESSObin board and adding a wifi module to it. https://www.globalscaletechnologies.com/p-79-v7-marvell-espressobin.aspx It looks like FreeBSD should run on this board. Does anybody have any experience with this or would you recommend a different board? I appreciate any enlightenment. Kim P.S. recommendations on WiFi modules also greatly appreciated. From owner-freebsd-arm@freebsd.org Thu Apr 11 20:28:19 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF8E156944B for ; Thu, 11 Apr 2019 20:28:19 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [195.149.99.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "raven.bwct.de", Issuer "raven.bwct.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5BC74FBA for ; Thu, 11 Apr 2019 20:28:17 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.15.2/8.15.2) with ESMTPS id x3BKSCRA027963 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 11 Apr 2019 22:28:13 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cicely.de; s=default; t=1555014493; bh=SXzJx7zAPJpDdFO2s3JnpT2vmGrjWuIFQme50Tnz9wQ=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To; b=My8e+gV/DwDUBO/CNChvQsVcXgBg1VFchdJm1+5eelDKseJEMBqRUHy3yLAl7Yo4u +k5urRcf5gi/+tjIkj4NJpqp1OKLvyKQ3UVSOIqiV/q6a8FTqJRIrYVZ8ULzE+Yi4l jjIjRnDuT41+oavJAs99E4BKHUEynsxv6RRjdAAE= Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id x3BKS5DV083457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Apr 2019 22:28:05 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTP id x3BKS5Ys038358; Thu, 11 Apr 2019 22:28:05 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id x3BKS3VA038357; Thu, 11 Apr 2019 22:28:03 +0200 (CEST) (envelope-from ticso) Date: Thu, 11 Apr 2019 22:28:03 +0200 From: Bernd Walter To: Peter Jeremy Cc: ticso@cicely.de, freebsd-arm@freebsd.org, Bernd Walter Subject: Re: no dev.cpu on RPI-B Message-ID: <20190411202803.GA38343@cicely7.cicely.de> Reply-To: ticso@cicely.de References: <20190409223917.GK69855@cicely7.cicely.de> <20190409235929.GA8974@server.rulingia.com> <20190410003508.GL69855@cicely7.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190410003508.GL69855@cicely7.cicely.de> X-Operating-System: FreeBSD cicely7.cicely.de 12.0-STABLE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de X-Rspamd-Queue-Id: 5F5BC74FBA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cicely.de header.s=default header.b=My8e+gV/ X-Spamd-Result: default: False [-2.04 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[ticso@cicely.de]; R_DKIM_ALLOW(-0.20)[cicely.de:s=default]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[cicely.de]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[cicely.de:+]; MX_GOOD(-0.01)[mx1.bwct.de]; RCVD_IN_DNSWL_NONE(0.00)[3.99.149.195.list.dnswl.org : 127.0.20.0]; NEURAL_HAM_SHORT(-0.24)[-0.245,0]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:21461, ipnet:195.149.99.0/24, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.00)[country: DE(-0.01)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 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 Apr 2019 20:28:20 -0000 On Wed, Apr 10, 2019 at 02:35:08AM +0200, Bernd Walter wrote: > On Wed, Apr 10, 2019 at 09:59:29AM +1000, Peter Jeremy wrote: > > On 2019-Apr-10 00:39:18 +0200, Bernd Walter wrote: > > >I was hoping for dev.cpu.0.temperature as it exists on the Pi3. > > >Is something missing in my setup (using 12-RELEASE kernel from image), > > >or is there no support for that? > > > > I ran into this when I switched from the FreeBSD FDT to the default Linux FDT. > > The latter is missing the CPU description. The fix is to create your own > > FDT overlay and get the loader to load it. There's a similar problem with the > > SPI controller. > > Thank you very much. > That makes sense, didn't thought about FDT because it works on a Pi3 > with the same 12.0-RELEASE. > I'm already using overlays on those systems for SPI, my own APA102 LED driver > and DS18B20 sensors. > It is for an LED matrix running 24 RPI1 with 800 LEDs each. > The systems are nfsroot, but I think the dtso are loaded from the micro-SD > cards :-( > Well - I guess I setup a bootscript on the NFS server to update the data on > the cards. Much better, but still no temperature: [52]matrix# sysctl dev.cpu dev.cpu.0.%parent: cpulist0 dev.cpu.0.%pnpinfo: name=cpu@0 compat=arm,1176jzf-s dev.cpu.0.%location: dev.cpu.0.%driver: cpu dev.cpu.0.%desc: Open Firmware CPU dev.cpu.%parent: Will take a deeper look into it and compare to the previous FDT once I find time. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@freebsd.org Fri Apr 12 09:14:09 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B649015774E8 for ; Fri, 12 Apr 2019 09:14:09 +0000 (UTC) (envelope-from mw@semihalf.com) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 847406BD94 for ; Fri, 12 Apr 2019 09:14:08 +0000 (UTC) (envelope-from mw@semihalf.com) Received: by mail-qt1-x830.google.com with SMTP id s15so10417112qtn.3 for ; Fri, 12 Apr 2019 02:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=NzDKvg2H3QGR/SL/cJQ6aDwIH0/8QsyiW8toHnuUNdg=; b=xhxGo8fRI+AiklHd8fpGXOwjAd3X4v5lEK3AwZ77quPsQAce5sD9FiT2RJ95KJKSH8 gSAevodB3U/9/r6J2dbFSmIol3eaKPsxXIyvyqdGulTnl3uAUm2AxQMqRdcbpWmrmeKu Bk39Z93Wt4DM76uovE2N2n7gxB2MloJQljscgvnL7+YwB7xOncWwOIfOwWIPXiHERIW/ +raadjznIPR/EusezQvzxMCLjc9BWlfL4EAMc6QlQLnoPgbNayX6vq0bmgqXYQTV5MyU I+zczFK7D8xFGCE2COTq4Yt3/rCf4dEhP2Lktid/DQCqjO93c0RlZzEhLqv2RSjGFt+x JL4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=NzDKvg2H3QGR/SL/cJQ6aDwIH0/8QsyiW8toHnuUNdg=; b=mt4X0YdKIZRogWEDZuRnEkwvmTDBjF+vSfe1IJlcFzIcmU3568vvqtOjONd7Imz5/z MKZuTVFYQOoRspE8M10L/XK0dkzOsjMI3jXFUS0NK1whukWTDJ8P4Fc2qP3Pfn97CYWm Sa/MD/HXG3eDJR9/fxIAiQmmRTJ2XrRlpagWRUJaDTIQPYEoBo2ZTtP73QkBsiji08WK 8cJ8jfNbWBMohFQDH+i/pbBTU+t+LVVAwy09UzGGv5o+MQJe3n+cV6x8bIyvl7UfoaQw vqGEdffcWQerZU1+IaKX2nJM48gHEafra9DRbzf9mqOHr5kPEsLltFxgjxN8BIeQGrXY tRvA== X-Gm-Message-State: APjAAAXtTsQOcxum4y7E5yBz8iKlpQ8FgjZ/Ih70sTRzUKblbYaroVZY UgsnND5XAEsXBvMvmvit52pEBiRML9+kVo5zwoFpzb3OHfaH34+o X-Google-Smtp-Source: APXvYqytWABF3YWwNS9K2ptqIUcAVPTSDHXlgL6KmwOv6S0KrjoTXvUIdS1E6rwYG7wUBKrcPuAtkoA/VTY72kP47m8= X-Received: by 2002:a0c:8a2e:: with SMTP id 43mr44981079qvt.198.1555060447877; Fri, 12 Apr 2019 02:14:07 -0700 (PDT) MIME-Version: 1.0 References: <95695AC2-088F-4DD8-8857-0DF9B04622A2@westryn.net> In-Reply-To: <95695AC2-088F-4DD8-8857-0DF9B04622A2@westryn.net> From: Marcin Wojtas Date: Fri, 12 Apr 2019 11:13:58 +0200 Message-ID: Subject: Re: espressobin board To: Kim Shrier Cc: freebsd-arm , Luiz Otavio O Souza Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 847406BD94 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=xhxGo8fR X-Spamd-Result: default: False [-6.10 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; R_DKIM_ALLOW(-0.20)[semihalf-com.20150623.gappssmtp.com:s=20150623]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; DMARC_NA(0.00)[semihalf.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: ASPMX2.GOOGLEMAIL.com]; DKIM_TRACE(0.00)[semihalf-com.20150623.gappssmtp.com:+]; RCVD_IN_DNSWL_NONE(0.00)[0.3.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.94)[-0.936,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE(-2.86)[ip: (-9.10), ipnet: 2607:f8b0::/32(-2.94), asn: 15169(-2.18), country: US(-0.06)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2019 09:14:09 -0000 Hi Kim, czw., 11 kwi 2019 o 21:18 Kim Shrier napisa=C5=82(a): > > I am venturing into the arm universe for the first time but I > have been using FreeBSD for decades. > > I would like to build a WiFi access point that also has a few > 1-gig ethernet interfaces. I have been looking at the V7 > Marvell ESSPRESSObin board and adding a wifi module > to it. > > https://www.globalscaletechnologies.com/p-79-v7-marvell-espressobin.aspx > > It looks like FreeBSD should run on this board. Does anybody > have any experience with this or would you recommend a > different board? > > I appreciate any enlightenment. > We added some initial support to the board, later extended by loos (not sure, however if everything done by loos was merged upstream). It should work just fine in HEAD. In any way, the one thing missing, which may be a blocker for you, is lack of PCIE root complex support for Armada 37xx SoC... > Kim > P.S. recommendations on WiFi modules also greatly appreciated. > Afaik, a bunch of Atheros mini-PCIE WIFI modules should work just fine. Best regards, Marcin From owner-freebsd-arm@freebsd.org Sat Apr 13 19:58:14 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD591581C17 for ; Sat, 13 Apr 2019 19:58:13 +0000 (UTC) (envelope-from kim@westryn.net) Received: from mail.westryn.net (mail.westryn.net [199.48.135.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03CE9682B8; Sat, 13 Apr 2019 19:58:12 +0000 (UTC) (envelope-from kim@westryn.net) Received: from client20.westryn.net (225x169.ouraynet.com [204.16.225.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.westryn.net (Postfix) with ESMTPSA id 8C215943630; Sat, 13 Apr 2019 13:58:06 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: espressobin board From: Kim Shrier In-Reply-To: Date: Sat, 13 Apr 2019 13:58:05 -0600 Cc: freebsd-arm , Luiz Otavio O Souza Content-Transfer-Encoding: quoted-printable Message-Id: References: <95695AC2-088F-4DD8-8857-0DF9B04622A2@westryn.net> To: Marcin Wojtas X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: 03CE9682B8 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of kim@westryn.net designates 199.48.135.251 as permitted sender) smtp.mailfrom=kim@westryn.net X-Spamd-Result: default: False [-4.32 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:199.48.135.251]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[westryn.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[mail.westryn.net]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; IP_SCORE(-1.55)[ipnet: 199.48.132.0/22(-3.81), asn: 36236(-3.89), country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:199.48.132.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2019 19:58:14 -0000 On Apr 12, 2019, at 3:13 AM, Marcin Wojtas wrote: >=20 > Hi Kim, >=20 > czw., 11 kwi 2019 o 21:18 Kim Shrier napisa=C5=82(a): >>=20 >> I am venturing into the arm universe for the first time but I >> have been using FreeBSD for decades. >>=20 >> I would like to build a WiFi access point that also has a few >> 1-gig ethernet interfaces. I have been looking at the V7 >> Marvell ESSPRESSObin board and adding a wifi module >> to it. >>=20 >> = https://www.globalscaletechnologies.com/p-79-v7-marvell-espressobin.aspx >>=20 >> It looks like FreeBSD should run on this board. Does anybody >> have any experience with this or would you recommend a >> different board? >>=20 >> I appreciate any enlightenment. >>=20 >=20 > We added some initial support to the board, later extended by loos > (not sure, however if everything done by loos was merged upstream). It > should work just fine in HEAD. >=20 > In any way, the one thing missing, which may be a blocker for you, is > lack of PCIE root complex support for Armada 37xx SoC... >=20 >> Kim >> P.S. recommendations on WiFi modules also greatly appreciated. >>=20 >=20 > Afaik, a bunch of Atheros mini-PCIE WIFI modules should work just = fine. >=20 > Best regards, > Marcin Thank you very much for the feedback. Kim