Comments on: 3.5″ HDMI Touch Screen Installation for Raspberry Pi OS https://osoyoo.com/zh/2017/01/18/install-3-5-hdmi-touch-screen-linux-driver-on-raspberry-pi/ Project Tutorial for Arduino compatible products Tue, 06 Feb 2024 10:40:03 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: kiny https://osoyoo.com/zh/2017/01/18/install-3-5-hdmi-touch-screen-linux-driver-on-raspberry-pi/comment-page-1/#comment-1732 Mon, 13 Dec 2021 22:51:03 +0000 https://osoyoo.com/?p=4244#comment-1732 In reply to elaine.

Couple years later… My installation process looked like this, because the one above didn’t work:
sudo su
sudo git clone https://github.com/kedei/LCD_driver
sudo chmod -R 777 LCD_driver
cd LCD_driver
sudo ./LCD35_hdmi

If you still get a bluescreen try other cables or look that the adapter is connected right (use some force).

]]>
By: elaine https://osoyoo.com/zh/2017/01/18/install-3-5-hdmi-touch-screen-linux-driver-on-raspberry-pi/comment-page-1/#comment-1259 Tue, 17 Dec 2019 06:59:16 +0000 https://osoyoo.com/?p=4244#comment-1259 In reply to mbishton.

We have updated the instructions, and you can download the new driver.

]]>
By: mbishton https://osoyoo.com/zh/2017/01/18/install-3-5-hdmi-touch-screen-linux-driver-on-raspberry-pi/comment-page-1/#comment-1256 Thu, 05 Dec 2019 20:30:40 +0000 https://osoyoo.com/?p=4244#comment-1256 In reply to elaine.

Would you please update your website instructions accordingly?
Thanks.

]]>
By: elaine https://osoyoo.com/zh/2017/01/18/install-3-5-hdmi-touch-screen-linux-driver-on-raspberry-pi/comment-page-1/#comment-1255 Thu, 05 Dec 2019 08:42:12 +0000 https://osoyoo.com/?p=4244#comment-1255 In reply to mbishton.

Hi friend,
I’m sorry for my mistake.
1. The Raspbian Stretch version I tested is raspbian-2019-06-24/ 2019-06-24.
2. please don’t run update and upgrade after you install the operation system and then according the instruction to install the driver.
3. You can download the driver from https://drive.google.com/drive/folders/1k6bN2oa-8ESS29EBlKqlc7cJuUQ9or7c?usp=sharing
If your pi connect with LAN or WIFI, you can run the command:
cd ~
wget http://www.kedei.net/raspberry/hdmi/LCD_show_35hdmi.tar.gz
The driver will be download to your /home/pi directory and you can skip to step 6.
Elaine

]]>