Open Maunik2512 opened 3 years ago
Hello,
Thanks!
- First, FVP cant be run on VM ( e.g., virtual box, vmware)
Oh. Thanks a lot . You actually saved my lots of time.
Coming to my original question, the error got resolved automatically. I tried running the script, 2 or 3 times after the error message, and it ran the script successfully.
But, I would like to inform you about a new problem, I faced. After running the script, I tried "repo init" command as mentioned in the README file. And it stopped with below error message:
maunik12@maunik-VB:~/maunik/FVPs$ repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m fvp-yocto.xml -b refs/tags/BASEFVP-2020.08.06 Get https://gerrit.googlesource.com/git-repo/clone.bundle Get https://gerrit.googlesource.com/git-repo remote: Counting objects: 4, done remote: Finding sources: 100% (172/172) remote: Total 172 (delta 101), reused 172 (delta 101) Receiving objects: 100% (172/172), 145.76 KiB | 1.50 MiB/s, done. Resolving deltas: 100% (101/101), completed with 30 local objects. From https://gerrit.googlesource.com/git-repo a1cd770..339f2df main -> origin/main ddab060..148e1ce stable -> origin/stable
- [new tag] v2.14.3 -> v2.14.3
- [new tag] v2.14.4 -> v2.14.4
- [new tag] v2.14.5 -> v2.14.5
- [new tag] v2.15 -> v2.15 File "/home/maunik12/maunik/FVPs/.repo/repo/main.py", line 79 file=sys.stderr) ^ SyntaxError: invalid syntax
Hope this "repo init" don't have any relation with VM. Default python version is 2.7. It was the same version while running the "sudo python3 5518.armplat_1901.py" script. Can you guide me here, until I start development on real hardware instead of VM ?
Thanks.
First, I think It doesn't matter if you use Python2 or 3.
Please check,
sudo
or nomal, bothps., I know FVP setting is very hard, In addition, there are few official documents or versions of the FVP or Foundation model are too varied. Check both FVP and Foundation models as options.
Thanks!
I am facing error mentioned in the title, after running "sudo python3 5518.armplat_1901.py"
I am using Ubuntu 18.04 on Virtualbox 6.1. I installed all the dependencies and and cloned "DomainProcessIsolation-AArch64". (for now, I haven't used "repo init" command. I'll do it later).
After running python script, my configurations are as below:
After accepting the configurations, it showed below messages and error:
Can you guide me how to resolve it ?