All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vimal Singh <vimal.newwork@gmail.com>
To: "Ghorai, Sukumar" <s-ghorai@ti.com>
Cc: Tar Gz <bsdraisefromhell@gmail.com>,
	linux-omap <linux-omap@vger.kernel.org>
Subject: Re: [ASK] OMAP 3430 LDP Trouble
Date: Mon, 5 Apr 2010 09:48:27 +0530	[thread overview]
Message-ID: <r2tce9ab5791004042118t81d5e892r46773f48c4da0ac0@mail.gmail.com> (raw)
In-Reply-To: <2A3DCF3DA181AD40BDE86A3150B27B6B030D3C8B3F@dbde02.ent.ti.com>

AFAIK, NAND support is currently missing for OMAP3430 LDP boards in LO.

-Vimal

On Sun, Apr 4, 2010 at 9:34 PM, Ghorai, Sukumar <s-ghorai@ti.com> wrote:
> Aldyth,
> 1. Do you mean that NAND boot is not working?
> 2. Does MMC/SD boot working? If yes, boot the platform from MMC/SD using the latest x-loade/ u-boot and flush the same binaries to NAND using the following commands.
> mmcinit 0
> nand unlock 80000 80000
> nand erase 80000 80000
> fatload mmc 0 80000000 u-boot.bin
> nand write.i 80000000 80000 ${filesize}
>
> nand unlock 0 80000
> nand erase 0 80000
> fatload mmc 0 80000000 MLO
> nand write.i 80000000 0 ${filesize}
>
> Regards,
> Ghorai
>
>> -----Original Message-----
>> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
>> owner@vger.kernel.org] On Behalf Of Tar Gz
>> Sent: 2010-04-04 11:13
>> To: linux-omap
>> Subject: [ASK] OMAP 3430 LDP Trouble
>>
>> Hi all,
>> i'm sorry if my english too bad
>>
>> I try to porting linux to omap 3430 LDP..but my board have trouble
>> after i running this command:
>>
>> nand ecc sw
>> nand unlock 80000 80000
>> nand erase 80000 80000
>>
>> nand ecc hw
>> nand unlock 0 80000
>> nand erase 0 80000
>>
>> and if i try to turn on my board, BT led [blue led] always on and my
>> minicom can't show anything...and i forget to setting the enviroment
>> variable mmcinit..
>>
>> my question is, how to make my board can run normally like before?
>>
>> best regards,
>> Aldyth M
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2010-04-05  4:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-03 17:33 OMAP 3430 LDP Trouble Tar Gz
2010-04-04  5:43 ` [ASK] " Tar Gz
2010-04-04 16:04   ` Ghorai, Sukumar
2010-04-05  4:06     ` Tar Gz
2010-04-05  4:18     ` Vimal Singh [this message]
2010-04-06 19:41       ` Tar Gz
2010-04-06 19:47         ` Gadiyar, Anand
2010-04-06 19:49 Gadiyar, Anand
2010-04-06 20:27 ` Tar Gz
2010-04-06 20:29   ` Gary Thomas
2010-04-06 20:40     ` Tar Gz
2010-04-06 20:44       ` Gary Thomas
2010-04-06 20:51         ` Tar Gz
2010-04-07  5:18 ` Vimal Singh
2010-04-07 23:13   ` Tar Gz

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=r2tce9ab5791004042118t81d5e892r46773f48c4da0ac0@mail.gmail.com \
    --to=vimal.newwork@gmail.com \
    --cc=bsdraisefromhell@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=s-ghorai@ti.com \
    /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.