Skip to content

Commit 4c2ccb3

Browse files
authored
Merge pull request #15 from project-ocre/adding_hardware_reqs
Re-worked prerequisites page in getting started guide
2 parents a7d0033 + ac21697 commit 4c2ccb3

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

docs/quickstart/prerequisites/index.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,29 @@ has_children: true
77
has_toc: false
88
---
99

10-
# Prerequisites
10+
# Prerequisites
1111

12-
What you’ll need to get started:
13-
1. A **Computer** running Windows, Mac or Linux with [Git](https://github.com/git-guides/install-git) and a [serial console](../prerequisites/serial-console) installed.
14-
2. **Development Board** (See the [supported boards](../../board-support) list).
15-
3. **USB Cable** for your development board.
12+
Before getting started with Ocre, you'll need a few key components ready to go. The runtime has specific hardware requirements to ensure optimal performance and functionality. We also require some basic development tools installed on your computer.
1613

17-
Once the prerequisites are complete, proceed to the [Building and Flashing the Ocre Runtime](../firmware) section to build and install the Ocre runtime.
14+
---
15+
16+
## Required Components
17+
18+
1. **Development Board** that meets ALL of the following:
19+
- Listed as a [supported board](../../board-support)
20+
- Network connectivity (built-in or via external module)
21+
2. **USB Cable** compatible with your development board
22+
3. **Computer** with:
23+
- **Operating System:** Windows, Mac, or Linux
24+
- The following **utilities** installed:
25+
- [Git](https://github.com/git-guides/install-git)
26+
- A [Serial Console](../prerequisites/serial-console)
27+
28+
{: .highlight}
29+
If your board isn't listed as supported but meets all of the mentioned requirements, board support can be added by following the [Adding Board Support](../../board-support/adding-support) guide.
30+
31+
---
32+
33+
## Next Steps
34+
35+
Once you have everything above, continue to [Building and Flashing the Ocre Runtime](../firmware).

0 commit comments

Comments
 (0)