LCD-show icon indicating copy to clipboard operation
LCD-show copied to clipboard

Does 10'1 inch 1280x800 monitor support Ubuntu 16.04 on Hikey 960?

Open albert18711 opened this issue 6 years ago • 1 comments

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.

albert18711 avatar Apr 04 '19 12:04 albert18711

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

kinggx9 avatar Feb 19 '20 05:02 kinggx9