LCD-show
LCD-show copied to clipboard
Does 10'1 inch 1280x800 monitor support Ubuntu 16.04 on Hikey 960?
Hello
I just buy the waveshare 10'1 inch 1280x800 monitor and connect it to my Hikey960 board with Ubuntu 16.04. It turns out that there is only colorful lines on the monitor instead of any image.
I've use "sudo ./LCD101-1024x600-show", but the problem remain unsolved.
Is there any way that i can make it support my Hikey 960 board?
Thanks for your reply.
I met the same situation as you, use LCD35-show
I have edited LCD35-show
nano /home/ubuntu/LCD-show/LCD35-show
Edit content:
sudo cp ./waveshare35a-overlay.dtb /boot/overlays/waveshare35a.dtbo
sudo cp ./waveshare35a-overlay.dtb /boot/overlays/
Content edited:
sudo cp ./waveshare35a-overlay.dtb /boot/firmware/overlays/waveshare35a.dtbo
sudo cp ./waveshare35a-overlay.dtb /boot/firmware/overlays/
I have edited all the content in rpi-fbcp
Check out all the content at the directory /home/ubuntu/LCD-show/rpi-fbcp/*.*
Edit content:
/home/pi/....
Content edited:
/home/ubuntu/...
Other ways:
Create Account: useradd -m -g users -G sudo -s /bin/bash pi
Create a password: passwd pi
Exit: exit
Re-login (pi)
nano /home/ubuntu/LCD-show/LCD35-show
Edit content:
sudo cp ./waveshare35a-overlay.dtb /boot/overlays/waveshare35a.dtbo
sudo cp ./waveshare35a-overlay.dtb /boot/overlays/
Content edited:
sudo cp ./waveshare35a-overlay.dtb /boot/firmware/overlays/waveshare35a.dtbo
sudo cp ./waveshare35a-overlay.dtb /boot/firmware/overlays/
Afterall Sometimes I did not succeed I look forward to the official update to support ubuntu