Imx8M Nano evk board is not showing full emmc size

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

Imx8M Nano evk board is not showing full emmc size

750 Views
shilesh_babu
Contributor II

Dear NXP,

I am using imx8M Nano evk board with 16GB emmc, after flashing linux images now i am only able to see 8GB emmc size only if run df -h command but i can see complete size if run fdisk -l, so now my question is why i am not able to see complete emmc size with df command or what next need to be done.

root@imx8mnevk:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                76.5M     41.8M     28.9M  59% /
devtmpfs                655.1M         0    655.1M   0% /dev
tmpfs                   976.4M         0    976.4M   0% /dev/shm
tmpfs                   976.4M      8.7M    967.7M   1% /run
tmpfs                   976.4M         0    976.4M   0% /sys/fs/cgroup
tmpfs                   976.4M         0    976.4M   0% /tmp
tmpfs                   976.4M     12.0K    976.4M   0% /var/volatile
tmpfs                   195.3M         0    195.3M   0% /run/user/0

root@imx8mnevk:~# fdisk -l

Disk /dev/mmcblk2: 15 GB, 15758000128 bytes, 30777344 sectors
240448 cylinders, 4 heads, 32 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device       Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
/dev/mmcblk2p1 *  128,0,1     1023,3,32        16384     186775     170392 83.1M  c Win95 FAT32 (LBA)
/dev/mmcblk2p2    1023,3,32   1023,3,32       196608     364211     167604 81.8M 83 Linux
Tags (2)
0 Kudos
1 Reply

693 Views
peter_tian
NXP Employee
NXP Employee

Hello Shilesh,

When you flashed the image from NXP release, eMMC partitions is not fully mounted. So if you use the command " df -h", system only list these partitions were mounted on.

If you want to use full eMMC size, please use "fdisk "commands listed in iMX Linux User Guide to extend your systemfile.

Best Regards,

Peter