Navigation

    GitHub中文社区
    • GitHub排行榜

    论坛

    • Login
    • Categories
    • Recent
    • Tags
    • Popular

    请问SONiC 在國內部署, 大家都要翻出去才可以吗?

    综合交流
    2
    2
    191
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dennis19988
      Dennis19988 last edited by

      我是个 小白,请教大家我在build 这个时常常会有找不到档 下不下来,好像是要连到 国 内,请问有人知道 吗,?先感谢提 供答案的

      安装pip pip3 j2cli

      sudo apt update
      sudo apt install python-pip
      sudo apt install python3-pip
      sudo pip install j2cli

      下载sonic-buildimage

      git clone https://github.com/Azure/sonic-buildimage.git

      编译sonic-buildimage

      sudo modprobe overlay
      cd sonic-buildimage
      newgrp docker
      make init
      newgrp docker
      make configure PLATFORM=centec
      make SONIC_BUILD_JOBS=4 all

      sudo modprobe overlay
      cd sonic-buildimage
      newgrp docker
      make init
      make configure PLATFORM=centec-arm64 PLATFORM_ARCH=arm64
      make SONIC_BUILD_JOBS=2 all
      make SONIC_BUILD_JOBS= all

      1 Reply Last reply Reply Quote 0
      • k1995
        k1995 last edited by

        是git clone的时候,源码下载不了么?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post