100ASK_IMX6ULL-QEMU的代码仓库在哪里?

老师们 and 同学们,
大家好。
我在阅读“100ASK_IMX6ULL-QEMU使用及开发教程_高级用户使用手册.pdf”文档,看到100ASK_IMX6ULL-QEMU的代码仓库在“https://git.dev.tencent.com/codebug8/repo.git”,但是,发现无法登录。请问,100ASK_IMX6ULL-QEMU的代码仓库在哪里?

代码在以下链接:

https://gitee.com/weidongshan/qemu

https://gitee.com/weidongshan/manifests

下载方法:

1. 下载 repo 仓库,如果以前下载过,可以跳过这一步;
git clone https://e.coding.net/codebug8/repo.git

2. 创建 qemu 目录
mkdir -p 100ask_imx6ull-qemu && cd 100ask_imx6ull-qemu

3. 初始化 repo 仓库
../repo/repo init -u https://gitee.com/weidongshan/manifests.git -b linux-sdk -m imx6ull/100ask-imx6ull_qemu_release_v1.0.xml --no-repo-verify

4. 同步出代码
../repo/repo sync -j4
1 个赞