Hi,
I built the images using 'bitbake core-image-minimal' and able to boot the EVM using SD Card. Now I am trying to boot the device using NFS.
But during the kernel boot, I was getting following errors:
*************************************************************************************************************
VFS: Mounted root (nfs filesystem) on device 0:12.
devtmpfs: mounted
Freeing unused kernel memory: 328K (80d13000 - 80d65000)
INIT: version 2.88 booting
Starting udev
udevd[124]: starting version 182
random: nonblocking pool is initialized
bootlogd: cannot allocate pseudo tty: No such file or directory
urandom start: failed.
Populating dev cache
/etc/rcS.d/S36udev-cache: line 33: /etc/udev-cache.tar.gz: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 86: /etc/volatile.cache.build: Permission denied
ln: /etc/resolv.conf: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 33: /etc/volatile.cache.build: Permission denied
/etc/rcS.d/S37populate-volatile.sh: line 56: /etc/volatile.cache.build: Permission denied
Tue Aug 4 10:34:42 UTC 2015
INIT: Entering runlevel: 5
Configuring network interfaces... ifup skipped for nfsroot interface eth0
run-parts: /etc/network/if-pre-up.d/nfsroot exited with code 1
Could not create /var/lib/dbus/machine-id.jUjbYd4v: Permission denied
Starting system message bus: dbus.
Starting syslogd/klogd: done
Poky (Yocto Project Reference Distro) 1.7 imx6slevk /dev/ttymxc0
imx6slevk login: root
Password:
Login incorrect
*************************************************************************************************************
The host PC is configured properly for NFS Server.
And the weird thing was, on login prompt when I entered username 'root', it was asking for the password. I am not able to understand why this is happening?
Please help me to resolve this issue.
Thanks,
Dhaval