Re: [U-Boot] fatload from eMMC general purpose partition

2015-04-24 Thread harsha kiran
Hi Andreas, I am facing a similar problem not able to access the GP partitions from uboot. Did you have any luck accessing these partitions?? Thanks, Harsha -- View this message in context: http://u-boot.10912.n7.nabble.com/fatload-from-eMMC-general-purpose-partition-tp185166p212395.html Sent

Re: [U-Boot] fatload from eMMC general purpose partition

2014-07-28 Thread Andreas Naumann
Hi, Could you share exact output from your console? below follows some linux console output from writing some file to a gp- and a user data partion (foo/bar). After that trying to see that file from U-Boot...: [root]# ls /dev/mmcblk3* /dev/mmcblk3 /dev/mmcblk3boot1 /dev/mmcblk3gp0p1 /

Re: [U-Boot] fatload from eMMC general purpose partition

2014-07-28 Thread Lukasz Majewski
Hi Andreas, > Hi, > > using an eMMC I want to load uImage and dtb from a general purpose > partition (since these can be configured as pSLC independent of the > user data area). > From the kernel I can format and access the GP-partition, in my case > mkfs.vfat. However, U-Boots fatload/extload

[U-Boot] fatload from eMMC general purpose partition

2014-07-28 Thread Andreas Naumann
Hi, using an eMMC I want to load uImage and dtb from a general purpose partition (since these can be configured as pSLC independent of the user data area). From the kernel I can format and access the GP-partition, in my case mkfs.vfat. However, U-Boots fatload/extload on the GP-partition do no