-
Notifications
You must be signed in to change notification settings - Fork 38
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
4185b11
commit b09dbc3
Showing
6 changed files
with
47 additions
and
5 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
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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# NESTang Linux loader | ||
|
||
Since 0.4, NESTang has added Linux loader program support. With a tiny and cheap Linux SBC, now you can enjoy fpga NES games on your living room TV much easier. | ||
|
||
Here's the basic idea, | ||
|
||
``` | ||
+--------------------------+ +-----------------------------+ | ||
| Tang Primer 20K Dock | | Linux SBC (RPi, MangoPi etc)|-+ | ||
| | | | | ROMs in MicroSD card | ||
| HDMI USB-C | | USB-A/OTG USB-C/MicroUSB |-+ | ||
+--------vvv------^^^------+ +------vvv-----------^^^------+ | ||
| '-------<-------. | '---------- USB power adapter | ||
| UART o/ USB | | | ||
+---------v------------+ +---^-------v------+ | ||
| TV / Monitor | | USB Hub >----------------- USB gamepad | ||
+----------------------+ +------------------+ | ||
``` | ||
|
||
The loader binary is in the release zip archive (`loader_linux_aarch64`). If it doesn't work on your SBC, you can build your own by `make` in [loader/](../loader/). | ||
|
||
My messy but working set up looks like this: | ||
|
||
Top side: | ||
|
||
<img src="images/linux_top.jpg" width=400> | ||
|
||
Bottom side is the MangoPi: | ||
|
||
<img src="images/linux_bottom.jpg" width=400> | ||
|
||
Of course a 3d-printed box would be great. If you design one, please kindly contribute your design (email me). | ||
|