Write images through USB: Difference between revisions

From embeddedTS Manuals
(Created page with "If you are using a Windows workstation there is no support for writing directly to block devices. However, as long as one of your booting methods still can boot a kernel and the...")
(No difference)

Revision as of 12:25, 16 September 2011

If you are using a Windows workstation there is no support for writing directly to block devices. However, as long as one of your booting methods still can boot a kernel and the initfd you can rewrite everything by using a usb drive. This is also a good way to blast many stock boards when moving your product into production. You can find more information about this method with an example script Here.