Hi all :smileyhappy:
I have a problem with the sd card booting procedure.
According to the documentation 'i.MX Linux® User's Guide' prepared a sd card images manually.
first part u-boot image then a fat partition with kernel image (zImage and .dtb) and after that the rootfs partition as ext4 and populated with the content from 'fsl-image-validation-imx-xwayland-imx6qpdlsolox.tar.bz2'.
So far so good. When I boot up I get the following
{{{
usb_otg_vbus: disabling
SW4: disabling
ALSA device list:
#0: cs42888-audio
#1: imx-spdif
#2: imx-hdmi-soc
EXT3-fs (mmcblk2p2): error: couldn't mount because of unsupported optional features (240)
EXT2-fs (mmcblk2p2): error: couldn't mount because of unsupported optional features (244)
EXT4-fs (mmcblk2p2): recovery complete
EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
devtmpfs: mounted
Freeing unused kernel memory: 428K (80ae7000 - 80b52000)
INIT: version 2.88 booting
/etc/init.d/rcS: line 32: /etc/init.d/rc: Is a directory
/etc/incat: /sys/devices/soc0/soc_id: No such file or directory
INIT: Entering runlevel: 5
INIT: cannot execute "/etc/init.d/rc"
Freescale i.MX Release Distro 4.1.15-2.0.0 (none) /dev/ttymxc3
(none) login: random: nonblocking pool is initialized
Freescale i.MX Release Distro 4.1.15-2.0.0 (none) /dev/ttymxc3
(none) login:
Freescale i.MX Release Distro 4.1.15-2.0.0 (none) /dev/ttymxc3
(none) login: root
login: PAM Failure, aborting: Cri
Freescale i.MX Release Distro 4.1.15-2.0.0 (none) /dev/ttymxc3
(none) login:
}}}
Does anyone have a clue?