Re: [U-Boot] [PATCH] am335x_evm: Consolidate eMMC partitions with DFU info

2018-02-15 Thread Sam Protsenko
On 8 February 2018 at 20:26, Tom Rini wrote: > On Wed, Feb 07, 2018 at 08:41:32PM +0200, Sam Protsenko wrote: > >> From DFU_ALT_INFO_EMMC (include/environment/ti/dfu.h) we can see that >> rootfs will be flashed to second partition on eMMC. But at the moment we >> have only one partition in $partit

Re: [U-Boot] [PATCH] am335x_evm: Consolidate eMMC partitions with DFU info

2018-02-08 Thread Tom Rini
On Wed, Feb 07, 2018 at 08:41:32PM +0200, Sam Protsenko wrote: > From DFU_ALT_INFO_EMMC (include/environment/ti/dfu.h) we can see that > rootfs will be flashed to second partition on eMMC. But at the moment we > have only one partition in $partitions environment variable. Let's add > "bootloader"

Re: [U-Boot] [PATCH] am335x_evm: Consolidate eMMC partitions with DFU info

2018-02-07 Thread Lokesh Vutla
On Thursday 08 February 2018 12:11 AM, Sam Protsenko wrote: > From DFU_ALT_INFO_EMMC (include/environment/ti/dfu.h) we can see that > rootfs will be flashed to second partition on eMMC. But at the moment we > have only one partition in $partitions environment variable. Let's add > "bootloader" pa

[U-Boot] [PATCH] am335x_evm: Consolidate eMMC partitions with DFU info

2018-02-07 Thread Sam Protsenko
From DFU_ALT_INFO_EMMC (include/environment/ti/dfu.h) we can see that rootfs will be flashed to second partition on eMMC. But at the moment we have only one partition in $partitions environment variable. Let's add "bootloader" partition prior to "rootfs", so that DFU works correctly. This also fixe