| 
 | 
Ok I'm still trying to get it working. The display uses the ili9486l driver. I tried to follow this guide: 
 
https://kaspars.net/blog/spi-display-orange-pi-zero 
 
and after using: 
 
modprobe fbtft_device custom name=fb_ili9340 gpios=dc:3,reset:0 speed=16000000 busnum=1 rotate=90 
 
dmessage showed: 
 
[  408.747027] fbtft: module is from the staging directory, the quality is unknown, you have been warned. 
[  408.750915] fbtft: unknown parameter 'custom' ignored 
[  408.750925] fbtft: unknown parameter 'name' ignored 
[  408.750932] fbtft: unknown parameter 'gpios' ignored 
[  408.750938] fbtft: unknown parameter 'speed' ignored 
[  408.750944] fbtft: unknown parameter 'busnum' ignored 
[  408.750950] fbtft: unknown parameter 'rotate' ignored 
 
now the problem is that my instalation (Debian Stretch with Armbian Linux 5.1.7-sunxi64) doesn't show any framebuffer (I have no idea what it means) /dev doesnt show any fb. |   
 
 
 
 |