From: カオ ミン ヒェップ <cm-hiep-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
To: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
Cc: linux-spi <linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"Shimoda,
Yoshihiro"
<yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Subject: Re: could not mount a spi-flash on rootfs
Date: Wed, 02 Jul 2014 15:01:12 +0900 [thread overview]
Message-ID: <53B3A028.7020903@jinso.co.jp> (raw)
In-Reply-To: <CAMuHMdXnLG==TmZCLd=tZ0C1PPurjWkbE=ysCFCOgVK+5UCJnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi Geert-san
On 06/30/2014 04:21 PM, Geert Uytterhoeven wrote:
> Hi Hiep-san,
>
> On Mon, Jun 30, 2014 at 4:29 AM, カオ ミン ヒェップ <cm-hiep@jinso.co.jp> wrote:
>>>> "EXT3-fs (mtdblock2): error: can't find ext3 filesystem on dev mtdblock2.
>>>> EXT2-fs (mtdblock2): error: can't find an ext2 filesystem on dev
>>>> mtdblock2.
>>>> EXT4-fs (mtdblock2): VFS: Can't find ext4 filesystem
>>>> FAT-fs (mtdblock2): bogus number of reserved sectors
>>>> FAT-fs (mtdblock2): Can't find a valid FAT filesystem
>>>> FAT-fs (mtdblock2): bogus number of reserved sectors
>>>> FAT-fs (mtdblock2): Can't find a valid FAT filesystem
>>>> mount: you must specify the filesystem type"
>>>> root@linaro-nano:~# mount /dev/mtdblock2 /mnt/
>>> Does it make a difference if you explicitly specify the file system type,
>>> by adding "-t ext3"?
>> I have tried to specify the system type by adding "-t ext3" or "-t ext4",
>> but it has no change anything.
>> I attached the qspi test logs file. Please see it.
> "renesas_spi qspi.0: master is unqueued, this is deprecated"
>
> So this is indeed a very old version of the rspi driver.
> Which 3.10.31-ltsi are you using? The one from renesas-backports?
The source code is link below:
http://ltsi.linuxfoundation.org/sites/ltsi/files/patch-3.10.31-ltsi.gz
This qspi is added on rspi driver together that i am using. I think that
It was back-ported from a upstream version. I think this message does
not causing of the problem.
>>>> I have enabled ext2,3,4 file systems when configuring the kernel.
>>>> and I saw that the qspi driver code is same with upstream version code
>>>> that
>>>> be good.
>>>> maybe the problem related to mtd (m25p80.c) (?)
>>>> I attach the logs files when making a spi-flash partition and mount it on
>>>> rootfs.
>>> It looks like the file system wasn't written correctly to the device.
>>> Do you see anything suspicious in the kernel log (dmesg)?
>> No, I don't see anything suspicious in the kernel log. It is normally log
>> for qspi.
> Strange.
>
> Can you check that writing works using some other way, e.g. using dd?
I have checked the writing works using other way (using dd command
directly) as below:
# uname -a
Linux linaro-nano 3.10.31-ltsi-00002-g7bdf07f-dirty #1 Mon Jun 30
09:18:01 JST 2014x
# du -h 2.in
2.1M 2.in
# dd if=2M.in of=/dev/mtdblock2 bs=1M count=2
2+0 records in
2+0 records out
2097152 bytes (2.1 MB) copied, 155.454 s, 13.5 kB/s
root@linaro-nano:~# dd if=/dev/mtdblock2 of=2M.out bs=1M count=2
2+0 records in
2+0 records out
2097152 bytes (2.1 MB) copied, 83.3882 s, 25.1 kB/s
root@linaro-nano:~# ls
2M.in 2M.out
root@linaro-nano:~# md5sum 2M.in 2M.out
bf90a4724c584901fae07749965208e3 2M.in
bf90a4724c584901fae07749965208e3 2M.out
Best regards,
Hiep
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-07-02 6:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 9:19 could not mount a spi-flash on rootfs カオ ミン ヒェップ
[not found] ` <53AA941D.3000808-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
2014-06-27 13:17 ` Geert Uytterhoeven
[not found] ` <CAMuHMdWBf1+A9=8b1x+e0YcV3d=K_tBvqUeBXxvoHFy=QHcJxQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-30 2:29 ` カオ ミン ヒェップ
[not found] ` <53B0CB84.6030001-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
2014-06-30 7:21 ` Geert Uytterhoeven
[not found] ` <CAMuHMdXnLG==TmZCLd=tZ0C1PPurjWkbE=ysCFCOgVK+5UCJnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-02 6:01 ` カオ ミン ヒェップ [this message]
[not found] <CAN=meTma1_cAHQ82S0VHemYDChJw_Orpc3K7-k9O3ggPqtsDuQ@mail.gmail.com>
[not found] ` <CAN=meTma1_cAHQ82S0VHemYDChJw_Orpc3K7-k9O3ggPqtsDuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-03 8:41 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53B3A028.7020903@jinso.co.jp \
--to=cm-hiep-hef513clhfp3+qwdj9on6q@public.gmane.org \
--cc=geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.