Re: [beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-29 Thread Ankur Tank
Hi Mr. Nelson, I made some progress, mdev was auto-mounting /dev/mmcblk0* partitions, i changed following line in the mdev.conf file. *#mmcblk[0-9]p+[0-9]* root:root 660 */etc/mdev/mount.sh $MDEV* *mmcblk[0-9]p+[0-9]* root:root 660 * But i don't understand why auto-mounting was creating

Re: [beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-24 Thread Ankur Tank
Problem in short: *eMMC partition's device files are not visible in /dev/ directory after partitiong using sfdisk* HI , I have put log of script here, any suggestions, + partition_emmc /dev/mmcblk0 + DRIVE=/dev/mmcblk0 + HEADS=255 + SECTOR_SIZE=512 + SECTORS_PER_TRACK=63 *+ dd if=/dev/zero

Re: [beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-24 Thread Robert Nelson
On Fri, Apr 24, 2015 at 11:22 AM, Ankur Tank artf...@gmail.com wrote: Problem in short: eMMC partition's device files are not visible in /dev/ directory after partitiong using sfdisk HI , I have put log of script here, any suggestions, + partition_emmc /dev/mmcblk0 + DRIVE=/dev/mmcblk0 +

[beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-22 Thread Ankur Tank
I am writing firmware(MLO,u-boot.img, uImage(ver 3.12), dtb, rootfs.tar.gz) programming script for am335x based custom board which is based on Beaglebone black. Rootfile system is to be put onto the eMMC. Firmware programming script runs as the one of the init script from the nfsroot folder

Re: [beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-22 Thread Robert Nelson
On Wed, Apr 22, 2015 at 9:25 PM, Ankur Tank artf...@gmail.com wrote: I am writing firmware(MLO,u-boot.img, uImage(ver 3.12), dtb, rootfs.tar.gz) programming script for am335x based custom board which is based on Beaglebone black. Rootfile system is to be put onto the eMMC. Firmware

Re: [beagleboard] Issues while eMMC partitioned using sfdisk

2015-04-22 Thread Ankur Tank
Oh that was the problem..I was referring JDEC spec and all :) Thank you very much for reply Mr. Nelson, 7 Partition problem solved :) Let me know if you have any suggestions for other problems. One more questions, # blkid /dev/mmcblk0p2: LABEL=rootfs UUID=3bb8e52f-1434-4e04-9d76-a50d75380c39