waveshareteam / LCD-show

398 stars 179 forks source link

it doesn't work on new raspberry pi OS CodeName: BookWorm #65

Open descuidado opened 7 months ago

descuidado commented 7 months ago

it doesn't work on new raspberry pi OS CodeName: BookWorm aarch64 this repo needs an update.

vchrizz commented 2 months ago

It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from /boot/ to /boot/firmware/ . So I did following before I run ./LCD-show installation:

mv /boot/config.txt /boot/config.txt.old
mv /boot/cmdline.txt /boot/cmdline.txt.old
ln -s /boot/firmware/config.txt /boot/config.txt
ln -s /boot/firmware/cmdline.txt /boot/cmdline.txt