Image of Board

Banana Pi BPI-AI2H with BPI-AI2N Carrier by SinoVoip

Banana Pi BPI-AI2N System-on-Module (SoM) and BPI-AI2N carrier board are open-source hardware solutions designed to leverage the advanced capabilities of the RZ/V2N Vision AI MPU. Designed with a flexible, community-driven ecosystem, the BPI-AI2N platform empowers developers to accelerate innovation and streamline application development. Powered by the RZ/V2N MPU, it delivers industry-leading AI acceleration of 15 TOPS (Sparse) and high-performance computing with 4x Arm® Cortex®-A55 processors, making it an ideal choice for creating cutting-edge vision AI solutions.

  • Small Form Factor: Compact SO-DIMM 260PINs design (SOM module size: 45x69.6mm)
  • Open-source development kit, including SOM, BPI-AI2N Carrier board and a rich ecosystem of tools and support from the Banana Pi developer community
  • Customizable hardware & software by OEM&ODM
  • Yocto and other open-source software support
  • Memory & storage: 8GB LPDDR4x, 32GB eMMC, 64MB QSPI Flash
  • Wide operating temperature range from -40°C to 85°C

Purchase

Contribute

Have some info to add for this board? Edit the source for this page here.

Adafruit Blinka Installation

We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.

For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.