-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3fe8e
commit 79a3640
Showing
4 changed files
with
9 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ panpi_sim | |
.vscode | ||
gmon.out | ||
prof_output | ||
panpi.cfg | ||
|
||
*.d | ||
*.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,8 +97,9 @@ After rebooting, I was able to verify that the display driver was loaded by disp | |
1. `$ git clone [email protected]:ryansuchocki/panpi.git --recurse-submodules` | ||
2. `$ cd panpi` | ||
3. `$ make` | ||
4. Customise `panpi.cfg` (see below) | ||
5. `$ ./panpi` | ||
4. `$ cp panpi.cfg.template panpi.cfg` | ||
5. Customise `panpi.cfg` (see below) | ||
6. `$ ./panpi` | ||
|
||
## Configuration | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.