From mboxrd@z Thu Jan 1 00:00:00 1970 From: alex889 Date: Wed, 5 Aug 2009 05:05:34 -0700 (PDT) Subject: [U-Boot] Updating u-boot through tftp Message-ID: <24825617.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.