mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64][DOCS][WEB] Updated readme, documentation and website
This commit is contained in:
parent
93ab101be4
commit
a6e86587ae
13
README.md
13
README.md
@ -38,17 +38,6 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Help / Q&A
|
|
||||||
|
|
||||||
For any questions related to this project, please use [*Discussions*](https://github.com/Polprzewodnikowy/SummerCart64/discussions) tab in GitHub repository.
|
|
||||||
Using discussions tab is highly encouraged as it allows to have centralized knowledge database accessible for everyone interested in this project.
|
|
||||||
|
|
||||||
I'm also active at [N64brew](https://discord.gg/8VNMKhxqQn) Discord server as `korgeaux` but keep in mind that [*Discussions*](https://github.com/Polprzewodnikowy/SummerCart64/discussions) tab is a preferred option.
|
|
||||||
|
|
||||||
Note that my time is limited so I can't answer all questions.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## How do I get one?
|
## How do I get one?
|
||||||
|
|
||||||
Most up to date information about purchasing/manufacturing options is available on https://summercart64.dev website!
|
Most up to date information about purchasing/manufacturing options is available on https://summercart64.dev website!
|
||||||
@ -64,7 +53,7 @@ If you have even slightest doubt about the ordering or programming process, it i
|
|||||||
|
|
||||||
**Full disclosure**: for every order made through [this link](https://www.pcbway.com/project/member/shareproject/?bmbno=1046ED64-8AEE-44) I will receive 10% of PCB manufacturing and PCB assembly service cost (price of the components is not included in the split). This is a great way of supporting further project development.
|
**Full disclosure**: for every order made through [this link](https://www.pcbway.com/project/member/shareproject/?bmbno=1046ED64-8AEE-44) I will receive 10% of PCB manufacturing and PCB assembly service cost (price of the components is not included in the split). This is a great way of supporting further project development.
|
||||||
|
|
||||||
If you don't need a physical product but still want to support me then check my [GitHub sponsors](https://github.com/sponsors/Polprzewodnikowy) page.
|
If you don't need a physical product but still want to support me then check the sponsor links on the [official website](https://summercart64.dev).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ Please download latest release before proceeding with the instructions.
|
|||||||
|
|
||||||
### **Components**
|
### **Components**
|
||||||
|
|
||||||
1. Locate interactive BOM file inside `hw/pcb` folder (alternatively, check out this [BOM discussion](https://github.com/Polprzewodnikowy/SummerCart64/discussions/27))
|
1. Locate the interactive BOM file inside `hw/pcb` folder
|
||||||
2. Order all parts listed in the BOM file or use PCB assembly service together with your PCB order
|
2. Order all parts listed in the BOM file or use PCB assembly service together with your PCB order
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -142,5 +142,3 @@ Please use command `python3 primer.py COMx sc64-firmware-{version}.bin --bootloa
|
|||||||
Due to multiple possible causes of the problem it's best to start visually inspecting SC64's board for any defects, like bad solder work or chips soldered backwards.
|
Due to multiple possible causes of the problem it's best to start visually inspecting SC64's board for any defects, like bad solder work or chips soldered backwards.
|
||||||
If visual inspection didn't yield any obvious culprits then next step would be to check if everything is connected correctly.
|
If visual inspection didn't yield any obvious culprits then next step would be to check if everything is connected correctly.
|
||||||
Check if TX/RX signals aren't swapped and if SC64 is getting power from the USB cable. Best place to check supply voltage are the exposed test pads on the left of U8 chip.
|
Check if TX/RX signals aren't swapped and if SC64 is getting power from the USB cable. Best place to check supply voltage are the exposed test pads on the left of U8 chip.
|
||||||
If everything at this point was checked and looked fine, then feel free to open new thread in the [*Discussions*](https://github.com/Polprzewodnikowy/SummerCart64/discussions) tab.
|
|
||||||
Make sure to describe your problem extensively, attach SC64 board photos **from the both sides**, and paste all logs/screenshots from the `primer.py` output.
|
|
||||||
|
@ -97,12 +97,9 @@
|
|||||||
<h1>Support the project</h1>
|
<h1>Support the project</h1>
|
||||||
<section>
|
<section>
|
||||||
<p>Like the project? Consider supporting it on the <a
|
<p>Like the project? Consider supporting it on the <a
|
||||||
href="https://github.com/sponsors/Polprzewodnikowy">GitHub Sponsors</a>, <a
|
href="https://ko-fi.com/polprzewodnikowy">Ko-fi</a>, or click the button below. Not necessary
|
||||||
href="https://ko-fi.com/polprzewodnikowy">Ko-fi</a>, or click the buttons below. Not necessary
|
|
||||||
but greatly appreciated.</p>
|
but greatly appreciated.</p>
|
||||||
<div class="sponsor-buttons">
|
<div class="sponsor-buttons">
|
||||||
<iframe src="https://github.com/sponsors/Polprzewodnikowy/button" title="Sponsor Polprzewodnikowy"
|
|
||||||
height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
|
|
||||||
<a href='https://ko-fi.com/R5R13I07C' target='_blank'><img height='32'
|
<a href='https://ko-fi.com/R5R13I07C' target='_blank'><img height='32'
|
||||||
src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user