Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-03-23 Thread Lukasz Majewski
Hi Steve, On 15-02-25 06:10 AM, Alexey Firago wrote: The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a generic side

Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-03-05 Thread Steve Rae
On 15-02-25 06:10 AM, Alexey Firago wrote: The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a generic side of the command - setting

Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-03-05 Thread Alexey Firago
Hi Lukasz, Hmm, I don't see it applied to u-boot-dfu now. Do I need to add something ? Thanks, Alexey On 26.02.2015 13:22, Lukasz Majewski wrote: Hi Alexey, The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is

Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-03-05 Thread Lukasz Majewski
Hi Alexey, Hi Lukasz, Hmm, I don't see it applied to u-boot-dfu now. Do I need to add something ? If possible, please look into the current status of fastboot support in u-boot mainline (since we are at -rc3). Since I'm not (yet) a fastboot user, please support me with testing. Best

Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-03-05 Thread Alexey Firago
Lukasz, Here is how I've tested v3 fastboot: add support for reboot-bootloader command patch: * Applied it to master ( 7ae8350f67eea861280a4cbd2d06a0e87153) * Board to test - Nitrogen6q * Applied attached 0001-test-nitrogen6x-fastboot-add-reboot-bootloader-suppo.patch with the board

Re: [U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-02-26 Thread Lukasz Majewski
Hi Alexey, The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a generic side of the command - setting of the reset flag and then

[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-02-25 Thread Alexey Firago
The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a generic side of the command - setting of the reset flag and then resetting. Setting