-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathINSTALL
More file actions
44 lines (38 loc) · 1.51 KB
/
Copy pathINSTALL
File metadata and controls
44 lines (38 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.___ __ .__ .__
| | ____ _______/ |______ | | | |
| |/ \ / ___/\ __\__ \ | | | |
| | | \\___ \ | | / __ \| |_| |__
|___|___| /____ > |__| (____ /____/____/
\/ \/ \/
1. Dependencies
~~~~~~~~~~~~~~~
This program depends on the following librairies :
- libc
2. Installation
~~~~~~~~~~~~~~~
To install this programm correctly, just do the folowing in the extracted
directory containing the driver:
42sh$ make
As root:
42sh$ make install
3. What more ?
~~~~~~~~~~~~~~
You probably want to check that greth is working correctly. To do so, try to
flash something in ram (if you don't know how to use greth to do so, please
refer to the README file), and you could use grmon to dump the memory to see at
the address you've flashed the file to see if it's really there.
4. Troubleshooting
~~~~~~~~~~~~~~~~~~
4.1 Something else ?
~~~~~~~~~~~~~~~~~~~~
If there is a problem not listed here, and all dependencies are installed on
your computer, feel free to send me an e-mail with all details (the error, your
distribution, your kernel version, etc).
____ ___ .__ __ .__ .__
| | \____ |__| ____ _______/ |______ | | | |
| | / \| |/ \ / ___/\ __\__ \ | | | |
| | / | \ | | \\___ \ | | / __ \| |_| |__
|______/|___| /__|___| /____ > |__| (____ /____/____/
\/ \/ \/ \/
As root, in the directory where you extracted the driver:
42sh$ make uninstall