iMX6ULLEVK start problem

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

iMX6ULLEVK start problem

404 Views
zhangjinfei6688
Contributor II

My iMX6ULLEVK starting stop is in the starting kernel...;Later, I downloaded the kernel source code from the official website and copied the generated zImage and DTB files to the SD card.But the error will still be reported after startup:

EXT3-fs (mmcblk1p2): error: couldn't mount because of unsupported optional featu res (240)
EXT2-fs (mmcblk1p2): error: couldn't mount because of unsupported optional featu res (244)
EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recomme nded
EXT4-fs (mmcblk1p2): recovery complete
EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
devtmpfs: mounted
Freeing unused kernel memory: 400K (8090e000 - 80972000)
INIT: version 2.88 booting
INIT: Entering runlevel: 5 /bin/sh: sym
/bin/sh: relocation error: /bin/sh: symbol rea,loc, version GLIBC_2.4 not define d in file libc.so.6 with link time reference
/bin/start_getty: line 5: 62 Segmentation fault /sbin/getty -L $1 $2
/bin/sh: relocation error: /bin/sh: symbol ex▒t, version GLIBC_2.4 not defined i n file libc.so.6 with link time reference
/bin/start_getty: line 5: 67 Segmentation fault /sbin/getty -L $1 $2
/bin/sh: relocation error: /bin/sh: symbol ex▒t, version GLIBC_2.4 not defined i n file libc.so.6 with link time reference
/bin/start_getty: line 5: 70 Segmentation fault /sbin/getty -L $1 $2
/bin/sh: relocation error: /bin/sh: symbol ex▒t, version GLIBC_2.4 not defined i n file libc.so.6 with link time reference
/bin/start_getty: line 5: 75 Segmentation fault /sbin/getty -L $1 $2
/bin/sh: relocation error: /bin/sh: symbol ex▒t, version GLIBC_2.4 not defined i n file libc.so.6 with link time reference
/bin/start_getty: line 5: 78 Segmentation fault /sbin/getty -L $1 $2
/bin/sh: relocation error: /bin/sh: symbol ex▒t, version GLIBC_2.4 not defined i

I think that is the problem that the root file system, so the mount to a host of NFS directory, set up: the setenv bootargs' root = / dev/NFS rw nfsroot XXX, XXX, XXX, XXX:. / Linux/NFS/rootfs IP = XXX XXX, XXX, XXX: : : : : : eth0: off ', problems still exist, same has been bothering me for a week, I am a novice, trouble ace to help me.I started it from the SD card as per IMX6ULLEVKHUG.

Labels (3)
0 Kudos
0 Replies