RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

show-pins.pl fails after pulling latest code #134

Open scirelli opened 1 year ago

scirelli commented 1 year ago

I pulled the latest code after imaging my BBB

cd /opt/scripts
git pull

Running

sudo /opt/scripts/device/bone/show-pins

Gives error

parse error at ./show-pins.pl line 129, <> line 2.
RobertCNelson commented 1 year ago

@scirelli what image did you start with? (so i can validate/test..)

scirelli commented 1 year ago

AM3358 Debian 10.3 2020-04-06 4GB eMMC IoT Flasher

scirelli commented 1 year ago

The one from this repo still works though https://github.com/mvduin/bbb-pin-utils

RobertCNelson commented 1 year ago

Thanks @scirelli so in newer images, show pins is pre-installed from zmatt's repo.. https://forum.beagleboard.org/tag/latest-images

I've removed our fork with an install file instead:

https://github.com/RobertCNelson/boot-scripts/commit/f8c83c99de67443f0a2f573e21e1320c98ab33a7

Regards,