On Fri, Apr 18, 2014 at 12:08 PM, Doug <[email protected]> wrote:
> I don't know why anyone can't just give a concise answer here instead of
> referring you to some other post where no real answer is given.

Well, It's been asked so many times over the years, people are board
with the question/answer. ;)

> Here is my emmc - boot partition
>
> [root@BBBdoug ~]# ls -als /mnt2
> total 537
>   1 drwxr-xr-x  5 root root   1024 Dec 31  1969 .
>   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
>   1 drwxr-xr-x  2 root root    512 Mar 18  2013 App
>   1 -rwxr-xr-x  1 root root    223 Mar 18  2013 autorun.inf
>   2 drwxr-xr-x  4 root root   2048 Mar 18  2013 Docs
>   1 drwxr-xr-x  5 root root    512 Mar 18  2013 Drivers
>   1 -rwxr-xr-x  1 root root     30 Mar 18  2013 ID.txt
>  41 -rwxr-xr-x  1 root root  41174 Mar 18  2013 LICENSE.txt
>  98 -rwxr-xr-x  1 root root  99976 Mar 18  2013 MLO
>   1 -rwxr-xr-x  1 root root     26 Jan  1  2000 old.uEnv.txt
>   1 -rwxr-xr-x  1 root root    292 Mar 18  2013 README.md
>  17 -rwxr-xr-x  1 root root  16827 Mar 18  2013 START.htm
> 371 -rwxr-xr-x  1 root root 379428 Mar 18  2013 u-boot.img
>   1 -rwxr-xr-x  1 root root    603 Jan  1  2000 uEnv.txt
>
> and my sd card boot partition -
>
>  16 drwxr-xr-x  2 root root  16384 Dec 31  1969 .
>   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
>
> 102 -rwxr-xr-x  1 root root 104212 Aug 10  2013 MLO
> 354 -rwxr-xr-x  1 root root 361488 Aug 10  2013 u-boot.img
>   2 -rwxr-xr-x  1 root root    603 Oct 18  2013 uEnv.txt
>
> As you can see above I treid just copying uEnv.txt from the SD card to the
> emmc but it did the same thing. Do I have to wipe out the emmc boot
> partition and copy the sd boot to it?
>
> I don't want to use the emmc. I want to boot from the microSD.

dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=16

There, the bootloader on the eMMC will never get in the way again..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to