Date: Mon, 4 Feb 2013 10:27:24 -0500 From: Brett Wynkoop <wynkoop@wynn.com> To: John Elder <johnsstephenelder@gmail.com> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: How to create Img file Message-ID: <20130204102724.73ff5acd@ivory.wynn.com> In-Reply-To: <CA%2B2R0XOcKXQVAwgfahsLJ7YXupE72F1nGKid=minvAtP%2BbxhDg@mail.gmail.com> References: <CA%2B2R0XOcKXQVAwgfahsLJ7YXupE72F1nGKid=minvAtP%2BbxhDg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Feb 2013 21:30:17 +0800 John Elder <johnsstephenelder@gmail.com> wrote: > If I have make build finished, how can I create img file and flash to > the arm machine? If you used Tim's script you simply run dd like: # dd if=/path/to/image of=/dev/microsdcard-device-name This is done on the build host of course. If the build host can not accept the microsd card you can scp the image to another host and run dd on that host. That is what I did. -Brett -- wynkoop@wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 718-717-5435 "The strongest reason for the people to retain the right to keep and bear arms is, as a last resort, to protect themselves against tyranny in government" - Thomas Jefferson.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130204102724.73ff5acd>