Hi.
I recently installed an
Armbian 25.8.1 noble
to an ODROID XU4 with CLOUDSHELL2.
All is wonderful, except one thing. I can't make the small TFT work. I enabled the cs2 option in boot.ini, but did not solve the issue. Then it turned out the module loader in modproebe.d lokks as follows:
options fbtft_device name=hktft9340 busnum=1 rotate=270 speed=35000000 force32b=1 bgr=1
but actually there is no such module (only hktft32 or hktft35, or ili9340 - none of these worked):
/lib/modules/6.6.113-current-odroidxu4/kernel/drivers/staging/fbtft# ls -1
fb_agm1264k-fl.ko
fb_bd663474.ko
fb_hktft32.ko
fb_hktft35.ko
fb_hx8340bn.ko
fb_hx8347d.ko
fb_hx8353d.ko
fb_hx8357d.ko
fb_ili9163.ko
fb_ili9320.ko
fb_ili9325.ko
fb_ili9340.ko
fb_ili9341.ko
fb_ili9481.ko
fb_ili9486.ko
fb_pcd8544.ko
fb_ra8875.ko
fb_s6d02a1.ko
fb_s6d1121.ko
fb_ssd1289.ko
fb_ssd1305.ko
fb_ssd1306.ko
fb_ssd1325.ko
fb_ssd1331.ko
fb_ssd1351.ko
fb_st7735r.ko
fb_st7789v.ko
fbtft.ko
fb_tinylcd.ko
fb_tls8204.ko
fb_uc1611.ko
fb_uc1701.ko
fb_upd161704.ko
How should it be possible getting this hktft9340 module into the kernel?
Thank you!