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.

Android ON Am1808 EVM kit

Other Parts Discussed in Thread: AM1808

Hello,

I have AM1808 EVM kit. I am trying to port android froyo on my kit.

I am following the steps described in ,

http://processors.wiki.ti.com/index.php/TI-AM1808-Android-FroYo-DevKit_UserGuide

I started executing the step.

I install repo tool. I executed the following command.

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo

i got the following response,

% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1363  100  1363    0     0   1778      0 --:--:-- --:--:-- --:--:--  1777

Is it Right ?

Going further i executed,

/root/bin/repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-froyo-am1808.xml
I got the response as below,

/root/bin/repo: line 1: syntax error near unexpected token newline'
/root/bin/repo: line 1: <!DOCTYPE html>


I am not able to go further as i am not able to init the repo using above command.

I stuck here and not able to look forward.

please provide me any perfect guide so that i can follow it.

thank you.