Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
itii-mac-tp-etu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikaël BRIDAY
itii-mac-tp-etu
Commits
b125cfd3
Commit
b125cfd3
authored
Nov 20, 2020
by
Mikaël BRIDAY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README
parent
b86a8ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
virtual/README.md
virtual/README.md
+10
-1
No files found.
virtual/README.md
View file @
b125cfd3
...
...
@@ -3,6 +3,15 @@ You need to make a link so that the qemu program can be run from everywhere. Cop
```
sudo ln -s `pwd`/qemu-system-arm /usr/local/bin/qemu-system-arm
```
You can check the correct link with:
```
ls -l /usr/local/bin/qemu-system-arm
```
It should point to a correct location!! If you made a mistake (wrong directory), just remove the wrong link:
```
sudo rm /usr/local/bin/qemu-system-arm
```
qemu depends in the libc6:
```
...
...
@@ -12,7 +21,7 @@ sudo apt install libc6
The python script have dependancies with PyQt5 and posix_ipc:
```
sudo apt install python3-pyqt5 python3-pip
sudo apt install python3-pyqt5 python3-pip
python3-dev
pip3 install posix_ipc
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment