Closed stb68 closed 9 months ago
ls -l /etc/sdm
.cparse
but no file named cparams
. If there is, do sudo mv /etc/sdm/cparse /etc/sdm/cparams
. Fumble-fingered edit in the installer if this fixes it.sdmdir
setting to be correct
!/bin/bash
sudo="sudo" sdmdir="/usr/local/sdm"
$sudo mkdir -p /etc/sdm
$sudo chmod 700 /etc/sdm
$sudo rm -f /etc/sdm/sdm-readparams /etc/sdm/cparams.old
$sudo cp -a $sdmdir/sdm-readparams /etc/sdm
$sudo rm -f /etc/sdm/cparams.old
$sudo mv /etc/sdm/cparams /etc/sdm/cparams.old 2>/dev/null
cat <<EOF | $sudo tee /etc/sdm/cparams >/dev/null
sdmdir:$sdmdir
src:$sdmdir
plugindebug:0
EOF
echo "sdm config updated"
Thank you, the mv command sorted it
Great. Thx for the update. The install script has been updated/unduffed.
Hello
I'm running version 11.4 on a Pi 3B+ running Bookworm 32 bit and I got the above error from the following burn command:
The command output shows the copy to card finishing and then:
Do you have any ideas why this would happen?
Thanks