I have bought 3.5" LCD TFT Touch Screen Display for Raspberry Pi 3 fo around 12 USD.
When it came, it turs out it is from a company KeDei. It is marked:
I am using it on Raspberry Pi version 3, OS is Raspbian 8.0 and system is fully updated:KeDei
3.5 inch SPI TFT LCD,
480x320 16bit/18 bit
ver 6.1 2016/5/1
- firmware is from May 31 2016 11:48:49 (version 6faf136a2445687e1bd90c8c763a8796ace73be2 (clean) (release))
- kernel is: Linux rpi3 4.4.11-v7+ #891 SMP Tue May 31 12:30:26 BST 2016 armv7l GNU/Linux
The problem is, that the producer claims this display is working only with their "special" version of Raspbian (they are providing an image). And there in almost zero documentation (the display came without any documentation).
However, Googling around I have found that some people were able to compile and install kernel drivers and it seems that some drivers are available from here: http://kedei.net/raspberry/raspberry.html
I downloaded and untar-ed drivers for my version of device (6.1):
Code: Select all
wget http://kedei.net/raspberry/v6_1/LCD_show_v6_1.tar.gz
tar zxvf LCD_show_v6_1.tar.gz
Code: Select all
cd LCD_show_v6_1/
./LCD35_v
SSH connection dies (I was running this commands via SSH), and after hard reboot, the same happens. So basically device in "bricked".Waiting for root device /dev/mmcblk0p2...
Any idea how to solve this problem? I also tried to connect a keyboard and a mouse, but the system is completely unresponsible...