Hi all,
I happen to find out through the link given below that Linaro 11.10 Release-tracking panda-android is supporting Audio Record feature and hence decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-le b-panda
I downloaded the LEB's for the Linaro 11.10 tracking-panda-android Release and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB's and also the kernel. When I tried to download the Source build as per the steps explained in the link below given below,
https://wiki.linaro.org/Platform/Android/GetSource
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up
unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
Use:
Change the manifest line to:
<project path="external/gator" name="arm/ds5/gator" revision="android" remote="linaro-other"/>
Or just try the tip:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi all,
I happen to find out through the link given below that Linaro 11.10 Release-tracking panda-android is supporting Audio Record feature and hence decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-leb-pa...
I downloaded the LEB’s for the Linaro 11.10 tracking-panda-android Release and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB’s and also the kernel. When I tried to download the Source build as per the steps explained in the link below given below,
https://wiki.linaro.org/Platform/Android/GetSource
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
Hi Zach,
Thnx for the reply. This is my observation. I followed the following steps:-
export
MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
export MANIFEST_BRANCH= linaro-android-11.10-release
export MANIFEST_FILENAME=tracking-panda.xml
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m
${MANIFEST_FILENAME} --repo-url=git://android.git.linaro.org/tools/repo.git
vim .repo/manifest.xml
Made the modifications as per your advice (<project
path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>)
repo sync
This time I started getting the following error:-
------------------------------------------------------------------------ ----------------------
Traceback (most recent call last):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 385, in <module>
_Main(sys.argv[1:])
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 365, in _Main
result = repo._Run(argv) or 0
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 137, in _Run
result = cmd.Execute(copts, cargs)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py", line 439, in Execute
fetched = self._Fetch(to_fetch, opt)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py", line 234, in _Fetch
current_branch_only=opt.current_branch_only):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 942, in Sync_NetworkHalf
self._InitMRef()
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1716, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1728, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1902, in UpdateRef
self.update_ref(*cmdv)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1963, in runner
p.stderr))
error.GitError: people/kwerner/libunwind update-ref: fatal: c144104907084bc219e6233cebb1e957d2002190^0: not a valid SHA1
------------------------------------------------------------------------ ----------------------
I even tried to overwrite the manifest file by doing the following:-
rm .repo/manifest.xml
curl -k
http://snapshots.linaro.org/android/~linaro-android/tracking-panda-11.10 -release/5/pinned-manifest.xml > .repo/manifest.xml
repo sync
I still got a similar as shown above.
I also have no idea how to download the required Linaro android version from the tip. I followed the same steps as mentioned in "linaro_android_build_cmds.sh" script file except I changed the pinned-manifest.xml to the version I wanted.
But still failed.
Please let me know if I doing something wrong. Also please let me know if currently there are any versions of Linaro android builds that support Audio recording.
Thanks and regards,
Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Thursday, April 05, 2012 2:16 AM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
Use:
Change the manifest line to:
<project path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>
Or just try the tip:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46- tilt-tracking-blob/
On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat
Vinayak.Bhat@toshiba-tesi.com wrote:
Hi all,
I happen to find out through the link given below that Linaro 11.10
Release-tracking panda-android is supporting Audio Record feature and
hence
decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-le b-panda
I downloaded the LEB's for the Linaro 11.10 tracking-panda-android
Release
and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB's and also the
kernel.
When I tried to download the Source build as per the steps explained
in the
link below given below,
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up
unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss
or
damage arising in any way from its use.
On 9 April 2012 05:38, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the reply. This is my observation. I followed the following steps:-
export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
export MANIFEST_BRANCH= linaro-android-11.10-release
export MANIFEST_FILENAME=tracking-panda.xml
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME} --repo-url=git://android.git.linaro.org/tools/repo.git
vim .repo/manifest.xml
Made the modifications as per your advice (<project path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>)
repo sync
This time I started getting the following error:-
Traceback (most recent call last):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 385, in <module>
_Main(sys.argv[1:])
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 365, in _Main
result = repo._Run(argv) or 0
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line 137, in _Run
result = cmd.Execute(copts, cargs)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py", line 439, in Execute
fetched = self._Fetch(to_fetch, opt)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py", line 234, in _Fetch
current_branch_only=opt.current_branch_only):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 942, in Sync_NetworkHalf
self._InitMRef()
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1716, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1728, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1902, in UpdateRef
self.update_ref(*cmdv)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py", line 1963, in runner
p.stderr))
error.GitError: people/kwerner/libunwind update-ref: fatal: c144104907084bc219e6233cebb1e957d2002190^0: not a valid SHA1
This indicates that the manifest contains a git that references a commit that no longer exists at that git. This happens from time to time.
Here's what I'd I'd do. I would start over and use:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
Download and run, http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt-tra... in a fresh directory.
Make sure you have a good environment. What are you trying to compile on?
I even tried to overwrite the manifest file by doing the following:-
rm .repo/manifest.xml
curl -k http://snapshots.linaro.org/android/~linaro-android/tracking-panda-11.10-rel...
.repo/manifest.xml
repo sync
I still got a similar as shown above.
I also have no idea how to download the required Linaro android version from the tip. I followed the same steps as mentioned in “linaro_android_build_cmds.sh” script file except I changed the pinned-manifest.xml to the version I wanted.
But still failed.
Please let me know if I doing something wrong. Also please let me know if currently there are any versions of Linaro android builds that support Audio recording.
Thanks and regards,
Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Thursday, April 05, 2012 2:16 AM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
Use:
Change the manifest line to:
<project path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>
Or just try the tip:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat
Vinayak.Bhat@toshiba-tesi.com wrote:
Hi all,
I happen to find out through the link given below that Linaro 11.10
Release-tracking panda-android is supporting Audio Record feature and hence
decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-leb-pa...
I downloaded the LEB’s for the Linaro 11.10 tracking-panda-android Release
and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB’s and also the kernel.
When I tried to download the Source build as per the steps explained in the
link below given below,
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up
unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard Rev A2.
Please correct me if I am wrong,but as per your advice
-------------------------------------------------------------
Here's what I'd I'd do. I would start over and use:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46- tilt-tracking-blob-12.03-release/
Download and run,
http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt -tracking-blob-12.03-release/6/linaro_android_build_cmds.sh
in a fresh directory.
-------------------------------------------------------------
this would just download the Linaro 12.03-ICS release package. Am I to presume that the Linaro 11.10 tracking changes
for Audio recording have been taken into the 12.03 tracking release.
Also please help me in getting a link to download and install "gcc-4.5, g++-4.5, cpp-4.5" for compiling using the "linaro_android_build_cmds.sh" script file.
Thanks and regards,
Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Monday, April 09, 2012 7:20 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
On 9 April 2012 05:38, Vinayak K. Tulasidas Bhat
Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the reply. This is my observation. I followed the following
steps:-
export
MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
export MANIFEST_BRANCH= linaro-android-11.10-release
export MANIFEST_FILENAME=tracking-panda.xml
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m
${MANIFEST_FILENAME}
--repo-url=git://android.git.linaro.org/tools/repo.git
vim .repo/manifest.xml
Made the modifications as per your advice (<project
path="external/gator"
name="arm/ds5/gator" revision="android"
remote="linaro-other"/>)
repo sync
This time I started getting the following error:-
------------------------------------------------------------------------ ----------------------
Traceback (most recent call last):
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
385, in <module>
_Main(sys.argv[1:])
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
365, in _Main
result = repo._Run(argv) or 0
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
137, in _Run
result = cmd.Execute(copts, cargs)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",
line 439, in Execute
fetched = self._Fetch(to_fetch, opt)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",
line 234, in _Fetch
current_branch_only=opt.current_branch_only):
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 942, in Sync_NetworkHalf
self._InitMRef()
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1716, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1728, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1902, in UpdateRef
self.update_ref(*cmdv)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1963, in runner
p.stderr))
error.GitError: people/kwerner/libunwind update-ref: fatal:
c144104907084bc219e6233cebb1e957d2002190^0: not a valid SHA1
This indicates that the manifest contains a git that references a
commit that no longer exists at that git. This happens from time to
time.
Here's what I'd I'd do. I would start over and use:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46- tilt-tracking-blob-12.03-release/
Download and run,
http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt -tracking-blob-12.03-release/6/linaro_android_build_cmds.sh
in a fresh directory.
Make sure you have a good environment. What are you trying to compile on?
------------------------------------------------------------------------ ----------------------
I even tried to overwrite the manifest file by doing the following:-
rm .repo/manifest.xml
curl -k
http://snapshots.linaro.org/android/~linaro-android/tracking-panda-11.10 -release/5/pinned-manifest.xml
.repo/manifest.xml
repo sync
I still got a similar as shown above.
I also have no idea how to download the required Linaro android
version from
the tip. I followed the same steps as mentioned in
"linaro_android_build_cmds.sh" script file except I changed the
pinned-manifest.xml to the version I wanted.
But still failed.
Please let me know if I doing something wrong. Also please let me know
if
currently there are any versions of Linaro android builds that support
Audio
recording.
Thanks and regards,
Vinayak
-----Original Message-----
From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org]
Sent: Thursday, April 05, 2012 2:16 AM
To: Vinayak K. Tulasidas Bhat
Cc: linaro-android@lists.linaro.org
Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build
Download Error
Use:
Change the manifest line to:
<project path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>
Or just try the tip:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46- tilt-tracking-blob/
On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat
Hi all,
I happen to find out through the link given below that Linaro 11.10
Release-tracking panda-android is supporting Audio Record feature and
hence
decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-le b-panda
I downloaded the LEB's for the Linaro 11.10 tracking-panda-android
Release
and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB's and also the
kernel.
When I tried to download the Source build as per the steps explained
in
the
link below given below,
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up
unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no
responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss
or
damage arising in any way from its use.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss
or
damage arising in any way from its use.
On 10 April 2012 00:34, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard Rev A2.
Please upgrade to 11.10 64-bit if you can.
Please correct me if I am wrong,but as per your advice
Here's what I'd I'd do. I would start over and use:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
Download and run,
http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt-tra...
in a fresh directory.
this would just download the Linaro 12.03-ICS release package. Am I to presume that the Linaro 11.10 tracking changes
for Audio recording have been taken into the 12.03 tracking release.
No. We always track tip, so sometime things fall out. We're working to get it back in.
Also please help me in getting a link to download and install “gcc-4.5, g++-4.5, cpp-4.5” for compiling using the “linaro_android_build_cmds.sh” script file.
These aren't available in 10.04. You can remove the package check and build without the GCC lines. The work around is listed at the bottom of this wiki;
https://wiki.linaro.org/Platform/Android/BuildSource
Thanks and regards,
Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Monday, April 09, 2012 7:20 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
On 9 April 2012 05:38, Vinayak K. Tulasidas Bhat
Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the reply. This is my observation. I followed the following steps:-
export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
export MANIFEST_BRANCH= linaro-android-11.10-release
export MANIFEST_FILENAME=tracking-panda.xml
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m
${MANIFEST_FILENAME} --repo-url=git://android.git.linaro.org/tools/repo.git
vim .repo/manifest.xml
Made the modifications as per your advice (<project path="external/gator"
name="arm/ds5/gator" revision="android"
remote="linaro-other"/>)
repo sync
This time I started getting the following error:-
Traceback (most recent call last):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
385, in <module>
_Main(sys.argv[1:])
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
365, in _Main
result = repo._Run(argv) or 0
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line
137, in _Run
result = cmd.Execute(copts, cargs)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",
line 439, in Execute
fetched = self._Fetch(to_fetch, opt)
File
"/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",
line 234, in _Fetch
current_branch_only=opt.current_branch_only):
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 942, in Sync_NetworkHalf
self._InitMRef()
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1716, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1728, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1902, in UpdateRef
self.update_ref(*cmdv)
File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",
line 1963, in runner
p.stderr))
error.GitError: people/kwerner/libunwind update-ref: fatal:
c144104907084bc219e6233cebb1e957d2002190^0: not a valid SHA1
This indicates that the manifest contains a git that references a
commit that no longer exists at that git. This happens from time to
time.
Here's what I'd I'd do. I would start over and use:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
Download and run,
http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt-tra...
in a fresh directory.
Make sure you have a good environment. What are you trying to compile on?
I even tried to overwrite the manifest file by doing the following:-
rm .repo/manifest.xml
curl -k
http://snapshots.linaro.org/android/~linaro-android/tracking-panda-11.10-rel...
.repo/manifest.xml
repo sync
I still got a similar as shown above.
I also have no idea how to download the required Linaro android version from
the tip. I followed the same steps as mentioned in
“linaro_android_build_cmds.sh” script file except I changed the
pinned-manifest.xml to the version I wanted.
But still failed.
Please let me know if I doing something wrong. Also please let me know if
currently there are any versions of Linaro android builds that support Audio
recording.
Thanks and regards,
Vinayak
-----Original Message-----
From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org]
Sent: Thursday, April 05, 2012 2:16 AM
To: Vinayak K. Tulasidas Bhat
Cc: linaro-android@lists.linaro.org
Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build
Download Error
Use:
Change the manifest line to:
<project path="external/gator" name="arm/ds5/gator" revision="android"
remote="linaro-other"/>
Or just try the tip:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt...
On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat
Hi all,
I happen to find out through the link given below that Linaro 11.10
Release-tracking panda-android is supporting Audio Record feature and
hence
decided to try it out.
https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-leb-pa...
I downloaded the LEB’s for the Linaro 11.10 tracking-panda-android Release
and tested it on a Pandaboard. Audio recording was working fine.
Now I wanted to download the Source build for the LEB’s and also the
kernel.
When I tried to download the Source build as per the steps explained in
the
link below given below,
I encounter the following error:-
From git://android.git.linaro.org/platform/development
6c368d2..799fada master -> korg/master
Fetching projects: 28% (52/185) fatal: The remote end hung up
unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch people/pawelmoll/gator
Please let me what can be done to resolve this error.
Thanks and regards,
Vinayak
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
Hi Zach,
Thnx for the advice. I shall upgrade my Ubuntu version. I was able to download and compile the Linaro 4.0.3 release package and port it on the Pandaboard. But when I run the SpeechRecorder.apk application and try to record for 8Khz by giving the input through a Audio Player (PC), I get the following error:-
------------------------------------------------------------------------ -- SDP4430 media capture : asoc : SDP4430 media capture no valid capture route from source to sink ------------------------------------------------------------------------ -- Please let me know if you have some insight into the error.
Thanks and regards, Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Tuesday, April 10, 2012 8:38 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
On 10 April 2012 00:34, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard
Rev A2.
Please upgrade to 11.10 64-bit if you can.
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
Hi Vinayak,
Audio Recording is broken on pandaboard. we have a bughttps://bugs.launchpad.net/linaro-android/+bug/892994to track that. It should be fixed when we migrate to 3.3 TILT kernel and doing the needed changes in the audio HAL .
Regards, Vishal
On 11 April 2012 17:48, Vinayak K. Tulasidas Bhat < Vinayak.Bhat@toshiba-tesi.com> wrote:
Hi Zach,
Thnx for the advice. I shall upgrade my Ubuntu version. I was able to download and compile the Linaro 4.0.3 release package and port it on the Pandaboard. But when I run the SpeechRecorder.apk application and try to record for 8Khz by giving the input through a Audio Player (PC), I get the following error:-
-- SDP4430 media capture : asoc : SDP4430 media capture no valid capture route from source to sink
-- Please let me know if you have some insight into the error.
Thanks and regards, Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Tuesday, April 10, 2012 8:38 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
On 10 April 2012 00:34, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard
Rev A2.
Please upgrade to 11.10 64-bit if you can.
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
We also have an older build:
https://android-build.linaro.org/builds/~linaro-android/tracking-panda-12.01...
where it worked.
On 11 April 2012 07:24, Vishal Bhoj vishal.bhoj@linaro.org wrote:
Hi Vinayak,
Audio Recording is broken on pandaboard. we have a bug to track that. It should be fixed when we migrate to 3.3 TILT kernel and doing the needed changes in the audio HAL .
Regards, Vishal
On 11 April 2012 17:48, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the advice. I shall upgrade my Ubuntu version. I was able to download and compile the Linaro 4.0.3 release package and port it on the Pandaboard. But when I run the SpeechRecorder.apk application and try to record for 8Khz by giving the input through a Audio Player (PC), I get the following error:-
-- SDP4430 media capture : asoc : SDP4430 media capture no valid capture route from source to sink
-- Please let me know if you have some insight into the error.
Thanks and regards, Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Tuesday, April 10, 2012 8:38 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
On 10 April 2012 00:34, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard
Rev A2.
Please upgrade to 11.10 64-bit if you can.
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use.
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Zach,
Thnx for the information. I donwloaded the 12.01 tracking-panda release (build 5) and built the same. On Pandaboard though using the HDMI interface I don't get a display.
I get and error saying:- "omapdss HDMI : failed to read E-EDID"
The same behaviour is also observed for pre-built binaries for 12.01 tracking-panda.
Should I download using the pinned-manifest.xml (build 162) file mentioned in the link? Was Audio recording working with any application or using tinyalsa utilties?
Please let me know. Awaiting eagerly for your reply.
Thanks and regards, Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Thursday, May 03, 2012 8:07 PM To: Vishal Bhoj Cc: Vinayak K. Tulasidas Bhat; linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error
We also have an older build:
https://android-build.linaro.org/builds/~linaro-android/tracking-panda-1 2.01-release/#build=5
where it worked.
On 11 April 2012 07:24, Vishal Bhoj vishal.bhoj@linaro.org wrote:
Hi Vinayak,
Audio Recording is broken on pandaboard. we have a bug to track that.
It
should be fixed when we migrate to 3.3 TILT kernel and doing the
needed
changes in the audio HAL .
Regards, Vishal
On 11 April 2012 17:48, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the advice. I shall upgrade my Ubuntu version. I was able to download and compile the Linaro 4.0.3 release package and port it on
the
Pandaboard. But when I run the SpeechRecorder.apk application and try
to
record for 8Khz by giving the input through a Audio Player (PC), I
get
the following error:-
------------------------------------------------------------------------
-- SDP4430 media capture : asoc : SDP4430 media capture no valid capture route from source to sink
------------------------------------------------------------------------
-- Please let me know if you have some insight into the error.
Thanks and regards, Vinayak
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: Tuesday, April 10, 2012 8:38 PM To: Vinayak K. Tulasidas Bhat Cc: linaro-android@lists.linaro.org Subject: Re: linaro-android/tracking-panda-11.10-release:-Source
Build
Download Error
On 10 April 2012 00:34, Vinayak K. Tulasidas Bhat Vinayak.Bhat@toshiba-tesi.com wrote:
Hi Zach,
Thnx for the quick response.
I am trying to compile on Ubuntu 10.04 64 bit machine for
Pandaboard
Rev A2.
Please upgrade to 11.10 64-bit if you can.
The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.
Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no
responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss
or
damage arising in any way from its use.
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org