This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Repo is not working

Other Parts Discussed in Thread: AM3874

hi all  ..

 

   I m using the TI Gingerbread stack when I tried to get source files from repo I got error: i'm installed python also

 ./.repo/repo/repo sync --local-only
Traceback (most recent call last):
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 238, in <module>
    _Main(sys.argv[1:])
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 220, in _Main
    repo._Run(argv)
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 118, in _Run
    use_pager = config.GetBoolean('pager.%s' % name)
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 98, in GetBoolean
    v = self.GetString(name)
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 115, in GetString
    v = self._cache[_key(name)]
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 223, in _cache
    self._cache_dict = self._Read()
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 229, in _Read
    d = self._ReadGit()
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 280, in _ReadGit
    d = self._do('--null', '--list')
  File "/home/dataway/Desktop/desktop_files/new_tool/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py",

i tried lot ..i cant solve this error pls give solution for that ...

 

  • Hi,

    I also have same issue now.

    Could ou solve this issue?

    Michi

  • Hi Michi,

    Are you follow some description from the TI web site and if true could you give a link to it because I would like to check this.

    BR

    Tsvetolin Shulev

  • Dear Tsvetolin-san,

    Thank you for your support.

    Regarding your question, yes, I used the following TI Web site.

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_GingerBread_2_3_DevKit_2_0/index_FDS.html

    And I downloaded "TI_Android_GingerBread_2.3_DevKit_2.0_Sources.tar.gz " file for AM3874.

    Best regards,

    Michi

  • Hi Michi,

    I download the Andorid GingerBread 2.3 DevKit(Beta) distribution for AM38xx/TI81xx devices and execute the

    $ ./.repo/repo/repo sync --local-only

    command as described in the README file but the repo sync completed without any errors.

    Could you post the whole output of repo sync command to continue the investigation of the issue.

    BR

    Tsvetolin Shulev

  • Dear Tsvetolin-san,

    Thank you for your support.

    I did the following steps base on DeveloperGuide.

      $ mkdir rowboat-android
      $ cd rowboat-android
      $ Download the pre-packaged repo from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_GingerBread_2_3_DevKit_2_0/index_FDS.html
      $ tar -xvzf TI_Android_GingerBread_2.3_DevKit_2.0_Sources.tar.bz
      $ cd TI_Android_GingerBread_2.3_DevKit_2.0_Sources
      $ ./.repo/repo/repo sync --local-only

    After I did "tar -xvzf TI_Android_GingerBread_2.3_DevKit_2.0_Sources.tar.gz", I executed "./.repo/repo/repo sync --local-only".  Please see the following result.

    -----------------------------

    myama@ubuntu:~/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources$ ./.repo/repo/repo sync --local-only
    Traceback (most recent call last):
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 238, in <module>
        _Main(sys.argv[1:])
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 220, in _Main
        repo._Run(argv)
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/main.py", line 118, in _Run
        use_pager = config.GetBoolean('pager.%s' % name)
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 98, in GetBoolean
        v = self.GetString(name)
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 115, in GetString
        v = self._cache[_key(name)]
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 223, in _cache
        self._cache_dict = self._Read()
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 229, in _Read
        d = self._ReadGit()
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 280, in _ReadGit
        d = self._do('--null', '--list')
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_config.py", line 304, in _do
        capture_stderr = True)
      File "/home/myama/rowboat-android/TI_Android_GingerBread_2.3_DevKit_2.0_Sources/.repo/repo/git_command.py", line 212, in __init__
        raise GitError('%s: %s' % (command[1], e))

    --------------------------------

    If you find something wrong, please let me know.

    I appreciate your quick reply.

    Best regards,

    Michi