Re: [U-Boot] Flashing SPI NOR via DFU

2015-09-21 Thread Fabio Estevam
On Fri, Sep 18, 2015 at 6:21 PM, Fabio Estevam wrote: > Copying data from PC to DFU device > Download[=] 100% 478208 bytes > Download done. > state(7) = dfuMANIFEST, status(0) = No error condition is present > state(10) = dfuERROR, status(14) = Something went wro

[U-Boot] Flashing SPI NOR via DFU

2015-09-18 Thread Fabio Estevam
Hi, I am trying to use DFU to flash the SPI NOR on a mx6qsabresd. These are the changes I made: --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -80,6 +80,7 @@ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "console=" CONFIG_CONSOLE_DEV "\0" \ +