does anyone know how to fix this?
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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