Protoneer / RPI-CNC-Config-Scripts

Scripts used to setup a Raspberry Pi for use with the Raspberry Pi CNC board
http://wiki.protoneer.co.nz/Raspberry_Pi_CNC
21 stars 11 forks source link

instlall scripts for RPi4 #5

Open Protoneer opened 4 years ago

Protoneer commented 4 years ago

https://forum.protoneer.co.nz/viewtopic.php?f=22&t=7460&p=10919#p10919

https://forum.protoneer.co.nz/viewtopic.php?f=10&t=7443

Protoneer commented 4 years ago

protoneer-master.zip

Updated scripts

WZ9V commented 4 years ago

I tried the scripts in protoneer-master.zip on my Raspberry Pi 4 4GB running Raspbian Buster 2/13/2020. Despite trying to install everything it seems that only Arduino and UGS installed and work (couldn't check LaserWeb). None of the desktop shortcuts installed, I only got the Arduino IDE menu in Programming. The scripts to flash firmware can't find avrdude. I see the avrdude-original but there is not avrdude at the specified location.

./Run-Flash-GRBL-V1.1H.sh: line 1: /home/pi/arduino-1.8.10/hardware/tools/avr/bin/avrdude: No such file or directory

WZ9V commented 4 years ago

As for the firmware flashing the avrdude-autoreset and the symlink were not created in the expected place in the Arduino folders. I did that manually and it fixed the firmware update scripts. The V1.1F and V1.1H versions of the scripts are also missing the execute flag (easily fixed with chmod +x).