Hello together,
my newest Intention is, to exchange the Linux Tux Kernel Logo with an Text based Output from another File or Periphery.
In my first Tests, i tried to display the Kernel Boot on the am335x evm Display. For this i change the U-Boot 'console' Setting to /dev/tty0 to redirect the output to the LCD.
But i cant see any Output, just the Tux Logo. I activated all Kernel Options for Framebuffer Console Support. So there should be sth on my LCD?
And on my booted Linux System, i run several Framebuffer Applications to draw a Rect or sth. This is not a Problem. But if i try to echo sth, i didnt see this too.
cat /dev/urandom > /dev/fb0 works
echo "test" > /dev/fb0 or /dev/tty0 draws just a black line on my display.
So how could i write fonts on the display by usin fbcon? And why is the fbcon not listed in the modules?
thx and best regards :)
al