RZ/A2M Evaluation Kit

Overview

The RZ/A2M Evaluation Board Kit is a best evaluation board kit to evaluate RZ/A2M.

  • On-board device: RZ/A2M (R7S921053VCBG: with DRP function, without encryption function, internal RAM 4MB) Evaluation of DRP (Dynamically Reconfigurable Processor) is possible.

  • MIPI Camera Module (MIPI CSI) is bundled and image recognition processing etc. can be used with images input with MIPI camera.

  • HyperMCP (Multi-chip package), in which HyperFlash and HyperRAM are installed in one package, is mounted. HyperFlash and HyperRAM can be evaluated.

  • A Display Output Board is included and the graphic output is possible by connecting it to the external display.

  • It is possible to evaluate 2ch Ethernet communication.

  • Other peripheral functions such as SDHI and USB can also be evaluated.

  • Allows for safe and secure connection to the AWS cloud. HyperFlash and HyperRAM are trademarks of Cypress Semiconductor Corporation of the U.S.

Hardware

The Renesas RZ/A2M MPU documentation can be found at RZ/A2M Group Website [1]

RZ/A2M group feature

RZ/A2M block diagram (Credit: Renesas Electronics Corporation)

Detailed hardware features for the board can be found at RZ/A2M-EVK Website [2]

Supported Features

The rza2m_evk board supports the hardware features listed below.

on-chip / on-board
Feature integrated in the SoC / present on the board.
2 / 2
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files.
vnd,foo
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.
rza2m_evk
/
r7s921053vcbg

Type

Location

Description

Compatible

Clock control

on-chip

RZ/A2M Clock Pulse Generator1

renesas,rza2m-cpg

on-chip

Generic fixed-rate clock provider4

fixed-clock

GPIO & Headers

on-chip

Renesas RZ/A2M GPIO Interrupt1

renesas,rza2m-gpio-int

on-chip

Renesas RZ/A2M GPIO Controller22

renesas,rza2m-gpio

Interrupt controller

on-chip

ARM Generic Interrupt Controller v21

arm,gic-v2

LED

on-board

Group of GPIO-controlled LEDs1

gpio-leds

MTD

on-board

Fixed partitions of a flash (or other non-volatile storage) memory1

fixed-partitions

Pin control

on-chip

Renesas RZ/A2M pin controller1

renesas,rza2m-pinctrl

Serial controller

on-chip

Renesas RZ/A2M UART1 4

renesas,rza2m-scif-uart

SRAM

on-chip

Generic on-chip SRAM2

mmio-sram

Timer

on-chip

Renesas RZ/A2M OS timer1 2

renesas,rza2m-ostm

Programming and Debugging

The rza2m_evk board supports the runners and associated west commands listed below.

flash debug rtt debugserver attach
jlink ✅ (default) ✅ (default)

Applications for the rza2m_evk board configuration can be built and flashed in the usual way (see Building an Application and Run an Application for more details).

Console

The UART port is accessed by USB-Serial port (CN5).

Building & Flashing

Here is an example for building and flashing the Hello World application.

# From the root of the zephyr repository
west build -b rza2m_evk samples/hello_world
west flash

References