From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 23 Feb 2015 17:21:35 +0100 Subject: [U-Boot] How to program u-boot in eMMC/MMC on iMX In-Reply-To: References: Message-ID: <201502231721.35386.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, February 23, 2015 at 04:19:39 PM, Otavio Salvador wrote: > On Mon, Feb 23, 2015 at 12:16 PM, Marco Cavallini > > wrote: > > 2015-02-23 16:03 GMT+01:00 Otavio Salvador : > ... > > > 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