-
Notifications
You must be signed in to change notification settings - Fork 15
Add Mainboard README #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JohnAZoidberg
wants to merge
1
commit into
main
Choose a base branch
from
mainboard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+88
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,88 @@ | ||
| # Mainboard | ||
|
|
||
| ## License | ||
|
|
||
| Framework Laptop 12 © 2025 by Framework Computer Inc is licensed under CC BY 4.0. | ||
| To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ | ||
|
|
||
| ## Pinouts | ||
|
|
||
| ### Front Panel 9 Pin | ||
|
|
||
| Standard Pin layout | ||
|
|
||
| ``` | ||
| ┌─┬─┐ | ||
| │1│2│ | ||
| ├─┼─┤ | ||
| │3│4│ | ||
| ├─┼─┤ | ||
| │5│6│ | ||
| ├─┼─┤ | ||
| │7│8│ | ||
| ├─┼─┤ | ||
| │9│ │ | ||
| └─┴─┘ | ||
| ``` | ||
|
|
||
| | Pin | Signal | | ||
| |-----|----------------------| | ||
| | 1 | +5VALW | | ||
| | 2 | +5VALW | | ||
| | 3 | Debug LED (LED4) GND | | ||
| | 4 | Power Button LED GND | | ||
| | 5 | `EC_RST#` | | ||
| | 6 | Power Button | | ||
| | 7 | GND | | ||
| | 8 | GND | | ||
| | 9 | +5VS_Header | | ||
|
|
||
| The power button LED is controlled by the same signal as LED3 on the mainboard. See table below. | ||
|
|
||
| `EC_RST#` resets the embedded controller when pulling this signal low. | ||
| After the EC has reset, it does not turn the CPU back on. To do so, use the Power Button (pin). | ||
|
|
||
| ### ARGB | ||
|
|
||
| | Pin | Signal | | ||
| |-----|----------| | ||
| | 1 | +5VS | | ||
| | 2 | Data Out | | ||
| | 3 | NC | | ||
| | 4 | GND | | ||
|
|
||
| Data has 2.2k pullup to +5VS on the mainboard. | ||
|
|
||
| ## LEDs | ||
|
|
||
| All LEDs are controlled by the Embedded Controller firmware. | ||
|
|
||
| | LED | Signal | Color | Description | | ||
| |-----|--------|-------|--------------------------------------------| | ||
| | 1 | GPIO | Amber | AC Power (VSB) | | ||
| | 2 | GPIO | Amber | 12V AC Power (G3=Off, S0=On) | | ||
| | 3 | PWM | Amber | Power Button (S5=Off, S3=Breathing, S0=On) | | ||
| | 4 | GPIO | Red | Debug blinking | | ||
|
|
||
| Debug blink codes | ||
|
|
||
| | Behavior | Description | | ||
| |-------------|------------------------------------| | ||
| | Long blink | Start of diagnostic | | ||
| | 1 - On/Off | PSU OK | | ||
| | 2 - On/Off | 12V OK | | ||
| | 3 - On/Off | CPU deassert sleep S5 | | ||
| | 4 - On/Off | CPU deassert sleep S4 | | ||
| | 5 - On/Off | Power boot core VR | | ||
| | 6 - On/Off | CPU Fan Detected | | ||
| | 7 - On/Off | Thermal Sensor Detected | | ||
| | 8 - On/Off | CPU reached S0 state | | ||
| | 9 - On/Off | DDR initialized OK | | ||
| | 10 - On/Off | Power glitch detected during boot | | ||
|
|
||
| ## Buttons | ||
|
|
||
| | Label | Function | | ||
| |-------|----------------| | ||
| | SW1 | Clear RTC/CMOS | | ||
| | SW3 | Power Button | | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to double-check these labels