public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* upgrading u-boot from linux for SH7785LCR board
@ 2010-07-04 18:11 Bill Traynor
  2010-07-04 21:24 ` Mike Frysinger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bill Traynor @ 2010-07-04 18:11 UTC (permalink / raw)
  To: linux-sh

I've compiled and tested u-boot from git for the 7785lcr board.  I'd 
like to write the u-boot.bin to flash but do not have a JTAG to be able 
to recover if the write fails.

Given the MTD layout:
dev:    size   erasesize  name
mtd0: 00080000 00040000 "loader"
mtd1: 00080000 00040000 "bootenv"
mtd2: 00400000 00040000 "kernel"
mtd3: 03b00000 00040000 "data"

Is it reasonable to do the following:

flash_erase /dev/mtd[0]
dd if=/tmp/u-boot.bin of=/dev/mtd0 bs\x128k conv=sync

I'd rather not brick the board I have, so if someone who does have the 
capability to recover could test this method for me, it'd be appreciated.

Thanks
Bill

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-05  4:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-04 18:11 upgrading u-boot from linux for SH7785LCR board Bill Traynor
2010-07-04 21:24 ` Mike Frysinger
2010-07-04 23:01 ` Nobuhiro Iwamatsu
2010-07-05  3:29 ` Bill Traynor
2010-07-05  4:37 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox