From 1710720d4ff72eccdc21c3579f749afee12f7065 Mon Sep 17 00:00:00 2001 From: Thinh Date: Sat, 27 Sep 2025 06:45:48 +0700 Subject: [PATCH] Update readme.md --- omi/firmware/readme.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/omi/firmware/readme.md b/omi/firmware/readme.md index e1b8c870974..001828faac3 100644 --- a/omi/firmware/readme.md +++ b/omi/firmware/readme.md @@ -22,32 +22,10 @@ The Omi firmware is built on the Zephyr RTOS and provides functionality for audi - `boards/`: Custom board definitions and configurations - `scripts/`: Build and utility scripts -## Building the Firmware - -There are two ways to build the firmware: - -### Option 1: Using nRF Connect for VS Code +## Building and flashing the Firmware Follow the instructions in our [official documentation](https://docs.omi.me/doc/developer/firmware/Compile_firmware). -### Option 2: Using Docker - -This is the easiest method and works across all platforms: - -```bash -./scripts/build-docker.sh -``` - -For detailed instructions, see [docker-build.md](./scripts/docker-build.md). - - -## Flashing the Firmware - -Follow the instructions at https://docs.omi.me/doc/get_started/Flash_device - -For Docker builds, the output files will be in `build/docker_build/`. -For nRF Connect builds, locate the `zephyr.uf2` file in your build output directory. - ## Device-Specific Builds For different device hardware versions (e.g., V1 and V2), use separate overlay files and project configuration files. See `CMakePresets.json` for the available configurations.