boards/ambiq/apollo2_evb/doc/index.rst
.. zephyr:board:: apollo2_evb
The Apollo2 EVB is a board by Ambiq featuring their ultra-low power Apollo2 SoC.
Hardware
The Ambiq Apollo2 SoC provides the following hardware features:
For more information about the Apollo2 SoC and a potential Apollo2 EVB board:
Apollo2 SoC Website <https://ambiq.com/apollo2/>_Apollo2 SoC Datasheet <https://www.fujitsu.com/uk/imagesgig5/Apollo2_Blue_MCU_Data_Sheet_rev0p8.pdf>_.. zephyr:board-supported-hw::
Connect your device to your host computer using the JLINK USB port.
The sample application :zephyr:code-sample:hello_world is used for this example.
Build the Zephyr kernel and application, then flash it to the device:
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: apollo2_evb :goals: flash
.. note::
west flash requires SEGGER J-Link software_ and pylink_ Python module
to be installed on you host computer.
Open a serial terminal (minicom, putty, etc.) with the following settings:
Reset the board and you should be able to see on the corresponding Serial Port the following message:
.. code-block:: console
Hello World! apollo2_evb
.. _SEGGER J-Link software: https://www.segger.com/downloads/jlink
.. _pylink: https://github.com/Square/pylink