I want to monitor and control an external device over an RS232 Interface from my Raspberry Pi. I found out that there is only one UART at one time available and this is exposed as /dev/ttyAMA0 by default. This Interface, however is apparently being used by raspbian to output bootloader and kernel Messages and a getty is listening there.
I got rid of ther kernel messages and the getty by editing cmdline.txt and inittab. But it still displays the message
"Uncompressing Linux... done, booting the kernel.". I am not quite sure where this message comes from - is this from the bootloader? How can I get rid of it?