Imx6sx stuck in root filesystem mounting in latest bsp imx-5.4.24-2.1.0.xml

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

Imx6sx stuck in root filesystem mounting in latest bsp imx-5.4.24-2.1.0.xml

806 Views
rakesh_patel
Senior Contributor I

Kernel Logs

===============

2.581677] mmc3: new DDR MMC card at address 0001
[ 2.586978] Segment Routing with IPv6
[ 2.590725] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 2.597817] NET: Registered protocol family 17
[ 2.602326] lib80211: common routines for IEEE802.11 drivers
[ 2.608380] mmcblk3: mmc3:0001 S0J57X 29.6 GiB
[ 2.613214] mmcblk3boot0: mmc3:0001 S0J57X partition 1 31.5 MiB
[ 2.619314] Key type dns_resolver registered
[ 2.624051] mmcblk3boot1: mmc3:0001 S0J57X partition 2 31.5 MiB
[ 2.630269] mmcblk3rpmb: mmc3:0001 S0J57X partition 3 4.00 MiB, chardev (245:0)
[ 2.645896] Registering SWP/SWPB emulation handler
[ 2.651099] Loading compiled-in X.509 certificates
[ 2.658458] mmcblk3: p1 p2
[ 2.683162] A9-M4 sema4 num 6, A9-M4 magic number 0x12345678 - 0xe42be0bd.
[ 2.690765] vddarm: supplied by SW1AB
[ 2.694724] vdd1p1: supplied by VGEN6
[ 2.698604] vdd2p5: supplied by VGEN6
[ 2.702541] vddsoc: supplied by SW1AB
[ 2.709683] imx_thermal tempmon: Automotive CPU temperature grade - max:125C critical:120C passive:115C
[ 2.720389] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0)
[ 2.738780] EXT4-fs (mmcblk3p2): mounting ext3 file system using the ext4 subsystem

 

Kernel support enabled for

===

1) ext2

2)ext3

3) ext4

 

Filesystem partition is ext3 using mfgtool - windows utility

 

Query

===========

1) What can be reason here to stuck ?

Labels (1)
0 Kudos
4 Replies

799 Views
igorpadykov
NXP Employee
NXP Employee

Hi rakesh_patel

 

EXT4-fs (mmcblk3p2): mounting ext3 file system using the ext4 subsystem 

is described for example on

https://unix.stackexchange.com/questions/339449/mounting-ext3-file-system-using-the-ext4-subsystem-w...

If one uses mfg tool one can try to change mkfs.ext3 in ucl2.xml to mkfs.ext4

or follow i.MX Linux User’s Guide​  for creating partition.

 

Best regards
igor

0 Kudos

795 Views
rakesh_patel
Senior Contributor I

@igorpadykov :

i tried to change mkfs.ext3 in ucl2.xml to mkfs.ext4, but no luck.

It again get stuck.

 

 

0 Kudos

788 Views
igorpadykov
NXP Employee
NXP Employee

Hi rakesh_patel

 

one can try to use latest kernels with uuu

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Best regards
igor

0 Kudos

742 Views
rakesh_patel
Senior Contributor I

@igorpadykov :

I have fixed this issue as some kernel configurations and voltage regulator causes the issue in the custom board.

 

But, I have one query for NXP:

1) mfgtool do ucl2.xml file do ext3 partitions. Is there any reason to choose ext3 as default? Why not ext4?

0 Kudos