public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] i.mx6 board booting
@ 2014-02-06  6:59 JYOTI DUBEY
  2014-02-06 13:46 ` Eric Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: JYOTI DUBEY @ 2014-02-06  6:59 UTC (permalink / raw)
  To: u-boot

I followed the following commands to achieve a successful booting of i.mx6
board using SD card
dd if=u-boot.imx of=/dev/sdb bs=1k seek=1
The above command burnt the u-boot.imx image on the SD card though nothing
was seen on SD card.
Next the gtkterm configurations were set and after the board was started
serial console output was interrupted(by pressing a key).
U-Boot>> sf probe (to probe the flash memory)
U-Boot>> sf erase 0 0x80000 (to erase the flash)
U-Boot>>fatload mmc 1 12000000 u-boot.imx
The above command throws an error -"Unable to read file u-boot.imx"

SO what can be the problem behind it and how can we overcome it?

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

end of thread, other threads:[~2014-02-06 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06  6:59 [U-Boot] i.mx6 board booting JYOTI DUBEY
2014-02-06 13:46 ` Eric Nelson

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