04-24-2025, 12:03 PM
(04-24-2025, 07:12 AM)kuyadreiph Wrote: hi dev! can someone help me to install this peppymeter on raspbery pi 4 with attached 4 inch lcd from http://www.lcdwiki.com/4inch_HDMI_Display-C. and dacboard es9018k2m
OS 9.3.2
i am successfully install the lcd screen and no wonder how to enable touch functio. anyways, i'd rather to install the peppymeter but i have no luck to install it on my system . iv'e been stuck with this step and a lot of error that ive received.
stucked step : https://github.com/FdeAlexa/PeppyMeter_a...2_moOde.md
on my command shell : iv'e received this kind of error while running this command : ~/peppyalsa $ cd /home/pi/peppyalsa/src
gcc peppyalsa-client.c -o peppyalsa-client
-bash: cd: /home/pi/peppyalsa/src: No such file or directory
cc1: fatal error: peppyalsa-client.c: No such file or directory
compilation terminated.
Hope someone see and help me with this i am new to this kind of OS.
The instructions you point to were written well before a change was made in the underlying Raspberry Pi OS (back when moOde 8.3.0 was released). In the old days, user "pi" was the default account. Now you have to create the default user account when you flash the image to SD card.
I'm guessing you chose a different username when you flashed the image. If so, change any references to '/home/pi/peppymeter/..." to the correct user directory.
If the default username is "dummy" then the correct command would be "cd /home/dummy/peppyalsa/src" and so forth.
Regards,
Kent