All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Dobato <dobatog@gmail.com>
To: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: Kernel Update on NAND (CM-510 Compulab)
Date: Thu, 03 Sep 2015 08:23:36 +0200	[thread overview]
Message-ID: <55E7E768.7000909@gmail.com> (raw)
In-Reply-To: <55E0DD91.4000701@gmail.com>

Hi again Ezequiel,

I have noticed that there are some new commits of pxa3xx_nand. Is it 
possible that my problem is related with some issues that these commits fix?



Gabriel

El 29.08.2015 a las 00:15, Gabriel Dobato escribió:
>
>
> El 27.08.2015 a las 02:53, Ezequiel Garcia escribió:
>> Hmmm.. this looks odd indeed.
>>
>> Can you run two nandtests simultaneously (in parallel)
>> on the two /dev/mtd devices?
>>
>> If you share your kernel configuration, I can give it a try
>> on some (similar) board.
> Hi Ezequiel,
>
> attached the kernel configuration, and below the Nand node of my DT:
>
>    nand@c0000 {
>
>                                 compatible = "marvell,armada370-nand";
>                                 status = "okay";
>                                 reg= <0xc0000 0x60>;
>                                 interrupts = <3>;
>                                 #address-cells = <1>;
>                                 #size-cells = <0>;
>                                 num-cs = <1>;
>                                 clocks = <&gate_clk 10>;
>                                 marvell,nand-keep-config;
>                                 nand-on-flash-bbt;
>                                 pinctrl-0 = <&pmx_nand_gpo>;
>                                 pinctrl-names = "default";
>                                 nand-ecc-strength = <4>;
>                                 nand-ecc-step-size= <512>;
>
>                                 partition@0 {
>                                         label = "uImage";
>                                          reg = <0x00000000 0x00400000>;
>                                 };
>                                 partition@400000 {
>                                         label = "rootfs";
>                                         reg = <0x00400000 0x1FC00000>;
>                                 };
>                         };
>
>
> };
>
> Also, attached the nandtests results. I have applied them 
> simultaneously on /dev/mtd0 and /dev/mtd1.
>
> Is there any additional test that I can run ?
>
> Thank you.
>
>

      reply	other threads:[~2015-09-03  6:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <55DC55A6.4000801@gmail.com>
2015-08-25 15:08 ` Kernel Update on NAND (CM-510 Compulab) Ezequiel Garcia
2015-08-25 23:59   ` Gabriel Dobato
2015-08-27  0:53     ` Ezequiel Garcia
2015-08-28 22:15       ` Gabriel Dobato
2015-09-03  6:23         ` Gabriel Dobato [this message]

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=55E7E768.7000909@gmail.com \
    --to=dobatog@gmail.com \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=linux-mtd@lists.infradead.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.