when I used it
Install qemu-system-arm and GNU CC toolchain for ARM:
sudo apt-get install -y qemu-system-arm gcc-arm-none-eabi build-essential subversion
I got this result in wsl
hussam@DESKTOP-8EVN1O6:~$ sudo apt-get install -y qemu-system-arm gcc-arm-none-eabi build-essential subverion
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package subverion
hussam@DESKTOP-8EVN1O6:~$
Hello @hussam,
It seems you forgot a character in your command, it should be:
sudo apt-get install -y qemu-system-arm gcc-arm-none-eabi build-essential subverSion
If you try with the “s” I think the package will be found.
This issue is not related to the tutorial. You have to make sure you have the permission on the directory you are using. You can run the command ls -l to see who is the owner of the directory and what are the permission.
Yes, this command should run the emulator. Don’t you get the logs described in the documentation when running the command? What happens if you press Ctrl + a and then x?
Sorry for the delay.
In the Prerequisites it is said that the tutorial has been tested on Ubuntu 19.10 eoan and Ubuntu 20.04 focal, it may not work on later versions.
Can you ensure that you are using one of these versions?