Tool/software: Linux
Hi,
TI,
I want to display logo on the uboot and kernel.I am using the SDK03.01,linux-4.4.19.
I follow the step below the link;
Now the uboot logo is display normally,but not the kernel.At the beginning of kernel,the kernel will reinitializate the dss and dispc,so I have to add the ti,no-reset-on-init to dispc node on the device tree file,making the kernel do not initializate the dss and dispc.
If I do that,the LCD is not ok.just like that:
Here are the modify on the kernel:
If I do not add the ti,no-reset-on-init to dispc node on the device tree file,the LCD isOK!
Q1: What the reason it may be?Any suggestion?
Q2:Why the kernel had to reset the dss and dispc?
BR,
vefone