【SETUP】To debug the Neoverse N2 reference firmware
### Install repo tools
https://mirrors.tuna.tsinghua.edu.cn/help/git-repo/
针对这个问题,解决方案如下:
1. 获取repo
$ cd ~
$ mkdir ./git-repo
$ cd ./git-repo
$ curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/git-repo/repo
$ sudo mv ./git-repo /opt/
$ sudo chmod a+x /opt/git-repo/repo
$ export PATH=${PATH}:~/bin
2. 修改repo文件
打开~/bin/repo文件并修改google地址
sudo vi /opt/git-repo/repo
From
REPO_URL = 'https://gerrit.googlesource.com/git-repo'
To
REPO_URL = 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'
### Test With FVP
https://learn.arm.com/learning-paths/servers-and-cloud-computing/refinfra-quick-start/test-with-fvp-3/
### About FVP
https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms#Downloads
posted on 2025-10-09 16:35 ENGINEER-F 阅读(12) 评论(1) 收藏 举报
浙公网安备 33010602011771号