Other Parts Discussed in Thread: DA8XX, TFP410
Tool/software: Linux
Hello,
I'm using 10.4" LCD display, 24 bit mode. Can anyone guide how i can interface with BBB. Kernel config & dts configuration.
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have enabled in the kernel, but not able to detect.
Do i need to enable anything in u-boot.
Can you please let me know, which kernel config base i need to take. I got to know latest SDK doesn't support frame buffer need to go with DRM?
Any other debug mechanism to understand what is issue to detect the display.
Thanks,
Shekar
Thanks Prabhuraj,
I'm using the latest AM335x SDK version "04.00.00.04".
About kernel config i was trying with "tisdk_am335x-evm_defconfig" available in SDK "arch/arm/configs/" folder. In this folder "omap2plus_defconfig" config also available. Please suggest which one i need to take & start building on top of that.
I'm using AA104SL02-T1 module, this have the touchscreen with LCD. I have big concern about LCD bring up compare to touchscreen.
For touch screen i need to TSC30 support, we are using USB touchscreen. We can bring up touchscreen no issue.
Please find the attached kernel config, dts & kernel log. Kernel_Log_Config_Dts.tar.gz
Looking forward your reply.
Thanks.
Hello Prabhuraj,
Please check the below kernel log file and let me know what is the issue.
As they suggested i have done the below changes:
/etc/powervr.ini: add DefaultPixelFormat=RGB888
/etc/weston.ini: add gbm-format=rgb888 at section [core]
/etc/profile.d/qt_env.sh: add export QT_QPA_EGLFS_INTEGRATION=none
the following commands need to be executed at boot prompt
=> setenv optargs video=LVDS-1:800x600
=> saveenv
add the LVDS configuration to /etc/weston.ini in a new "output" section, as shown below:
[output]
name=LVDS-1
mode=800x600
I'm using 10.4" LVDS AA104SL02--T1 display with touchscreen
Please reply as ASAP.4162.20Sep17_2.tar.gz
Hi Chandrashekhar,
As per my understanding, your tilcdc is up so you are able to see the arm-arago projects print on the touch screen. Congrats for that.
Now your matrix-gui is not turning up because omapdrm is failing and wayland/weston is also failing.. I didn't see much log of omapdrm. Please look into this and let me know your views.
Thanks,
Prabhuraj
BlackPepper Technologies
Thanks Prabhuraj,
I have enabled in the kernel all OMAPDRM external display device drivers as static and test, but same result can you please check once the kernel log file.
Please check & suggest the solution. 21Sep17_3.tar.gz
Thanks.
Hi Chandrashekhar,
Framebuffer(fb) driver is obsolete in 4.4 and 4.9 kernel. You need to have omaprdrm.
I guess, you have enabled both fb and omapdrm. Can you disable fb configs in kernel and check once?
Thanks,
Prabhuraj
BlackPepper Technologies
Thanks Prabhuraj,
I disabled in kernel config, please find the kernel config but still i'm able to see /dev/fb0. 22Sep2017.tar.gz
After disabled i'm not able to see penguin image while booting & login prompt also. Just back light led is ON.
Thanks
Hi,
If you are using TI platform then exynos is not required. Disable it and then see whats happening.
Thanks,
Prabhuraj
BlackPepper Technologies