[beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread brian
So I got my 8gb flash, and resized original boards partition to be smaller than second board. So now the problem is I have flashed new board, and it will not boot up. I can mount and view both partitions correctly, and everything looks ok, but I only get CCC when trying to boot and viewing

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread Brian Wagener
It is not a uSD but internal eMMC. And you can see from fdisk output boot flag is set. On Jan 20, 2015 10:44 AM, Graham Haddock gra...@flexradio.com wrote: Did you set the boot bit on the 8gb flash card? The later versions of the OS can not see or boot from the uSD card unless the boot bit is

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread Robert Nelson
On Tue, Jan 20, 2015 at 11:19 AM, Brian Wagener br...@forceconstant.com wrote: It is not a uSD but internal eMMC. And you can see from fdisk output boot flag is set. and how exactly did you install the bootloader to the eMMC? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread Graham Haddock
Did you set the boot bit on the 8gb flash card? The later versions of the OS can not see or boot from the uSD card unless the boot bit is set. The CC string means that the BBB can not see the card, and is trying to boot from the serial port. --- Graham == On Tue, Jan 20, 2015 at 8:07 AM,

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread brian
I'm not sure what you mean by bootloader. But I just read in entire mmcblk1 (When booting off a SD card to image) on one BBB using dd, and output to another using dd. // BBB 1 dd bs=4M if=/dev/mmcblk1 of=image.bin // BBB 2 dd bs=4M if=image.bin of=/dev/mmblk1 On Tuesday, January 20, 2015

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread Robert Nelson
On Tue, Jan 20, 2015 at 11:38 AM, br...@forceconstant.com wrote: I'm not sure what you mean by bootloader. But I just read in entire mmcblk1 (When booting off a SD card to image) on one BBB using dd, and output to another using dd. // BBB 1 dd bs=4M if=/dev/mmcblk1 of=image.bin // BBB 2

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread brian
So the original BBB does boot fine. But how can I re-install bootloader for BBB2? But it is my understanding, the bootloader is what is in the Fat32 partition? It looks the same as the other one. total 9820 drwxr-xr-x 2

Re: [beagleboard] Re: Having problems cloning eMMC

2015-01-20 Thread Robert Nelson
On Tue, Jan 20, 2015 at 11:54 AM, br...@forceconstant.com wrote: So the original BBB does boot fine. But how can I re-install bootloader for BBB2? But it is my understanding, the bootloader is what is in the Fat32 partition? It looks the same as the other one. MLO/u-boot.img is the

[beagleboard] Re: Having problems cloning eMMC, turns out 4GB != 4GB on different boards.

2014-12-22 Thread janszymanski12345
there is another thread here *Duplicate BeagleBone black setup*

[beagleboard] Re: Having problems cloning eMMC

2014-12-02 Thread janszymanski12345
there is another thread here *Duplicate BeagleBone black setup*

[beagleboard] Re: Having problems cloning eMMC

2014-12-02 Thread brian
So in that other thread, it was instructed to use the same dd command dd if=/dev/mmcblk1 of=/mnt/BeagleBoneBlack-eMMC-image-$RANDOM.img bs=10M to create image, so why would mine only end up 2GB instead of 4GB? I cannot follow those instructions exactly, as I only have a 4GB SD card, so maybe

[beagleboard] Re: Having problems cloning eMMC

2014-12-02 Thread Graham
I think you will have two problems. First, you can not put a 4GB file on a 4 GB card, because there must also be room for the Linux OS, and depending on the version, this can be another 1 GB, or more. Second problem is that when you install a 2 GB image on a 4 GB card, the partition as