On Monday, February 23, 2015 at 04:19:39 PM, Otavio Salvador wrote: > On Mon, Feb 23, 2015 at 12:16 PM, Marco Cavallini > > <[email protected]> wrote: > > 2015-02-23 16:03 GMT+01:00 Otavio Salvador <[email protected]>: > ... > > > Does exists a method to store a u-boot bootolader in an unpartitioned > > unformatted eMMC (without kobs-ng, so without using linux), but simply > > running a command from u-boot? > > > > So in case I have only USB-OTG as connection method to my board I am > > forced to use MfgTools? > > Not in U-Boot code, up to now. > > You could add fastboot, dfu or thor. So it would be possible.
Or use USB mass storage support in U-Boot (UMS) to export the eMMC to the host PC as a regular USB stick. Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

