You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also run the **West Build** task directly from the **Ocre Workspace** file as defined in the [Ocre Workspace File](../../../reference/workspacefile) reference. If you do, be sure to select your board as your build target from the dropdown list of available boards.
78
+
Your board's name can be found in the Zephyr [Supported Boards](https://docs.zephyrproject.org/3.7.0/boards/index.html) guide.
79
79
80
80
### **7. Flash the Ocre Runtime to Your Device**
81
81
@@ -95,4 +95,10 @@ To flash the Ocre Runtime to your device follow these steps:
95
95
## Troubleshooting
96
96
This section covers common issues you might encounter when building and flashing the Ocre runtime to physical hardware, along with their solutions.
97
97
98
-
-**Unsupported Board**: If you're unable to flash to your board, and it's not listed in our [Board Support](../../../board-support), check out our [Adding Board Support](../../../board-support/adding-support) guide under the Board Support section. This guide will walk you through the process of adding support for your specific hardware.
98
+
-**Unsupported Board**: If you're unable to flash to your board, and it's not listed in our [Board Support](../../../board-support), check out our [Adding Board Support](../../../board-support/adding-support) guide under the Board Support section. This guide will walk you through the process of adding support for your specific hardware.
99
+
100
+
---
101
+
102
+
## Next Steps
103
+
104
+
Now that you have successfully built and flashed the Ocre runtime to your device, you're ready to create your first Ocre application. Head over to [Your First Container](../../first-app) to get started building containerized applications.
@@ -94,4 +94,10 @@ To run the application, simply run the following command:
94
94
95
95
If successful, you should see the following output:
96
96
97
-

97
+

98
+
99
+
---
100
+
101
+
## Next Steps
102
+
103
+
Now that you have successfully built and flashed the Ocre runtime to your device, you're ready to create your first Ocre application. Head over to [Your First Container](../../first-app) to get started building containerized applications.
Copy file name to clipboardExpand all lines: docs/quickstart/first-app/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ has_children: true
7
7
has_toc: false
8
8
---
9
9
10
-
# Your First App
10
+
# Your First Container
11
11
12
12
This section guides you through creating your first containerized application with Ocre. You'll set up a development environment and build a simple application that demonstrates Ocre's core capabilities.
13
13
14
14
---
15
15
16
16
## Getting Started
17
17
18
-
Begin by following our [Setting Up Your Development Environment](./dev-environment) guide to install and configure the necessary tools. This guide offers two approaches:
18
+
Begin by following our [Setting Up Your Development Environment](./dev-environment) guide to install and configure the necessary tools. This guide offers *two* approaches:
19
19
- Using Visual Studio Code with Dev Containers for an integrated IDE experience
20
20
- Using Docker interactively for a command-line workflow
0 commit comments