Am 30.05.2016 um 11:30 schrieb John Paul Adrian Glaubitz: > On 05/30/2016 11:21 AM, Stefan Niestegge wrote:
> > You need to add something like: > > console=ttyS0,115200,8n1 > > However, please do *not* blindly the command line above but adjust it > to the hardware you are using i added console=ttyS0,9600 to the kernel, 8n1 seems to be default, i got the boot messages on the connected PC in miniterm.py (which uses 9600,8,n,1 by default as well). so, i got boot messages but no login prompt. Later in booting, i got messages [ TIME ] Timed out waiting for device dev-ttyS0.device. [DEPEND] Dependency failed for Serial Getty on ttyS0. i can try with console=/dev/ttyS0,9600,8n1 instead, but i guess there is something else missing. Any idea? Stefan

