Re: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support

2016-07-16 Thread Simon Glass
On 14 July 2016 at 21:20, Simon Glass wrote: > On 14 July 2016 at 10:26, Ziyuan Xu wrote: >> From: Xu Ziyuan >> >> Enable fastboot feature on rk3288. >> >> This path doesn't support the fastboot flash function command entirely. > > patch? > >> We will hit "cannot find partition" assertion withou

Re: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support

2016-07-15 Thread Simon Glass
Hi Ziyuan, On 15 July 2016 at 08:05, Ziyuan Xu wrote: > > Hi Simon, > > On 2016年07月15日 11:20, Simon Glass wrote: >> >> On 14 July 2016 at 10:26, Ziyuan Xu wrote: >>> >>> From: Xu Ziyuan >>> >>> Enable fastboot feature on rk3288. >>> >>> This path doesn't support the fastboot flash function comm

Re: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support

2016-07-15 Thread Ziyuan Xu
Hi Simon, On 2016年07月15日 11:20, Simon Glass wrote: On 14 July 2016 at 10:26, Ziyuan Xu wrote: From: Xu Ziyuan Enable fastboot feature on rk3288. This path doesn't support the fastboot flash function command entirely. patch? Yup, patch!!! We will hit "cannot find partition" assertion wi

Re: [U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support

2016-07-14 Thread Simon Glass
On 14 July 2016 at 10:26, Ziyuan Xu wrote: > From: Xu Ziyuan > > Enable fastboot feature on rk3288. > > This path doesn't support the fastboot flash function command entirely. patch? > We will hit "cannot find partition" assertion without specified > partition environment. Define gpt partition

[U-Boot] [PATCH v4.1 3/4] rockchip: rk3288: add fastboot support

2016-07-14 Thread Ziyuan Xu
From: Xu Ziyuan Enable fastboot feature on rk3288. This path doesn't support the fastboot flash function command entirely. We will hit "cannot find partition" assertion without specified partition environment. Define gpt partition layout in specified board such as firefly-rk3288, then enjoy it!