Which release are you using? Can you change another HDMI display to test?
LTIB:3.0.35_4.0_130816
I find it is the cursor.
As for cursor, You may try the following to stop blinking cursor:
# echo 0 > /sys/class/graphics/fbcon/cursor_blink
or in order to hide cursor:
# echo -e '\033[?17;0;0c' > /dev/tty1 (from serial console)
or
# echo -e '\033[?17;0;0c' (from framebuffer console)
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Now ,I through modify the kernel file of fbcon.c to stop blinking cursor .
OK. Thanks for update. This version should have no problem, I verified it on my side.