Beagledroid repo download problem

following the instruction at:

http://free-electrons.com/blog/android-beagle/

Getting repo ...
   from git://android.git.kernel.org/tools/repo.git
remote: Counting objects: 1050, done.
remote: Compressing objects: 100% (446/446), done.
remote: Total 1050 (delta 657), reused 950 (delta 583)
Receiving objects: 100% (1050/1050), 312.51 KiB | 155 KiB/s, done.
Resolving deltas: 100% (657/657), done.
From git://android.git.kernel.org/tools/repo
* [new branch] maint -> origin/maint
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
* [new tag] v1.6.9.8 -> v1.6.9.8
From git://android.git.kernel.org/tools/repo
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
* [new tag] v1.0.4 -> v1.0.4
* [new tag] v1.0.5 -> v1.0.5
* [new tag] v1.0.6 -> v1.0.6
* [new tag] v1.0.7 -> v1.0.7
* [new tag] v1.0.8 -> v1.0.8
* [new tag] v1.0.9 -> v1.0.9
* [new tag] v1.1 -> v1.1
* [new tag] v1.2 -> v1.2
* [new tag] v1.3 -> v1.3
* [new tag] v1.3.1 -> v1.3.1
* [new tag] v1.3.2 -> v1.3.2
* [new tag] v1.4 -> v1.4
* [new tag] v1.4.1 -> v1.4.1
* [new tag] v1.4.2 -> v1.4.2
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.4.4 -> v1.4.4
* [new tag] v1.5 -> v1.5
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.6 -> v1.6
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.6.2 -> v1.6.2
* [new tag] v1.6.3 -> v1.6.3
* [new tag] v1.6.4 -> v1.6.4
* [new tag] v1.6.5 -> v1.6.5
* [new tag] v1.6.6 -> v1.6.6
* [new tag] v1.6.7 -> v1.6.7
* [new tag] v1.6.7.1 -> v1.6.7.1
* [new tag] v1.6.7.2 -> v1.6.7.2
* [new tag] v1.6.7.3 -> v1.6.7.3
* [new tag] v1.6.7.4 -> v1.6.7.4
* [new tag] v1.6.7.5 -> v1.6.7.5
* [new tag] v1.6.8 -> v1.6.8
* [new tag] v1.6.8.1 -> v1.6.8.1
* [new tag] v1.6.8.10 -> v1.6.8.10
* [new tag] v1.6.8.11 -> v1.6.8.11
* [new tag] v1.6.8.2 -> v1.6.8.2
* [new tag] v1.6.8.3 -> v1.6.8.3
* [new tag] v1.6.8.4 -> v1.6.8.4
* [new tag] v1.6.8.5 -> v1.6.8.5
* [new tag] v1.6.8.6 -> v1.6.8.6
* [new tag] v1.6.8.7 -> v1.6.8.7
* [new tag] v1.6.8.8 -> v1.6.8.8
* [new tag] v1.6.8.9 -> v1.6.8.9
* [new tag] v1.6.9 -> v1.6.9
* [new tag] v1.6.9.1 -> v1.6.9.1
* [new tag] v1.6.9.2 -> v1.6.9.2
* [new tag] v1.6.9.3 -> v1.6.9.3
* [new tag] v1.6.9.4 -> v1.6.9.4
* [new tag] v1.6.9.5 -> v1.6.9.5
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
Getting manifest ...
   from git://labs.embinux.org/repo/android/platform/beaglemanifest.git/
fatal: The remote end hung up unexpectedly
fatal: cannot obtain manifest git://labs.embinux.org/repo/android/platform/beaglemanifest.git/
Traceback (most recent call last):
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/main.py",
line 235, in <module>
    _Main(sys.argv[1:])
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/main.py",
line 217, in _Main
    repo._Run(argv)
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/main.py",
line 123, in _Run
    cmd.Execute(copts, cargs)
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/subcmds/
sync.py", line 288, in Execute
    mp.PreSync()
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/
project.py", line 1460, in PreSync
    cb = self.CurrentBranch
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/
project.py", line 275, in CurrentBranch
    b = self.work_git.GetHead()
  File "/sda6/tthtlc/download/android/beagledroid/.repo/repo/
project.py", line 1246, in GetHead
    fd = open(path, 'rb')
IOError: [Errno 2] No such file or directory: '/sda6/tthtlc/download/
android/beagledroid/.repo/manifests/.git/HEAD'

What is the problem?

Thank you for the help!!

Go for rowboat (http://code.google.com/p/rowboat/) or 0xdroid (http://
code.google.com/p/0xdroid/)

both work very well on beagle.

-Deepak

Go for rowboat (Google Code Archive - Long-term storage for Google Code Project Hosting.) or 0xdroid (http://
code.google.com/p/0xdroid/)

I see....for Rowboat I got:

Getting repo ...
   from git://android.git.kernel.org/tools/repo.git
