Files
u-boot-tk1-som/include
Siarhei Siamashka 2a909c5f7a sunxi: Enable DFU for RAM
The DFU protocol implementation in U-Boot is much faster than the
FEL protocol implementation in the boot ROM on Allwinner devices.
Using DFU instead of FEL improves the USB transfer speed from
500-900 KB/s to 3.2-3.7 MB/s. This is particularly useful for
reducing the time needed for booting systems with large initrd
images.

FEL is still useful for loading the U-Boot bootloader and a boot
script, which may then activate DFU in the following way:

   setenv dfu_alt_info ${dfu_alt_info_ram}
   dfu 0 ram 0
   bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}

The rest of the files can be transferred to the device using the
"dfu-util" tool.

Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2015-11-22 11:30:59 +01:00
..
2015-11-19 20:27:50 -07:00
2015-11-22 11:30:59 +01:00
2015-09-11 17:15:32 -04:00
2015-11-02 10:38:00 +09:00
2014-07-30 08:48:03 -04:00
2015-05-05 20:58:20 -06:00
2015-06-10 19:26:54 -06:00
2015-07-21 17:39:29 -06:00
2015-07-27 15:53:48 -07:00
2015-11-19 20:27:50 -07:00
2014-06-21 10:06:58 -06:00
2015-04-10 14:23:23 +02:00
2015-08-05 08:42:41 -06:00
2015-08-05 08:44:07 -06:00
2015-11-12 13:18:58 -05:00
2015-11-12 08:26:58 +08:00
2015-01-21 10:25:02 +01:00
2015-10-24 13:50:32 -04:00
2015-08-25 22:53:57 -05:00
2015-07-22 08:57:54 +02:00
2014-12-11 13:18:43 -07:00
2013-09-24 09:10:33 -04:00
2015-11-19 20:13:41 -07:00
2014-10-25 15:27:37 -04:00
2014-05-28 10:58:19 +09:00
2014-06-20 11:54:29 -06:00
2015-09-02 15:26:12 +02:00
2015-10-23 07:37:03 +08:00
2015-07-21 17:39:25 -06:00
2013-11-09 17:21:01 +01:00
2015-11-12 08:26:58 +08:00
2015-01-06 10:10:04 +02:00
2015-06-04 03:34:47 -06:00
2015-01-05 12:08:55 -05:00
2015-07-21 17:39:27 -06:00
2015-07-21 17:39:28 -06:00
2014-11-24 12:00:00 +01:00
2015-11-05 08:24:42 +01:00
2015-07-26 12:11:33 +02:00
2015-10-23 07:37:03 +08:00
2013-12-04 08:11:28 -05:00
2015-01-21 10:25:53 +01:00