Skip to content

Commit

Permalink
Re-organize fimrware folders; rename docs friend -> omi (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Mar 11, 2025
2 parents fd68713 + 9b04135 commit cc722b2
Show file tree
Hide file tree
Showing 248 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/assembly/Build_the_device.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Follow this step-by-step guide to build your own OMI device
### **Step 0: Prepare the Components**

1. Ensure you've purchased all required components from the [Buying Guide](https://docs.omi.me/docs/assembly/Buying_Guide).
2. Download and print the case using the provided `.stl` file: [Case Design](https://github.com/BasedHardware/omi/tree/main/Friend/hardware/triangle%20v1).
2. Download and print the case using the provided `.stl` file: [Case Design](https://github.com/BasedHardware/omi/tree/main/omi/hardware/triangle%20v1).
- If you don't have access to a 3D printer, use a 3D printing service or check [Makerspace](https://makerspace.com/) for printing locations.

<img src="../../static/images/latest_assembly/components.png" alt="components" width="300"/>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/developer/Compile_firmware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note that this is not the `latest` version of the NRF Connect toolchain or SDK.
### Step 2: Open the Firmware Application

1. Open **nRF Connect Extension** inside VS Code.
2. Click "Open an existing application" and navigate to the `firmware/firmware_v1.0` folder in the root of this repository.
2. Click "Open an existing application" and navigate to the `firmware/firmware` folder in the root of this repository.

<img
src="../../static/images/install_firmware_screenshot_1.png"
Expand Down Expand Up @@ -68,7 +68,7 @@ xiao_ble/nrf52840/sense

### Step 4: Locate the Compiled Firmware

Once the build succeeds, you will find the `zephyr.uf2` file in the directory corresponding to the CMake preset you chose, for example `firmware/firmware_v1.0/build/build_xiao_ble_sense_devkitv2-adafruit/zephyr/`.
Once the build succeeds, you will find the `zephyr.uf2` file in the directory corresponding to the CMake preset you chose, for example `firmware/firmware/build/build_xiao_ble_sense_devkitv2-adafruit/zephyr/`.

---

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc722b2

Please sign in to comment.