I can not seem to get GrovePi+ installed…
I have a minimal install of Rasbian, without pi user, for security reasons… Without the GUI stuff…
So I had to modify install.sh and update_grovepi.sh to not refer to pi but to my home…
(Personally I find it strange to refer to the pi user, it is recommended to remove the pi user for security reasons…)
After I run ./install.sh (as root) I get:
roland@pi:~/GrovePi/Script $ sudo ./install.sh
./install.sh: line 11: /home/roland/Dexter/lib/Dexter/script_tools/functions_library.sh: No such file or directory
Special thanks to Joe Sanford at Tufts University. This script was derived from his work. Thank you Joe!
./install.sh: line 48: feedback: command not found
I2C-dev already present
i2c-bcm2708 already present
spi-dev already present
./install.sh: line 68: feedback: command not found
i2c1 already present
i2c_arm already present
The user roland' is already a member of
i2c’.
./install.sh: line 86: feedback: command not found
./install.sh: line 87: /home/roland/Dexter/lib/Dexter/script_tools/install_avrdude.sh: No such file or directory
./install.sh: line 88: create_avrdude_folder: command not found
./install.sh: line 89: install_avrdude: command not found
done with AVRDUDE for the GrovePi
Something goes wrong here… feedback: command not found
Can anybody help me out here???