DexterInd / DexterInd/GrovePi

does anyone know how to fix this?

Open
#516 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
494
Forks
472
PR merge metrics
No merged PRs in 30d

Description

./install.sh: line 11: /home/pi/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!
Pi4 already configured
./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
adduser: The user ctos' is already a member of i2c'.
./install.sh: line 86: feedback: command not found
./install.sh: line 87: /home/pi/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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with install.sh, especially lines 11, 48, 68, and 86-89, and trace the missing functions_library.sh and install_avrdude.sh references. Reproduce the Pi4 installation and determine why feedback, create_avrdude_folder, and install_avrdude are unavailable; done means the script completes without missing-file or command-not-found errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, raspberry-pi
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.