Hi All,

eMMC falshing done successfully. There was a bad from my side. It is
suggested that there should not be any USB device connected while flashing
the image in eMMC. I was keeping FTDI cable connected though another end of
th cable (USB connector) was not connected with PC but still it did not
worked. But then I have removed TDMI cable from serial debug port of the
board and tried again and it worked very well.

Thanks Gerald Coley and rchrdlyon for your continuous support through
emails. Will come back to you with new challenge. :-)

Thanks,
Ashish

On Mon, Oct 21, 2013 at 9:09 PM, Ashish Agrawal <[email protected]
> wrote:

> Hi,
>
> Thanks. Tomorrow I will give it a try with newer SD card and will get back
> to you with the updates.
>
> Thanks,
> Ashish
>
>
> On Mon, Oct 21, 2013 at 9:06 PM, Gerald Coley <[email protected]>wrote:
>
>> The information in the link I sent works for us. We have done it over
>> 80,000 times and it works every time. Of course, the SD card has to be
>> correct.
>>
>> You need to go to the author of the information in the link.
>>
>> Gerald
>>
>>
>>
>> On Mon, Oct 21, 2013 at 10:28 AM, Ashish Agrawal <
>> [email protected]> wrote:
>>
>>> Hi,
>>>
>>> Yup, I have also referred the link with you have suggested. But it did
>>> not worked for me.
>>>
>>> I was able to write .img file successfully in to SD card with the disk
>>> image writte utility. Also, BBC board is successfully booted up from the SD
>>> card. But I want to write the image in to eMMC but the steps mentioned in
>>> the link did not worked for me to flash the image in eMMC.
>>>
>>> Thanks,
>>> Ashish
>>>
>>>
>>> On Mon, Oct 21, 2013 at 8:50 PM, Gerald Coley <[email protected]>wrote:
>>>
>>>> Does this work for you?
>>>> http://circuitco.com/support/index.php?title=Updating_The_Software
>>>>
>>>> Just to make sure that the issue is with your SD card and not something
>>>> else.
>>>>
>>>> Gerald
>>>>
>>>>
>>>>
>>>> On Mon, Oct 21, 2013 at 10:17 AM, Ashish Agrawal <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> I need your help in one more point. I am not able to flash new image
>>>>> in BBB board's eMMC. I have followed the step mentioned at :
>>>>> http://learn.adafruit.com/beaglebone-black-installing-operating-systems/flashing-the-beaglebone-black";.
>>>>> What I am observing is:
>>>>>
>>>>> - first I power down the board-->press user button-->power up the
>>>>> button (keep user button pressed) till LED glows on.. With this steps,
>>>>> beaglebone black gets booted from the image written in SD card. As I
>>>>> understand, at this imnstance, eMMC flashing should be started.
>>>>>
>>>>> - While googling more, I come across the link"
>>>>> https://groups.google.com/forum/#!topic/beagleboard/aledCGHimBY";. In
>>>>> this page, they are manually executing mmc.sh script from the BBC's 
>>>>> command
>>>>> prompt but it gives me error.
>>>>>
>>>>> Can you please guide me If I am missing any thing in this. I am using
>>>>> 5V 3A power adaptor while flashing eMMC. Also ethernet cable is not
>>>>> connected while doing all this which may draw some current.
>>>>>
>>>>> Thanks,
>>>>> Ashish
>>>>>
>>>>>
>>>>> On Sun, Oct 20, 2013 at 5:42 PM, <[email protected]> wrote:
>>>>>
>>>>>> This guide details the process of building a Beaglebone (White/Black)
>>>>>> console image from the Angstrom source on an Ubuntu Linux host. In theory
>>>>>> you could do this on the target, but it will take a very time and you may
>>>>>> run out of memory (both NAND and RAM).
>>>>>>
>>>>>> *Prerequisites
>>>>>> *
>>>>>> Then we need some additional development tools. Enter the following:
>>>>>>
>>>>>>         sudo apt-get install sed wget cvs subversion git-core
>>>>>> coreutils unzip texi2html texinfo docbook-utils gawk python-pysqlite2
>>>>>> diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath
>>>>>> dosfstools kpartx
>>>>>>
>>>>>> And finally we need bitbake:
>>>>>>
>>>>>>         sudo apt-get install bitbake
>>>>>>
>>>>>> *Download Angstrom Distribution and Build*
>>>>>>
>>>>>> To download the distribution for Beaglebone enter the following
>>>>>> commands:
>>>>>>
>>>>>>
>>>>>>     cd ~/Projects
>>>>>>
>>>>>>     mkdir angstrom-v2012.12
>>>>>>
>>>>>>     cd ./angstrom-v2012.12
>>>>>>
>>>>>>     git clone git://
>>>>>> github.com/Angstrom-distribution/setup-scripts.git
>>>>>>
>>>>>>     cd setup-scripts
>>>>>>
>>>>>>     git checkout angstrom-v2012.12-yocto1.3
>>>>>>
>>>>>>     MACHINE=beaglebone ./oebb.sh config beaglebone
>>>>>>
>>>>>>     MACHINE=beaglebone ./oebb.sh update
>>>>>>
>>>>>> In file setup-scripts/conf/local.conf modify the following line:
>>>>>>
>>>>>>         INHERIT += "rm_work"
>>>>>>
>>>>>> to
>>>>>>
>>>>>>         # INHERIT += "rm_work"
>>>>>>
>>>>>> And to compile the console version of the distribution:
>>>>>>
>>>>>>         . ~/.oe/environment-angstromv2012.12
>>>>>>
>>>>>>         bitbake console-image
>>>>>>
>>>>>> During these steps the computer must be connected to the Internet.
>>>>>> The resulting MLO, u-boot.img and root file system are found in:
>>>>>>
>>>>>>
>>>>>> ~/Projects/angstrom-v2012.12/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/deploy/images/beaglebone
>>>>>>
>>>>>> It takes a while for all of this to complete.
>>>>>>
>>>>>>
>>>>>> On Tuesday, October 15, 2013 8:22:18 PM UTC+11,
>>>>>> [email protected] wrote:
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I want to use Angstrom linux on Beangle bone black. I come across
>>>>>>> some steps used to compile Angstrom (from source code) for *
>>>>>>> BeagleBone* but not for *BeagleBone black.* so My query is:
>>>>>>>
>>>>>>> 1) Can I directly use the images compiled for BeagleBone on
>>>>>>> BeagleBone Black? If not, can you please refer me some good reference 
>>>>>>> links
>>>>>>> for the same?
>>>>>>>
>>>>>>> 2) In other linux distribution (like ubuntu), we need MLO, u-boot,
>>>>>>> uImage & file system image to boot up the board. To use Armstrom on I am
>>>>>>> following compilation steps from this link:http://www.angstrom-**
>>>>>>> distribution.org/building-**angstrom<http://www.angstrom-distribution.org/building-angstrom>.
>>>>>>> And at the end, it generated uImage. So where are the other components
>>>>>>> (MLO,, uboot, file system)?Do we need to compile them separately from 
>>>>>>> other
>>>>>>> source code?
>>>>>>>
>>>>>>> 3) I found different different steps to push the images on Beagle
>>>>>>> Bone. Can you please refer me what steps I should use?
>>>>>>>
>>>>>>> Thank,
>>>>>>> Ashish
>>>>>>>
>>>>>>>
>>>>>  --
>>>>> 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/groups/opt_out.
>>>>>
>>>>
>>>>  --
>>>> For more options, visit http://beagleboard.org/discuss
>>>> ---
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "BeagleBoard" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/beagleboard/mQnoU5PICtY/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>>  For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>  --
>>> 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/groups/opt_out.
>>>
>>
>>  --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "BeagleBoard" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/beagleboard/mQnoU5PICtY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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/groups/opt_out.

Reply via email to