All of lore.kernel.org
 help / color / mirror / Atom feed
From: alex889 <alex889@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  Updating u-boot through tftp
Date: Wed, 5 Aug 2009 05:05:34 -0700 (PDT)	[thread overview]
Message-ID: <24825617.post@talk.nabble.com> (raw)


Hi,
I'm running u-boot on TI's davinci DM365,
I'm trying to update the u-boot from the u-boot, using these commands:

tftp 0x80700000 u-boot-1.3.4_ipnc_dm36x_xxx.bin 
nand erase 0x2C000 0x20000  
nand write 0x80700000 0x2C000 0x20000   

but when i try to run the erase command, i'm getting this error:

DM365 EVM :>nand erase 0x2c000 0x20000
NAND erase: device 0 offset 0x2c000, size 0x20000
NAND 256MiB 3,3V 8-bit: MTD Erase failure: -22

How can i do it? is this part locked?
Thanks,
Alex                                                
-- 
View this message in context: http://www.nabble.com/-U-Boot--Updating-u-boot-through-tftp-tp24825617p24825617.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

             reply	other threads:[~2009-08-05 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-05 12:05 alex889 [this message]
2009-08-05 23:05 ` [U-Boot] Updating u-boot through tftp Scott Wood

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=24825617.post@talk.nabble.com \
    --to=alex889@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.