remote: Counting objects: 1050, done.
remote: Compressing objects: 100% (446/446), done.
remote: Total 1050 (delta 659), reused 950 (delta 583)
Receiving objects: 100% (1050/1050), 301.69 KiB | 191 KiB/s, done.
Resolving deltas: 100% (659/659), done.
From git://android.git.kernel.org/tools/repo
* [new branch] maint -> origin/maint
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
* [new tag] v1.6.9.8 -> v1.6.9.8
From git://android.git.kernel.org/tools/repo
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
* [new tag] v1.0.4 -> v1.0.4
* [new tag] v1.0.5 -> v1.0.5
* [new tag] v1.0.6 -> v1.0.6
* [new tag] v1.0.7 -> v1.0.7
* [new tag] v1.0.8 -> v1.0.8
* [new tag] v1.0.9 -> v1.0.9
* [new tag] v1.1 -> v1.1
* [new tag] v1.2 -> v1.2
* [new tag] v1.3 -> v1.3
* [new tag] v1.3.1 -> v1.3.1
* [new tag] v1.3.2 -> v1.3.2
* [new tag] v1.4 -> v1.4
* [new tag] v1.4.1 -> v1.4.1
* [new tag] v1.4.2 -> v1.4.2
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.4.4 -> v1.4.4
* [new tag] v1.5 -> v1.5
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.6 -> v1.6
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.6.2 -> v1.6.2
* [new tag] v1.6.3 -> v1.6.3
* [new tag] v1.6.4 -> v1.6.4
* [new tag] v1.6.5 -> v1.6.5
* [new tag] v1.6.6 -> v1.6.6
* [new tag] v1.6.7 -> v1.6.7
* [new tag] v1.6.7.1 -> v1.6.7.1
* [new tag] v1.6.7.2 -> v1.6.7.2
* [new tag] v1.6.7.3 -> v1.6.7.3
* [new tag] v1.6.7.4 -> v1.6.7.4
* [new tag] v1.6.7.5 -> v1.6.7.5
* [new tag] v1.6.8 -> v1.6.8
* [new tag] v1.6.8.1 -> v1.6.8.1
* [new tag] v1.6.8.10 -> v1.6.8.10
* [new tag] v1.6.8.11 -> v1.6.8.11
* [new tag] v1.6.8.2 -> v1.6.8.2
* [new tag] v1.6.8.3 -> v1.6.8.3
* [new tag] v1.6.8.4 -> v1.6.8.4
* [new tag] v1.6.8.5 -> v1.6.8.5
* [new tag] v1.6.8.6 -> v1.6.8.6
* [new tag] v1.6.8.7 -> v1.6.8.7
* [new tag] v1.6.8.8 -> v1.6.8.8
* [new tag] v1.6.8.9 -> v1.6.8.9
* [new tag] v1.6.9 -> v1.6.9
* [new tag] v1.6.9.1 -> v1.6.9.1
* [new tag] v1.6.9.2 -> v1.6.9.2
* [new tag] v1.6.9.3 -> v1.6.9.3
* [new tag] v1.6.9.4 -> v1.6.9.4
* [new tag] v1.6.9.5 -> v1.6.9.5
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
Getting manifest ...
   from git://gitorious.org/rowboat/manifest.git
remote: Counting objects: 96, done.
remote: Compressing objects: 100% (89/89), done.
remote: Total 96 (delta 48), reused 0 (delta 0)
Unpacking objects: 100% (96/96), done.
From git://gitorious.org/rowboat/manifest
* [new branch] master -> origin/master
fatal: manifest 'ManifestName' not available
fatal: manifest ManifestName not found
Traceback (most recent call last):
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/main.py",
line 235, in <module>
    _Main(sys.argv[1:])
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/main.py",
line 217, in _Main
    repo._Run(argv)
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/main.py",
line 123, in _Run
    cmd.Execute(copts, cargs)
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/subcmds/
sync.py", line 302, in Execute
    all = self.GetProjects(args, missing_ok=True)
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/command.py",
line 63, in GetProjects
    all = self.manifest.projects
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/
manifest_xml.py", line 169, in projects
    self._Load()
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/
manifest_xml.py", line 207, in _Load
    self._ParseManifest(True)
  File "/sda7/download/rowboat/rowboat-android/.repo/repo/
manifest_xml.py", line 225, in _ParseManifest
    root = xml.dom.minidom.parse(self.manifestFile)
  File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 922, in
parse
    fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: '/sda7/download/rowboat/
rowboat-android/.repo/manifest.xml'
/root/download/rowboat>

And hints what is the error?

remote: Counting objects: 96, done.
remote: Compressing objects: 100% (89/89), done.
remote: Total 96 (delta 48), reused 0 (delta 0)
Unpacking objects: 100% (96/96), done.
From git://gitorious.org/rowboat/manifest
* [new branch] master -> origin/master
fatal: manifest 'ManifestName' not available
fatal: manifest ManifestName not found

Sorry, i overlooked the name. Now it is working...:-).

Thanks!! .. And good luck with android on beagle

-D