[chirp_users] CHIRP on Mac mini M1

Scott Lopez
Sun Sep 12 12:13:44 PDT 2021


Here's my little script. I keep CHIRP in my home directory Applications, so
adjust your path as necessary:

❯ cat bin/chirp_sign.sh
#!/opt/homebrew/bin/bash
xattr -c ~/Applications/CHIRP.app
xattr -c ~/Applications/CHIRP.app/Contents
codesign --force --deep --sign - ~/Applications/CHIRP.app

The drivers for the cable you're using really depend on the chipset in the
cable. MacOS does have some default drivers, and they may work for you. If
they don't I suggest going to the web site specific for the chipset and not
the cable brand, they tend to be newer. Google something like "chipset
macos driver download" and you should find the page.


On Sun, Sep 12, 2021 at 10:45 AM Kerry Whittle <t2ckerry at gmail.com> wrote:

> Yay! Chirp is running again! I was going to try to figure out those
> commands again but you got them first. Thanks! I’m going to make a script
> out of those commands.
>
> Now, about the drivers, how does that work on the m1?
>
> > On Sep 12, 2021, at 7:49 AM, Scott Lopez <scottjl at gmail.com> wrote:
> >
> > Assuming you put the chrip.app in your Applications folder, try running
> the following commands:
> >
> > xattr -c /Applications/CHIRP.app
> > xattr -c /Applications/CHIRP.app/Contents
> > codesign --force --deep --sign - /Applications/CHIRP.app
> >
> > Need to run these from the command line (use Terminal) and you must have
> Xcode installed.
> >
> > You'll need to run these every time you update the CHIRP app.
> > _______________________________________________
> > chirp_users mailing list
> > chirp_users at intrepid.danplanet.com
> > http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> > This message was sent to Kerry at t2ckerry at gmail.com
> > To unsubscribe, send an email to
> chirp_users-unsubscribe at intrepid.danplanet.com
>
> _______________________________________________
> chirp_users mailing list
> chirp_users at intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to scottjl at gmail.com at scottjl at gmail.com
> To unsubscribe, send an email to
> chirp_users-unsubscribe at intrepid.danplanet.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20210912/d7701046/attachment.html 


More information about the chirp_users mailing list