Announcement

Collapse
No announcement yet.

Is a git BSP repository down?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is a git BSP repository down?

    Hello,

    I'm following the page below to use YOCTO: http://www.imx6rex.com/imx6-tiny-rex...-source-codes/
    But I couldn't go any further because BSP were not downloadable:
    Code:
    [~/workdir/imx6/yocto/fsl-release-bsp]$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.1_patch
    Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
    fatal: unable to connect to git.freescale.com:
    git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
    
    fatal: unable to connect to git.freescale.com:
    git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
    
    fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
    Is the repository changed to another? or did the page have wrong address?
    Please let me know.

    Thanks in advance.

  • #2
    Maybe they renamed it? Try:
    http://git.freescale.com/git/cgit.cg...yocto-bsp.git/

    Comment


    • #3
      Thank you, robertferanec!

      The command below works:
      Code:
      [~/workdir/imx6/yocto/fsl-release-bsp]$ repo init -u http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga

      Comment

      Working...
      X