Hi,
Our customer would like to display some characters(message, revision info. etc) on LCD screen while u-boot. Customer uses DM814x/AM387x EVM.
But customer can't display characters correctly on LCD screen while u-boot by Hsync and Vsync synchronous issue.
Customer uses the below firmware as the M3 firmware.
ti-ezsdk_dm814x-evm_5_04_00_11\board-support\u-boot-2010.06-psp04.04.00.01\include\ti81xx_vpdma_firmware.h
Customer tried to display characters on LCD using u-boot software while u-boot. The horizental position was shifted 8pixels to the right on LCD. And also characters scrolled to the up, those are never stopped scrolling. So customer modified the data size on descriptor. But it was no effect.
Next, customer compared u-boot descreptor with linux descreptor. There is only the data transfer function in u-boot descreptor. But there is the interrupt function (Sync on Client, Send Interrupt) in linux descreptor. So customer added the interrupt function to u-boot descreptor. The result is no characters on LCD. The display was black.
Then customer tried to use linux M3 firmware. But they can't use it by different file format.
What is the wrong for displayin characters on LCD while u-boot? Please advise me.
Best regards,
Michi