I.MX6 32G SD卡测试
Posted zengjf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了I.MX6 32G SD卡测试相关的知识,希望对你有一定的参考价值。
/*********************************************************************** * I.MX6 32G SD卡测试 * 说明: * 这是刘涛测试32G卡的情况。 * * 2016-10-17 深圳 南山平山村 曾剑锋 **********************************************************************/ 一、参考文档: [solved] couldn‘t mount because of unsupported optional https://forums.gentoo.org/viewtopic-p-7259024.html 二、32G SD卡挂载情况测试: 1. fat ok 2. ext2 ok 3. ext3 [email protected] ~$ mount -t ext3 /dev/mmcblk1p1 [email protected] ~$ mount /dev/mmcblk1p1 /mnt/mount/ [email protected] ~$ mount -t ext3 /dev/mmcblk1p1 /mnt/mount/ EXT3-fs: barriers not enabled kjournald starting. Commit interval 5 seconds EXT3-fs (mmcblk1p1): using internal journal EXT3-fs (mmcblk1p1): mounted filesystem with writeback data mode 4. ext4 [email protected] ~$ mount /dev/mmcblk1p1 /mnt/mount/ EXT3-fs (mmcblk1p1): error: couldn‘t mount because of unsupported optional features (240) EXT2-fs (mmcblk1p1): error: couldn‘t mount because of unsupported optional features (240) EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
以上是关于I.MX6 32G SD卡测试的主要内容,如果未能解决你的问题,请参考以下文章
[i.MX6q]i.MX6q处理器,linux操作系统平台搭建 从SD卡启动系统