RZA3UL Evaluation board
General Information
- RZA3UL
- Required Software
- GCC ARM A-Profile (AArch64 bare-metal) 10.3 2021.07
- e2studio
- Segger J-Link
Package Versions
RZ/V2UL has two parts that support different external memory configurations.
- QSPI and DDR
- Octo Flash, Octo RAM, and DDR
Getting Started
Linux and Windows IDE Installation
RZA3UL Getting Started Document (Link)
Linux FSP Installation
NOTE: The FSP installation section in the Getting Started Document is for Window Host machines. Use the following steps for Linux machines.
Official Linux and Windows FSP Website
- Download the zip archive file from the above link
- Find the installation directory for the FSP.
- Open e2studio IDE.
- Select Help and about e2studio in the drop down menu
- In the Dialog press the "Installation Details" Button.
- In the next dialog there are several tabs at the top of the dialog. Select the "Supported Folders" tab.
- Click the link "e2 studio support area"
- This will open the linux Nautilus file manager.
- Extract the archive file to the e2studio support area folder. This is the directory you found in the prefiious step For example the folder may look be this
~/.eclipse/com.renesas.platform_1458492943.
- e2studio Linux
Renesas Flexible Software Package ( FSP )
RZ/A3UL is supported by the Renesas Flexible Software Package. Supported links.
- RZ/A3UL Flexible Software Package Website (Link)
- RZ/A3UL e2studio IDE and FSP Installation Document (Link)
- Must Select "Renesas FSP Smart Configurator Core" in the Customize Feature installation dialog .
- In the Addition Software installation dialog, under the Renesas FSP Tab, do not install the Renesas FSP. These FSP versions are for RZ Only.
- Renesas e2studio Version 2022-07 or later
- GCC ARM A-Profile (AArch64 bare-metal) 10.3.2021.07
Initial Program Loader ( IPL )
IPL is a boot program sample code for RZ/A Series. When the RZ/A MPU is started, the IPL initializes peripheral I/O modules, Flash memory, DDR SDRAM etc., and starts the application software developed in Renesas FSP environment with the execution state of AARch64, Exception Level EL3. IPL consists of functions such as PLL and clock control driver, peripheral I/O module driver, and Serial Flash Memory driver, etc.
Initial Program Loader (IPL) for Renesas RZ/A Series Source Code
JTAG Setup
Supported ICE
- Segger J-LINK version 11.0 or later
- NOTE: The e2studio that support RZ/A3UL don’t work with older J-Link series ICE. (For J-Link Base, please use V11.0 or later.)
Linux Installation
Required Software
Linux packages
sudo apt-get install libncursesw5 libpython2.7
GCC Compiler : GCC ARM A-Profile (AArch64 bare-metal) 10.3.2021.07
Installation
- Open the Debug Configurations for the project
- The project debug configuration is under Renesas GDB Hardware
- Select the Debugger Tab for this configuration
- In the GDB Settings set the GDB Command to aarch64-none-elf-gdb
HMI and Camera Support
Supported HMI Resolutions
- RZA3UL + DDR
- Maximum Resolution 1280 x 720
- RZA3UL OctoRAM (no DDR)
- Maximum Resolution VGA
TES GUILIANI
The RZA3UL Tes Guiliani GUI Framework uses Free RTOS and GNU GCC compiler. The RZA3UL GUI project uses the FSP for peripheral configuration However the RZA3UL FSP does not include the TES Guiliani Framework. To start development with GUI Framework please start with the demo posted in the link below.