From 652e0ef2b0cbedac1d6c27acdabc1670f178e9c4 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Thu, 21 Jan 2021 05:17:03 +0000 Subject: [PATCH] Update avenger-96-board --- .../source/quick-start/avenger-96-board | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/documentation/source/quick-start/avenger-96-board b/documentation/source/quick-start/avenger-96-board index 8b13789..7f923ad 100644 --- a/documentation/source/quick-start/avenger-96-board +++ b/documentation/source/quick-start/avenger-96-board @@ -1 +1,78 @@ +Avenger 96 Board +################ +The STM32MP157 is a highly integrated multi-market system-on-chip designed to enable secure and space constraint applications within the Internet of Things. Avenger96 board features dual Arm Cortex-A7 cores and an Arm Cortex-M4 core. In addition, an extensive set of interfaces and connectivity peripherals are included to interface to cameras, touch-screen displays an MMC/SD cards. It also fully supports wireless communication, including WLAN and BLE. + +.. figure:: images/avenger96.png + + Figure 2 Avenger 96 Board + +Additional information +********************** + ++-------------+--------------------------------------------+ +| Component | Description | +| | | ++=============+============================================+ +| SoC | STM32MP157AAC | +| | | ++-------------+--------------------------------------------+ +| CPU | 2x ARM®Cortex-A7 up to 650 MHz | +| | 1x ARM®Cortex-M4 up to 200 MHz | ++-------------+--------------------------------------------+ +| GPU | 1x 3D GPU Vivante® @ 533 MHz | +| | -OpenGL® ES 2.0 | ++-------------+--------------------------------------------+ +| PMIC | STPMIC1A | +| | | ++-------------+--------------------------------------------+ +| RAM | 1024 Mbyte @ 533MHz | +| | | ++-------------+--------------------------------------------+ +| Storage | eMMC v4.51: 8 Gbyte | +| | QSPI: 2Mbyte | +| | EEPROM: 128 byte | +| | microSD Socket: UHS-1 v3.01 | ++-------------+--------------------------------------------+ +| Ethernet | 10/100/1000 Mbit/s, IEEE 802.3 Compliant | +| Port | | ++-------------+--------------------------------------------+ +| Wireless | WiFi: 5 GHz & 2.4GHz IEEE | +| | 802.11a/b/g/n/ac | +| | Bluetooth® v4.2 (BR/EDR/BLE) | +| | PCB Antenna | ++-------------+--------------------------------------------+ +| USB | Host: 2x type A, 2.0 high-speed | +| | OTG: 1x type micro-AB, 2.0 high-speed | ++-------------+--------------------------------------------+ +| Display | HDMI: WXGA (1366x768)@ 60 fps, HDMI | +| | 1.4 | ++-------------+--------------------------------------------+ +| Audio | Over HDMI | +| | | ++-------------+--------------------------------------------+ +| Expansion | 096Boards Compliant: | +| Interface | 40-Pin Low Speed Header | +| | 60-Pin High Speed Header | ++-------------+--------------------------------------------+ +| LED | 4x green user controlled LEDs | +| | 1x blue Bluetooth enabled | +| | 1x yellow WiFi enabled | +| | 1x red power supply okay | ++-------------+--------------------------------------------+ +| Button | Power and Reset | ++-------------+--------------------------------------------+ +| Power Source| DC Power Jack: 1.65mm Center Positive | +| | 8v - 18v upto 24W | +| | U-Boot version: U-Boot 2018.09-stm32mp-r2 | ++-------------+--------------------------------------------+ +| OS Support | Linux version: Linux stm32mp1-av96 | +| | 4.14.48 | +| | Linux Distribution: ST OpenSTLinux | +| | Weston (A Yocto Project Based Distro) | ++-------------+--------------------------------------------+ +| Size | 100 x 85 mm | +| | | ++-------------+--------------------------------------------+ + +For complete details on building and flashing applications to the Nitrogen, refer https://www.96boards.org/product/avenger96/. -- GitLab