Rebuilding SD Card - fatal error
Posted: Mon Mar 03, 2025 5:42 pm
Good evening,
Everything had been running well, then I had a power cut and the system stopped booting. So I have tried to reinstall and am having problems.
I ran the commands as listed after transferring the SD card to the PI
cd /home/pi
wget https://raw.githubusercontent.com/Briti ... /update.sh -O /home/pi/update.sh
chmod +x /home/pi/update.sh
./update.sh
There were a whole host of errors after this one.
Any offers?
Neil - G1TZC
_______________________________________________
cp: cannot create regular file '/home/pi/user_backups/images/web_not_enabled.png': No such file or directory
cp: cannot create regular file '/home/pi/user_backups/images/RX_overlay.png': No such file or directory
./update.sh: line 10: convert: command not found
rpidatvgui: no process found
/home/pi/rpidatv/scripts/single_screen_grab_for_web.sh: line 18: raspi2png: command not found
Installing rpidatvgui
gcc -Wall -lpthread -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -I.. -o rpidatvgui \
font/font.c \
font/dejavu_sans_18.c \
font/dejavu_sans_20.c \
font/dejavu_sans_22.c \
font/dejavu_sans_24.c \
font/dejavu_sans_26.c \
font/dejavu_sans_28.c \
font/dejavu_sans_30.c \
font/dejavu_sans_32.c \
font/dejavu_sans_72.c \
timing.c \
lmrx_utils.c \
ffunc.c \
ffunc.h \
rpidatvtouch4.c -L/opt/vc/lib -lbcm_host -lpthread -ljpeg -lrt -lm -ldl -lfftw3f -lwiringPi -lLimeSuite -lfcgi -rdynamic
In file included from lmrx_utils.c:19:
lmrx_utils.h:12:10: fatal error: fftw3.h: No such file or directory
#include <fftw3.h>
^~~~~~~~~
compilation terminated.
Everything had been running well, then I had a power cut and the system stopped booting. So I have tried to reinstall and am having problems.
I ran the commands as listed after transferring the SD card to the PI
cd /home/pi
wget https://raw.githubusercontent.com/Briti ... /update.sh -O /home/pi/update.sh
chmod +x /home/pi/update.sh
./update.sh
There were a whole host of errors after this one.
Any offers?
Neil - G1TZC
_______________________________________________
cp: cannot create regular file '/home/pi/user_backups/images/web_not_enabled.png': No such file or directory
cp: cannot create regular file '/home/pi/user_backups/images/RX_overlay.png': No such file or directory
./update.sh: line 10: convert: command not found
rpidatvgui: no process found
/home/pi/rpidatv/scripts/single_screen_grab_for_web.sh: line 18: raspi2png: command not found
Installing rpidatvgui
gcc -Wall -lpthread -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -I.. -o rpidatvgui \
font/font.c \
font/dejavu_sans_18.c \
font/dejavu_sans_20.c \
font/dejavu_sans_22.c \
font/dejavu_sans_24.c \
font/dejavu_sans_26.c \
font/dejavu_sans_28.c \
font/dejavu_sans_30.c \
font/dejavu_sans_32.c \
font/dejavu_sans_72.c \
timing.c \
lmrx_utils.c \
ffunc.c \
ffunc.h \
rpidatvtouch4.c -L/opt/vc/lib -lbcm_host -lpthread -ljpeg -lrt -lm -ldl -lfftw3f -lwiringPi -lLimeSuite -lfcgi -rdynamic
In file included from lmrx_utils.c:19:
lmrx_utils.h:12:10: fatal error: fftw3.h: No such file or directory
#include <fftw3.h>
^~~~~~~~~
compilation terminated.