imx6 sabre: INIT errors and no login after booting possible

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6 sabre: INIT errors and no login after booting possible

1,186 Views
cstaffa
Contributor I

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?

Labels (2)
0 Kudos
2 Replies

733 Views
b36401
NXP Employee
NXP Employee

It seems there is something wrong with PAM configuration. Or maybe you have some mis-versioning,

As a workaround please try to set no pasword for "root" user with /etc/passwd file. I mean the line like this:

root@imx7dsabresd:~# head -1 /etc/passwd
root::0:0:root:/home/root:/bin/sh
root@imx7dsabresd:~#

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

733 Views
cstaffa
Contributor I

No it does not seem to help. ☹

Same output.

Yes I wondered if I used the wrong package I have downloaded but think it’s the right one.

I used the package ‘L4.1.15_2.0.0_MX6QDLSOLO<https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_MX6QDLSOLO&appType=license> ‘

The configuration of the sd card is done with

· U-boot-imx6qpsabreauto_sd.imx

· zImage

· zImage-imx6qp-sabreauto.dtb

· fsl-image-validation-imx-xwayland-imx6qdlsolo.tar.bz2

and configured as stated in the linux user guide

Von: b36401

Gesendet: Donnerstag, 25. Januar 2018 09:01

An: Staffa, Christian AVL/DE <Christian.Staffa@avl.com>

Betreff: Re: - Re: imx6 sabre: INIT errors and no login after booting possible

NXP Community <https://urldefense.proofpoint.com/v2/url?u=https-3A__community.freescale.com_resources_statics_1000_35400-2DNXP-2DCommunity-2DEmail-2Dbanner-2D600x75.jpg&d=DwMFaQ&c=KTOyRGaAaFDmj3sM7STj4DBO6ExVNUiVqk8pGfU4AYA&r=w-uRSKc3-y0mY_nRrkCbCPfnVrrb9kSj6YlNL8UrD3U&m=1WWZQ6EpRdJZiY50PJ8XHYWjLNhIio4knSbi1ULt-1g&s=cNOzxU6MiNDtfRYRnKoZyH3RkpADcEbFGHtrv_mi3UE&e=>

Re: imx6 sabre: INIT errors and no login after booting possible

reply from Victor Linnik<https://urldefense.proofpoint.com/v2/url?u=https-3A__community.nxp.com_people_b36401-3Fet-3Dwatches.email.thread&d=DwMFaQ&c=KTOyRGaAaFDmj3sM7STj4DBO6ExVNUiVqk8pGfU4AYA&r=w-uRSKc3-y0mY_nRrkCbCPfnVrrb9kSj6YlNL8UrD3U&m=1WWZQ6EpRdJZiY50PJ8XHYWjLNhIio4knSbi1ULt-1g&s=yci9_lmPwcSru8i9o5ZIMl1MJv1VW3gy3JQbJdX2OSI&e=> in i.MX Community - View the full discussion<https://urldefense.proofpoint.com/v2/url?u=https-3A__community.nxp.com_message_980931-3FcommentID-3D980931-26et-3Dwatches.email.thread-23comment-2D980931&d=DwMFaQ&c=KTOyRGaAaFDmj3sM7STj4DBO6ExVNUiVqk8pGfU4AYA&r=w-uRSKc3-y0mY_nRrkCbCPfnVrrb9kSj6YlNL8UrD3U&m=1WWZQ6EpRdJZiY50PJ8XHYWjLNhIio4knSbi1ULt-1g&s=zE7noLVR9FErMoeL_y5j1xpv21MYG6kGx5wbysbiUDY&e=>

0 Kudos