Re: [U-Boot] [RESEND PATCH 1/2] rockchip: add basic partitions support for rk3288

2016-08-03 Thread Simon Glass
On 3 August 2016 at 20:27, Simon Glass wrote: > On 2 August 2016 at 21:55, Ziyuan Xu wrote: >> For compatibility with distro boot, fastboot, and mount the mmc deivce >> to PC via usb mass storage feature, GPT partitions are essential. >> >> You should

Re: [U-Boot] [RESEND PATCH 1/2] rockchip: add basic partitions support for rk3288

2016-08-03 Thread Simon Glass
On 2 August 2016 at 21:55, Ziyuan Xu wrote: > For compatibility with distro boot, fastboot, and mount the mmc deivce > to PC via usb mass storage feature, GPT partitions are essential. > > You should write the partitions to mmc device prior to use above > feature. > > =>

[U-Boot] [RESEND PATCH 1/2] rockchip: add basic partitions support for rk3288

2016-08-02 Thread Ziyuan Xu
For compatibility with distro boot, fastboot, and mount the mmc deivce to PC via usb mass storage feature, GPT partitions are essential. You should write the partitions to mmc device prior to use above feature. => gpt write mmc 1 $partitions GPT successfully written to block device! success!