Re: [U-Boot] eMMC 4.41 boot partition booting issue

2015-04-24 Thread harsha kiran
Hi Starr, I think i figured out how to access the GP partitions on the new new uboot. Solution: 1)We can only have access to one partition at a time from uboot. 2) GP partitions have to be partitioned again to be from kernel (/dev/mmcblk0gp0p1,/dev/mmcblk0gp1p1,/dev/mmcblk0gp2p1,/dev/mmcblk0gp3p1

[U-Boot] eMMC 4.41 boot partition booting issue

2015-04-24 Thread Matthew Starr
All, I have been using u-boot 2013.07 on an i.MX53 custom board with u-boot installed in an eMMC boot partition and the u-boot environment and Linux zImage on a GPT partition in the eMMC user area formatted with ext2. This has worked great for booting a u-boot environment and kernel in the eMM