10-16-2021, 07:50 PM
I don't know how well my solution will work, but I have apt upgrading going on right now, so...
The problem appears to be that /usr/lib/crust (as a directory) is symlinked to the file /usr/lib/crust-firmware/pinephone
Where I think it's supposed to be symlinked to the directory /usr/lib/crust-firmware
I seem to have fixed it.
I cded to /usr/lib/crust-firmware
then "cp pinephone scp.bin"
then I unlinked the symlink from /usr/lib/crust
"unlink /usr/lib/crust"
then I linked the directory to the directory
"ln -s /usr/lib/crust-firmware /usr/lib/crust"
Then I did a sudo apt upgrade and the upgrade appears to be proceeding
The problem appears to be that /usr/lib/crust (as a directory) is symlinked to the file /usr/lib/crust-firmware/pinephone
Where I think it's supposed to be symlinked to the directory /usr/lib/crust-firmware
I seem to have fixed it.
I cded to /usr/lib/crust-firmware
then "cp pinephone scp.bin"
then I unlinked the symlink from /usr/lib/crust
"unlink /usr/lib/crust"
then I linked the directory to the directory
"ln -s /usr/lib/crust-firmware /usr/lib/crust"
Then I did a sudo apt upgrade and the upgrade appears to be proceeding