Re: [U-Boot] Fixing dfu_alt_info field after DM conversion

2019-03-23 Thread Fabio Estevam
Hi Lukasz, On Sat, Mar 23, 2019 at 6:29 PM Lukasz Majewski wrote: > > #define CONFIG_DFU_ENV_SETTINGS \ > > "dfu_alt_info=" \ > > "spl raw 0x2 0x400;" \ > > -"u-boot raw 0x8a 0x400;" \ > > +"u-boot raw 0x8a 0x1000;" \ > > The change is a

Re: [U-Boot] Fixing dfu_alt_info field after DM conversion

2019-03-23 Thread Lukasz Majewski
Hi Fabio, > Hi Lukasz, > > Myself and Joris have been working on DM conversion of pico-mx7 and > the the latest patches are available at: > https://github.com/jorisoffouga/u-boot/commits/pico-imx7d/convert-dm > > Things are working well so far, except eMMC flashing via DFU. > > The following er

[U-Boot] Fixing dfu_alt_info field after DM conversion

2019-03-23 Thread Fabio Estevam
Hi Lukasz, Myself and Joris have been working on DM conversion of pico-mx7 and the the latest patches are available at: https://github.com/jorisoffouga/u-boot/commits/pico-imx7d/convert-dm Things are working well so far, except eMMC flashing via DFU. The following error is seen we flash u-boot-d