From: Sascha Hauer <s.hauer@pengutronix.de>
To: "David Lynch Jr." <dhlii@dlasys.net>
Cc: barebox@lists.infradead.org
Subject: Re: i.MX53 QSB
Date: Wed, 25 Jan 2012 23:08:48 +0100 [thread overview]
Message-ID: <20120125220848.GC5446@pengutronix.de> (raw)
In-Reply-To: <1327525133.19793.23.camel@hp-dhlii>
Hi David,
On Wed, Jan 25, 2012 at 03:58:53PM -0500, David Lynch Jr. wrote:
> I can build a barebox.bin for the i.MX53 QSB.
>
> If I am booting from the SD card how do I get it onto the card
>
> dd if=barebox.bin of=/dev/sdc bs=512 seek=2 ??
cat barebox.bin > /dev/sdc
Of course this means that you will overwrite the partition table of the
SD card. I'm still loooking for a good way to make this behaviour more
convenient.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-01-25 22:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 20:58 i.MX53 QSB David Lynch Jr.
2012-01-25 22:08 ` Sascha Hauer [this message]
2012-01-26 0:32 ` Marc Reilly
2012-01-26 11:02 ` Michael Olbrich
2012-01-26 10:45 ` Jean-Christophe PLAGNIOL-VILLARD
2012-01-26 13:45 ` David Lynch Jr.
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=20120125220848.GC5446@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=dhlii@dlasys.net \
/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.