From owner-freebsd-embedded@freebsd.org Mon Mar 16 16:46:36 2020 Return-Path: Delivered-To: freebsd-embedded@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2596426A4D7 for ; Mon, 16 Mar 2020 16:46:36 +0000 (UTC) (envelope-from bmelo@protonmail.com) Received: from mail-40135.protonmail.ch (mail-40135.protonmail.ch [185.70.40.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "protonmail.com", Issuer "SwissSign Server Gold CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48h2J926Zmz3G3W for ; Mon, 16 Mar 2020 16:46:33 +0000 (UTC) (envelope-from bmelo@protonmail.com) Date: Mon, 16 Mar 2020 16:46:24 +0000 To: Ian Lepore From: bmelo Cc: "freebsd-embedded@freebsd.org" Reply-To: bmelo Subject: Re: STM32 not identified Message-ID: In-Reply-To: <2e1b00c4213037f308417c902291e0a88c06674b.camel@freebsd.org> References: <2e1b00c4213037f308417c902291e0a88c06674b.camel@freebsd.org> Feedback-ID: qWjSYckcgWWcZ4sn33dAM-M6U8dYd-Kg7WN_cqNWul_NwneiFWMmqSheunmYdNbSmzUzMmz444KsHd71b-Gqfg==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Rspamd-Queue-Id: 48h2J926Zmz3G3W X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.09 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; HAS_REPLYTO(0.00)[bmelo@protonmail.com]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; FREEMAIL_FROM(0.00)[protonmail.com]; DKIM_TRACE(0.00)[protonmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.00)[ip: (-9.83), ipnet: 185.70.40.0/24(-4.89), asn: 62371(-3.91), country: CH(0.05)]; RCVD_IN_DNSWL_LOW(-0.10)[135.40.70.185.list.dnswl.org : 127.0.5.1]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=default]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[protonmail.com]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[] X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2020 16:46:36 -0000 Here is my devfs.rules: [devfsrules_common=3D7] add path 'ad[0-9]\*'=09=09mode 666 add path 'ada[0-9]\*'=09mode 666 add path 'da[0-9]\*'=09=09mode 666 add path 'acd[0-9]\*'=09mode 666 add path 'cd[0-9]\*'=09=09mode 666 add path 'cuaU[0-9]\*' mode 666 add path 'mmcsd[0-9]\*'=09mode 666 add path 'pass[0-9]\*'=09mode 666 add path 'xpt[0-9]\*'=09mode 666 add path 'ugen[0-9]\*'=09mode 666 add path 'usbctl'=09=09mode 666 add path 'usb/\*'=09=09mode 666 add path 'ttyU[0-9]\*'=09mode 666 add path 'lpt[0-9]\*'=09mode 666 add path 'ulpt[0-9]\*'=09mode 666 add path 'unlpt[0-9]\*'=09mode 666 add path 'fd[0-9]\*'=09=09mode 666 add path 'uscan[0-9]\*'=09mode 666 add path 'video[0-9]\*'=09mode 666 add path 'tuner[0-9]*' mode 666 add path 'dvb/\*'=09=09mode 666 add path 'cx88*' mode 0660 add path 'iicdev*' mode 0660 add path 'uvisor[0-9]*' mode 0660 Sent from ProtonMail, Swiss-based encrypted email. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Monday, 16 de March de 2020 =C3=A0s 13:23, Ian Lepore = wrote: > On Mon, 2020-03-16 at 12:23 +0000, bmelo via freebsd-embedded wrote: > > > Hi, I have a STM32 Nucleo board and installed stlink from ports here. > > But all the time I run st-util command I get the message: > > WARN usb.c: Couldn't find any ST-Link/V2 devices > > The Nucleo creates cuaU0 and ttyU0 in /dev. It seems like a > > permission problem, but I have no idea how to fix that. I already > > tried to edit /etc/devfs.rules and the problem persists. /dev/cuaU0 > > is uucp:dialer and ttyU0 is root:wheel. > > Any idea? > > You didn't saywhat you tried with devfs.rules. This is what I use > (because I am the only user of this machine, so security is not a > problem; these might not be good for a shared machine): > > [localrules=3D10] > add path "ttyU*" mode 0666 > add path "cuaU*" mode 0666 > add path "ugen*" mode 0666 > add path "usb/*" mode 0666 > add path "usb" mode 0755 > > -- Ian