因为大部分用户并不是专业人员,不会通过 ssh 操作切换第三方的 fork,所以我根据官方的 openpilot 安装方式改写了这个项目,使 openpilot 的非官方 fork 安装也可以通过界面操作完成。
由于国内网络访问 github 的速度不佳,我制作了这个存储在 gitee 上的 openpilot 代码镜像项目,当你通过这种方式安装 openpilot 的时候,程序会根据你的网络自动选择代码的下载地址(github 或者 gitee),从而解决了安装速度慢的问题。
【devel-i18n分支】http://dpp.cool/cn/devel-i18n
【testing分支】http://dpp.cool/cn/testing
installer使用镜像为 https://hub.fastgit.org/dragonpilot-community/dragonpilot 内镜像
界面UI现在仅有以下两个分支dp的两个分支,如果研究过官方installer代码,有自己编译installer的能力,可以生成后联系我们添加对应网址
如果使用界面安装多次失败,主要是手机热点或者移动宽带,联通宽带失败情况下,请尝试用ssh代码安装
ssh使用配置参考
以下代码是使用cnpmjs.org镜像网址,如果不成功请更换其中https网址为其他的来使用
使用cnpmjs.org镜像安装devel-i18n分支
cd /data/ && git clone https://github.com.cnpmjs.org/dragonpilot-community/dragonpilot openpilot -b devel-i18n --depth=1 && cd /data/openpilot/scripts && ./complete_setup.sh
使用cnpmjs.org镜像安装testing分支
cd /data/ && git clone https://github.com.cnpmjs.org/dragonpilot-community/dragonpilot openpilot -b testing --depth=1 && cd /data/openpilot/scripts && ./complete_setup.sh
如果你已经安装了 openpilot,那么你可以通过先 卸载 openpilot,然后重新回到输入 Software Url 的界面,输入上述地址即可。