https://github.com/edgeimpulse/firmware-ambiq-apollo4
Edge Impulse firmware for Ambiq Apollo4 evb blue
https://github.com/edgeimpulse/firmware-ambiq-apollo4
Last synced: about 2 months ago
JSON representation
Edge Impulse firmware for Ambiq Apollo4 evb blue
- Host: GitHub
- URL: https://github.com/edgeimpulse/firmware-ambiq-apollo4
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2024-11-04T10:38:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T15:50:36.000Z (2 months ago)
- Last Synced: 2025-03-07T00:58:41.259Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firmware repository for Ambiq Apollo 4 (internal)
Edge Impulse firmware for Ambiq Apollo 4 blue evb (apollo4P_blue_kxr_evb | Ambiq Apollo4P Blue KXR EVB)
## Prerequisites
TODO## Build
To build the application:
```
make -j4
```
Replace 4 with a number of parallel build processes suitable for your system.To clean the build:
```
make clean
```## Flash
To flash the board:
```
make deploy
```## Debug on VsCode
> [!IMPORTANT]
> You need to install [JLink software](https://www.segger.com/downloads/jlink/) and [Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) extension.
To start a debug session, make sure to connect the board to J6 (JLINK USB) and press F5.## Connect to the board
Connect an USB-C cable to APOLLO4 USB connector.## Connect Arducam Mega
see [Wiring up an Arducam](https://github.com/AmbiqAI/neuralSPOT/tree/main/neuralspot/ns-camera#wiring-up-an-arducam)