public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: alex889 <alex889@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] How to burn new U-Boot over network
Date: Mon, 7 Sep 2009 05:18:43 -0700 (PDT)	[thread overview]
Message-ID: <25329639.post@talk.nabble.com> (raw)
In-Reply-To: <4AA4DD62.4070409@esd.eu>


Thanks for your answer.
I tried this before i posted the question, and it didn't work.

Do you know the exact address of the U-Boot on the NAND?
Is there an additional header before the U-Boot?

Alex

Daniel Gorsulowski wrote:
> 
> alex889 wrote:
>> Hi,
>> I'm working on the DM365evm,
>> and i was wondering if there is a way to burn new U-Boot version over
>> network, instead of Code Composer and a JTAG?
>>
>> Thanks,
>> Alex
> 
> Hi Alex,
> 
> of course it's possible!
> But it depends on the location of your U-Boot.
> 
> I.e. your U-Boot is located in dataflash or NAND flash:
> 
> 	tftp $(loadaddress) $(img)
> 	protect off $(start) $(end)
> 	erase $(start) $(end)
> 	cp.b $(loadaddress) $(start) $(filesize)
> 
> $(loadaddress) - the temporary RAM address for downloading new U-Boot
> $(img)         - the path to your new U-Boot image (i.e.
> /tftpboot/update/u-boot.img)
> $(start)       - the flash address, where U-Boot is located
> $(end)         - $(start) + maximum size of U-Boot (erasesize)
> $(filesize)    - set automatically after tftp transfer
> 
> Regards
> Daniel
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 
> 

-- 
View this message in context: http://www.nabble.com/-U-Boot--How-to-burn-new-U-Boot-over-network-tp25327003p25329639.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

  reply	other threads:[~2009-09-07 12:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07  8:43 [U-Boot] How to burn new U-Boot over network alex889
2009-09-07 10:16 ` Daniel Gorsulowski
2009-09-07 12:18   ` alex889 [this message]
2009-09-09 18:02     ` 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=25329639.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox