repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

1,892 Views
lilleli
Contributor I

 Hi,  I‘m do repo init command ,

has more probloem below,How to solve?

 

/home/lille/bin/repo: line 1: !DOCTYPE: No such file or directory
/home/lille/bin/repo: line 2: html: No such file or directory
/home/lille/bin/repo: line 3: $'\r': command not found
/home/lille/bin/repo: line 4: head: No such file or directory
/home/lille/bin/repo: line 5: meta: No such file or directory
/home/lille/bin/repo: line 6: meta: No such file or directory
/home/lille/bin/repo: line 7: laquo: command not found
/home/lille/bin/repo: line 7: title: No such file or directory
/home/lille/bin/repo: line 7: /title: No such file or directory
/home/lille/bin/repo: line 8: $'\r': command not found
/home/lille/bin/repo: line 9: link: No such file or directory
/home/lille/bin/repo: line 10: link: No such file or directory
/home/lille/bin/repo: line 11: $'\r': command not found
/home/lille/bin/repo: line 12: style: No such file or directory
/home/lille/bin/repo: line 13: $'\r': command not found
/home/lille/bin/repo: line 15: $'\r': command not found
/home/lille/bin/repo: line 16: /style: No such file or directory
/home/lille/bin/repo: line 17: $'\r': command not found
/home/lille/bin/repo: line 18: $'\r': command not found
/home/lille/bin/repo: line 19: $'\r': command not found
/home/lille/bin/repo: line 20: syntax error near unexpected token `newline'
/home/lille/bin/repo: line 20: `<link rel="alternate" type="application/rss+xml" title="mindexception: out of context &raquo; Feed" href="http://php.webtutor.pl/en/feed/" />'

0 Kudos
1 Reply

1,291 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello lille li,

What repo command are you executing? The init command requires some parameters so it would make sense to double check these parameters.

This could also be caused by a bad installation of the repo tool. Please try installing the repo tool again:

mkdir ~/bin

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod a+x ~/bin/repo

Regards,

0 Kudos