I followed the below procedure for downloading the respective source code for my pandaboard rev A2, but still am not able to, pls guide me but am not able to.. could you please kindly do the needful in downloading the source for pandaboard rev A2 $ mkdir ~/bin $ PATH=~/bin:$PATH $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ mkdir WORKING_DIRECTORY $ cd WORKING_DIRECTORY $ repo init -u https://android.googlesource.com/platform/manifest -m default.xml $ repo sync
> I followed the below procedure for downloading the respective source code
> for my pandaboard rev A2, but still am not able to, pls guide me
> but am not able to.. could you please kindly do the needful in downloading
> the source for
> pandaboard rev A2
> $ mkdir ~/bin
> $ PATH=~/bin:$PATH
> $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo >
> ~/bin/repo
> $ chmod a+x ~/bin/repo
> $ mkdir WORKING_DIRECTORY
> $ cd WORKING_DIRECTORY
> $ repo init -u https://android.googlesource.com/platform/manifest -m
> default.xml
> $ repo sync
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
> I followed the below procedure for downloading the respective source code for my pandaboard rev A2, but still am not able to, pls guide me > but am not able to.. could you please kindly do the needful in downloading the source for > pandaboard rev A2 > $ mkdir ~/bin > $ PATH=~/bin:$PATH > $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo > $ chmod a+x ~/bin/repo > $ mkdir WORKING_DIRECTORY > $ cd WORKING_DIRECTORY > $ repo init -u https://android.googlesource.com/platform/manifest -m default.xml > $ repo sync
Although it's a possibility that dl-ssl.google.com is serving empty
files, it's more likely a problem on your end. Do you get an empty
file if you visit the URL with a regular browser? Do you have any
proxy in the way that could be screwing things up? What are the
HTTP headers (use curl's -D option to save them to a file)?
> Although it's a possibility that dl-ssl.google.com is serving empty > files, it's more likely a problem on your end. Do you get an empty > file if you visit the URL with a regular browser? Do you have any > proxy in the way that could be screwing things up? What are the > HTTP headers (use curl's -D option to save them to a file)?
> [...]
> -- > Magnus Bäck > ba...@google.com <javascript:>
On Wednesday, November 14, 2012 at 06:22 EST,
srinivasan shanmugam <srinivasan....@gmail.com> wrote:
> Many Many Thanks, Appreciate your timely support.
> Ya it is true.. It was proxy problem... I removed all the proxy's n
> connected to direct internet.. Now able to sync the source code..
> But am not sure that the default.xml whether it downloads ICS or Jelly
> bean, But as of now I need jelly bean..for pandaboard Rev A4,
What source code you get depends on how you invoke "repo init".
The -b option selects the manifest branch (or tag) to use. For
Jellybean I suppose one of the Jellybean release tags (like
android-4.1.2_r1) would be your best choice.
> Is there any way to change the downloaded source code with
> default.xml, with any suitable configurations for jelly bean
> to pandaboard
You can switch manifest branch with "repo init -b branchname",
followed by "repo sync". Since all source code has already been
downloaded it'll be a quick operation (and you can make it even
quicker by using the -l option to sync).
> Eagerly waiting for your replies, due to emergency
This type of talk has a tendency to annoy people and is unlikely
to result in quicker responses.
Thanks a lot for your quicker response Magnus, It helped me a lot & really appreciate it & finally downloaded the source,
But when I copied the downloaded source into different PC & when I was trying to build the source it was throwing the below errors:
Am not getting how to resolve this problem, could you please help me in providing the necessary steps for building my downloaded source code in my local PC inorder to get rid of the below problem,
user@user-desktop:~/OMAP/WORKING_DIRECTORY$ ./extract-imgtec-panda.sh
user@user-desktop:~/OMAP/WORKING_DIRECTORY$ . build/envsetup.sh
including sdk/bash_completion/adb.bash
user@user-desktop:~/OMAP/WORKING_DIRECTORY$ lunch full_panda-userdebug
build/core/product_config.mk:223: *** Can not locate config makefile for product "full_panda". Stop.
** Don't have a product spec for: 'full_panda'
** Do you have the right repo manifest?
On Wednesday, November 14, 2012 9:02:13 PM UTC+5:30, Magnus Bäck wrote:
> On Wednesday, November 14, 2012 at 06:22 EST, > srinivasan shanmugam <sriniva...@gmail.com <javascript:>> wrote:
> > Many Many Thanks, Appreciate your timely support.
> > Ya it is true.. It was proxy problem... I removed all the proxy's n > > connected to direct internet.. Now able to sync the source code..
> > But am not sure that the default.xml whether it downloads ICS or Jelly > > bean, But as of now I need jelly bean..for pandaboard Rev A4,
> What source code you get depends on how you invoke "repo init". > The -b option selects the manifest branch (or tag) to use. For > Jellybean I suppose one of the Jellybean release tags (like > android-4.1.2_r1) would be your best choice.
> > Is there any way to change the downloaded source code with > > default.xml, with any suitable configurations for jelly bean > > to pandaboard
> You can switch manifest branch with "repo init -b branchname", > followed by "repo sync". Since all source code has already been > downloaded it'll be a quick operation (and you can make it even > quicker by using the -l option to sync).
> > Eagerly waiting for your replies, due to emergency
> This type of talk has a tendency to annoy people and is unlikely > to result in quicker responses.
> -- > Magnus Bäck > ba...@google.com <javascript:>
On Tuesday, November 20, 2012 at 01:15 EST,
srinivasan shanmugam <srinivasan....@gmail.com> wrote:
> But when I copied the downloaded source into different PC & when I
> was trying to build the source it was throwing the below errors:
> Am not getting how to resolve this problem, could you please help me
> in providing the necessary steps for building my downloaded source
> code in my local PC inorder to get rid of the below problem,
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ ./extract-imgtec-panda.sh
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ . build/envsetup.sh
> including sdk/bash_completion/adb.bash
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ lunch full_panda-userdebug
> build/core/product_config.mk:223: *** Can not locate config makefile
> for product "full_panda". Stop.
full_panda.mk should be located in device/ti/panda. Does the manifest
you've chosen list that git? Is the directory actually in your source
tree?
You are absolutely right, the file full_panda.mk was not located in device/ti/panda ie., the source wasn't copied to local PC completely, & after I gave the build but I donn think the build went through sucessfully & hereby I have attached the log of it could you please kindly help me why the build did not went through successfully,
On Wednesday, November 21, 2012 at 21:56 EST,
srinivasan shanmugam <srinivasan....@gmail.com> wrote:
> You are absolutely right, the file full_panda.mk was not located in
> device/ti/panda ie., the source wasn't copied to local PC completely,
> & after I gave the build but I donn think the build went through
> sucessfully & hereby I have attached the log of it could you please
> kindly help me why the build did not went through successfully,
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ make -j4
This is often an indication of having too little RAM. How much do you
have? How much swap? I suggest you run without -j4. If that resolves
the problem you can try gently increasing the parallelism.