Hi,
I am facing a problem in getting serial console after userspace init.
I am not getting a debian shell prompt via debug uart.
But I am able to get a telnet session to it(on busybox rootfs).
So system is running. But debug console is routed to somewhere else.
I don’t have a HDMI monitor also.
Last message I am getting on uart console is
[ 11.343919] bootserver=255.255.255.255, rootserver=10.2.24.2, rootpath=
[ 11.351997] ALSA device list:
[ 11.355122] No soundcards found.
[ 11.373134] VFS: Mounted root (nfs filesystem) on device 0:16.
[ 11.379739] Freeing unused kernel memory: 1152K
Any idea why it is so?
I got a warning like this also. I think this warning has nothing to do with it.
kernel source: is from [https://github.com/96boards-hikey/linux/tree/hikey960-v4.9]
Kernel cmdline: console=tty0 console=ttyAMA6,115200n8 root=/dev/mmcblk0p2 rootwait rw efi=noruntime ip=10.2.24.25 no_console_suspend loglevel=8
Kernel version: Linux version 4.9.78-147534-gade06f4
Grub entry for this:
menuentry ‘Custom hikey960 boot’ {
linux /boot/Image console=tty0 console=ttyAMA6,115200n8 root=/dev/mmcblk0p2 rootwait rw quiet efi=noruntime ip=10.2.24.25 no_console_suspend loglevel=8
devicetree /boot/hi3660-hikey960.dtb
}
Rootfs from: linaro-stretch-developer-hikey-20180212-17.sd
Thanks in advance,
Sreenad.