I use default configurations to bitbake a rootfs files for i.mxSolo target board.
bitbake image-core-base
when i download it to the target device, and power on, the system seems run well but no login console.
I try to press "Enter" but no any response on the screen.
I can text "setenv" or "printenv" command during the u-boot step but no in kernel period.
So the hardware of UART might be well.
Here are some informations from console, full infos attached in the end:
......
kjournald starting. Commit interval 5 seconds
EXT3-fs (mmcblk3p2): using internal journal
EXT3-fs (mmcblk3p2): recovery complete
EXT3-fs (mmcblk3p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
devtmpfs: mounted
Freeing unused kernel memory: 296K (808ec000 - 80936000)
INIT: version 2.88 booting
Starting udev
udevd[172]: starting version 3.1.5
random: udevd urandom read with 18 bits of entropy available
bootlogd: cannot allocate pseudo tty: No such file or directory
Mon Jun 26 06:13:15 UTC 2017
//message printing stopped here for a while and then print next line info:
random: nonblocking pool is initialized
It seems system is not crashed but working.
What's the problem?Anyone can give me helps? Thanks!
Original Attachment has been moved to: tty_unable_to_login.txt.zip