Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory -- bash firmware_update.sh #477

Closed
jonathanrjpereira opened this issue Mar 13, 2020 · 2 comments · Fixed by #482
Closed

No such file or directory -- bash firmware_update.sh #477

jonathanrjpereira opened this issue Mar 13, 2020 · 2 comments · Fixed by #482

Comments

@jonathanrjpereira
Copy link

I followed the following installation steps on a fresh installation of Raspbian:

git clone https://github.com/DexterInd/GrovePi

curl -kL dexterindustries.com/update_grovepi | bash

cd /home/pi/Dexter/GrovePi/Firmware
bash firmware_update.sh

But now I'm getting the following error:

pi@raspberrypi:~/Dexter/GrovePi/Firmware $ bash firmware_update.sh
Updating the GrovePi firmware
=============================
 http://www.dexterindustries.com/grovepi 
 Run this program: 
 sudo ./firmware_update.sh
 
=============================
Do you want to update the firmware? [y,n]y
Make sure that GrovePi is connected to Raspberry Pi
Firmware found
Press any key to start firmware update
. . .davrdude: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
avrdude: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
avrdude: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
avrdude: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

Raspberry Pi Specs:
Raspberry Pi 3B+
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster

@erikvandorp
Copy link

I have the same problem.

@CleoQc
Copy link
Member

CleoQc commented Apr 1, 2020

Run sudo apt-get install libncurses5
It seems this library is now missing from Raspbian..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants