Re: [beagleboard] Beaglebone Black image cloning failure

2015-09-19 Thread Kevin Fructuoso
Hi Julien, That is something we also came across previously and handled in the same way as well. That didn't solve our flashing problem. The issue was the slightly smaller size of the eMMC. To fix our flashing problem, we took a older programmed board and re-sized the partition to 3 GB. We fla

Re: [beagleboard] Beaglebone Black image cloning failure

2015-09-15 Thread julien
Hi Kevin, We are cloning BBBs using dd, and we noticed a similar problem: even with a small image, the flashing sometimes fails (blank console when booting from eMMC) If we redo exactly the same flashing procedure on the same BBB, it usually works. It looks like dd fails when it is started to

Re: [beagleboard] Beaglebone Black image cloning failure

2015-08-27 Thread Robert Nelson
On Thu, Aug 27, 2015 at 12:23 PM, Kevin Fructuoso wrote: > Thanks for the info. Even though it's slightly smaller, the images I tried > to flash are ~2.1 GB. I would think the smaller size limit shouldn't make a > difference, or is that not entirely correct? > > I am only familiar with cloning usi

Re: [beagleboard] Beaglebone Black image cloning failure

2015-08-27 Thread Kevin Fructuoso
Thanks for the info. Even though it's slightly smaller, the images I tried to flash are ~2.1 GB. I would think the smaller size limit shouldn't make a difference, or is that not entirely correct? I am only familiar with cloning using the dd method used here: http://elinux.org/BeagleBone_Black_E

Re: [beagleboard] Beaglebone Black image cloning failure

2015-08-27 Thread Robert Nelson
On Thu, Aug 27, 2015 at 10:35 AM, Kevin Fructuoso wrote: > Hi everyone, > > > > I have been working with the BeagleBone Black Rev C for work. It seems that > I am having an issue cloning an image to the eMMC of a new beaglebone. I can > successfully clone an image to a microSD card and flash some

[beagleboard] Beaglebone Black image cloning failure

2015-08-27 Thread Kevin Fructuoso
Hi everyone, I have been working with the BeagleBone Black Rev C for work. It seems that I am having an issue cloning an image to the eMMC of a new beaglebone. I can successfully clone an image to a microSD card and flash some older beaglebone black Rev C boards without problem. This is si