Renesas RZ/G2L Startup Manual
Renesas RZ/G2L Startup Manual

Renesas RZ/G2L Startup Manual

Smarc evk
Hide thumbs Also See for RZ/G2L:
Table of Contents

Advertisement

Quick Links

SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL
Linux Start-up Guide
Introduction
This document provides a guide to prepare RZ/G2L, RZ/G2LC, and RZ/G2UL reference boards to boot up with the
Verified Linux Package.
This guide provides the following information:
Building procedure
Preparation for use
Boot loader and U-Boot
How to run this Linux package on the target board
How to create a software development kit (SDK)
Target Reference Board
RZ/G2L reference board
RZ/G2L Evaluation Board Kit PMIC version (smarc-rzg2l-pmic) (*1)
o
RZ/G2L SMARC Module Board (P/N: RTK9744L23C01000BE)
RZ SMARC Series Carrier Board (P/N: RTK97X4XXXB00000BE)
o
RZ/G2LC reference board
RZ/G2LC Evaluation Board Kit (smarc-rzg2lc) (*2)
o
RZ/G2LC SMARC Module Board (P/N: RTK9744C22C01000BE)
o
RZ SMARC Series Carrier Board (P/N: RTK97X4XXXB00000BE)
RZ/G2UL reference board
RZ/G2UL Evaluation board Kit (smarc-rzg2ul) (*3)
RZ/G2UL SMARC Module Board (P/N: RTK9743U11C01000BE)
o
RZ SMARC Series Carrier Board (P/N: RTK97X4XXXB00000BE)
o
o
Parallel to HDMI Conversion board (This board is included with RTK9743U11C01000BE and is not
sold separately, so a part number does not exist.)
Please refer to Appendix 2.2 and 2.3 for how to distinguish and replace each board.
Please refer to Appendix 2.4 for how to connect the Parallel to HDMI Conversion board for RZ/G2UL Evaluation
board Kit (smarc-rzg2ul).
(*1)
"RZ/G2L Evaluation Board Kit PMIC" includes the RZ/G2L SMARC Module Board and the RZ SMARC
Series Carrier Board.
(*2)
"RZ/G2LC Evaluation Board Kit" includes the RZ/G2LC SMARC Module Board and the RZ SMARC Series
Carrier Board.
(*3)
"RZ/G2UL Evaluation board Kit" includes the RZ/G2UL SMARC Module Board and the RZ SMARC Series
Carrier Board.
The "Evaluation board Kit for RZ/G2UL MPU" will be called "RZ/G2UL Evaluation Kit" in the next section.
Target Software
RZ/G Verified Linux Package version 3.0.6 or later. (hereinafter referred to as "VLP/G")
R01US0616EJ0103 Rev.1.03
May 31, 2024
R01US0616EJ0103
Rev.1.03
May 31, 2024
Page 1 of 63

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RZ/G2L and is the answer not in the manual?

Questions and answers

Summary of Contents for Renesas RZ/G2L

  • Page 1 R01US0616EJ0103 Rev.1.03 Linux Start-up Guide May 31, 2024 Introduction This document provides a guide to prepare RZ/G2L, RZ/G2LC, and RZ/G2UL reference boards to boot up with the Verified Linux Package. This guide provides the following information: • Building procedure Preparation for use •...
  • Page 2: Table Of Contents

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Contents Environment Requirement ..................... 4 Build Instructions ......................6 Required Host OS ........................6 Building images .......................... 6 Notes ............................11 Preparing the SD Card ....................16 Write files to the microSD card (used wic image)..............16 Write files to the microSD card (not used wic image) ............
  • Page 3 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide (smarc-rzg2ul)..........................47 How to boot from eMMC ......................49 8.5.1 Rebuild rootfs ........................49 8.5.2 Writing Bootloader for eMMC Boot ................... 49 8.5.3 Create a microSD card to boot linux for eMMC boot ............51 8.5.4...
  • Page 4: Environment Requirement

    A Windows PC can be used as the serial terminal interface with software such as TeraTerm. Figure 1. Recommend environment. Note: The board shown in Figure 1 is RZ/V2L, but RZ/G2L has the same structure. R01US0616EJ0103 Rev.1.03 Page 4 of 63...
  • Page 5 OSS except for the Linux kernel, VLP/G can always build images in this “offline” environment without affected from changes of repositories of OSS. Also, this “offline” environment reproduces the same images as the images which were verified by Renesas. Below images can be built “offline”.
  • Page 6: Build Instructions

    $ git config --global user.email "you@example.com" $ git config --global user.name "Your Name" Copy all files obtained from Renesas into your Linux Host PC prior to the steps below. The directory which you put the files in is described as <package download directory>...
  • Page 7 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide When you use the early version of the RZ/G2L LSI, please run the commands below to apply the patch files after step (1) in the section 2.1. $ cd ~/rzg_vlp_<package version>/meta-renesas...
  • Page 8 VLP/G was verified. If you are just evaluating VLP/G and RZ/G2L group, open source software packages are not mandatory to use. Usually, all the software can be built without using these files if your build machine is connected to the Internet.
  • Page 9: Target Devices

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Start a build Run the commands below to start a build. Building an image can take up to a few hours depending on the user’s host system performance. Build the target file system image using bitbake MACHINE=<board>...
  • Page 10 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Table 4. Image files for RZ/G2L, RZ/G2LC, and RZ/G2UL RZ/G2L Linux kernel Image-smarc-rzg2l.bin PMIC ver Device tree file Image-r9a07g044l2-smarc.dtb root filesystem <image name>-smarc-rzg2l.tar.bz2 Boot loader ・bl2_bp-smarc-rzg2l_pmic.srec ・fip-smarc-rzg2l_pmic.srec Flash Writer Flash_Writer_SCIF_RZG2L_SMARC_PMIC_DDR4_2GB_1PCS.mot SD image core-image-<image name>...
  • Page 11: Notes

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 2.3 Notes Early version device When you use the early version of the RZ/G2L LSI, please run the commands below to apply the patch files after step (1) in the section 2.1. $ cd ~/rzg_vlp_<package version>/meta-renesas...
  • Page 12 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide CIP Core Packages VLP/G includes Debian 10 (Buster) and Debian 11 (Bullseye) based CIP Core Packages and Buster is enabled by the default settings. These packages can be replaced with other versions of packages.
  • Page 13 (-) These packages are not supported with Bullseye Debian version, so they used No CIP CORE version. If you want to use ECC, see r01us0647ej0100-rz-mpu_ECC_UME.pdf included in the BSP manual set on the Renesas Web. Please also check the section 8.6.
  • Page 14 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide core-image-qt There are 2 files *wic.bmap and *wic.gz in deploy folder after building successfully. Example: • core-image-minimal-smarc-rzg2l.wic.bmap core-image-minimal-smarc-rzg2l.wic.gz Software bill of materials (SBoM) Software package data exchange (SPDX) is an open standard for SBoM that identifies and catalogs components, licenses, copyrights, security references, and other metadata relating to software.
  • Page 15 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide -do_populate_sdk[cleandirs] = "${SDKDEPLOYDIR}" +do_populate_sdk[cleandirs] += "${SDKDEPLOYDIR}" R01US0616EJ0103 Rev.1.03 Page 15 of 63 May 31, 2024...
  • Page 16: Preparing The Sd Card

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Preparing the SD Card You can prepare the microSD card by the following 2 methods. Please select one of them and follow the steps. - 3.1 Write files to the microSD card (used wic image) - 3.2 Write files to the microSD card (not used wic image)
  • Page 17: Write Files To The Microsd Card (Not Used Wic Image)

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Table 6. File and directory in the micro SD card Type/Number Contents Size Filesystem Primary #1 500MB (minimum FAT32 Flash_Writer_SCIF_<device, memory size>.mot 128MB) bl2_bp_smarc-<device>.srec fip-smarc-<device>.srec Primary #2 All remaining Ext4 ├──...
  • Page 18 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8:17 29.7G 0 part └─sdb1 11:0 1024M 0 rom The message above shows the card associated with the /dev/sdb. Be careful not to use the other device names in the following steps.
  • Page 19 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Change the partition table microSD card needs two partitions as listed in Table 7. Table 7. Partitions of microSD card Type/Number Contents Size Filesystem Primary #1 500MB (minimum 128MB) FAT32...
  • Page 20 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Disk identifier: 0x6b6aac6e Device Boot Start Sectors Size Id Type /dev/sdb1 2048 1026047 1024000 500M 83 Linux /dev/sdb2 1026048 62333951 61307904 29.2G 83 Linux Filesystem/RAID signature on partition 1 will be wiped.
  • Page 21 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Creating filesystem with 7663488 4k blocks and 1916928 inodes Filesystem UUID: 63dddb3f-e268-4554-af51-1c6e1928d76c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000 Allocating group tables: done...
  • Page 22 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide . File and directory in the microSD card Table 8 Type/Number Contents Size Filesystem Primary #1 Size specified FAT32 Image-<board>.bin when the partition Image-<device>-smarc.dtb was created. (minimum 128MB) Primary #2...
  • Page 23: Reference Board Setting

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Reference Board Setting 4.1 Preparation of Hardware and Software The following environment of Hardware and Software is used in the evaluation. Hardware preparation(Users should purchase the following equipment.): USB Type-C cable compatible with USB PD. (e.g. AK-A8485011 (manufactured by Anker)) •...
  • Page 24: How To Set Boot Mode And Input Voltage

    4.1.1 How to set boot mode and input voltage Please set the SW11 settings as follows. Pin no1 to no3 of the SW11 is used to control boot mode of RZ/G2L, RZ/G2LC, and RZ/G2UL. • • Pin no4 of the SW11 is used to control the input voltage from power charger to 5V or 9V. Please use a 5V setting as initial setting.
  • Page 25: How To Set Sw1

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.1.2 How to set SW1 Please set the SW1 settings to follows. Pin no1 of the SW1 is used to select the JTAG debug mode or not. • JTAG is not used, so set SW1-1 to normal operation mode.
  • Page 26: How To Use Debug Serial (Console Ouput)

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.1.3 How to use debug serial (console ouput) Please connect USB Type-micro-B cable to CN14. Connect to PC CN14:USB Type-micro-B Connector Figure 3. Connecting console for debug R01US0616EJ0103 Rev.1.03 Page 26 of 63...
  • Page 27: Startup Procedure

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.2 Startup Procedure This section describes how to write Flash writer and bootloaders using Windows PC. For describes how to write using Linux PC, please refer to 8.8. 4.2.1 Power supply Connect USB-PD Power Charger to USB Type-C Connector (CN6).
  • Page 28: Building Files To Write

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.2.2 Building files to write The evaluation boards use the files in the Table 9 as the boot loaders. The boot loaders files are generated by the build instruction in the section 2. Please refer to Table 4. Once builded copy these files to a PC which runs serial terminal software.
  • Page 29 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Select the “Setup” > “Terminal” to set the new-line code. New-line:”CR” or “AUTO” To set the board to SCIF Download mode, set the SW11 as below (please refer 2.1.2): Table 10. SW11 R01US0616EJ0103 Rev.1.03...
  • Page 30 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide After finished all settings, when pressed the reset button SW10, the messages below are displayed on the terminal. 4. Press the Blue button(RESET) Figure 6. Press the RESET button R01US0616EJ0103 Rev.1.03...
  • Page 31: Download Flash Writer To Ram

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.3 Download Flash Writer to RAM Turn on the power of the board by pressing SW9. The messages below are shown on the terminal. SCIF Download mode (C) Renesas Electronics Corp.
  • Page 32 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide The image will be sent to the board via serial connection. After successfully downloading the binary, Flash Writer starts automatically and shows a message like below on the terminal. Flash writer for RZ/G2 Series V1.02 Nov.15,2021 Product Code : RZ/G2L >...
  • Page 33: Write The Bootloader

    Flash ROM with information where the data should be loaded on the address of the main memory. For example, this part describes how to write boot loader files in the case of RZ/G2L Evaluation Board Kit PMIC version.: >XLS2...
  • Page 34 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Program Top Address & Qspi Save Address ===== Please Input Program Top Address ============ Please Input : H'00000 ===== Please Input Qspi Save Address === Please Input : H'1D200 Work RAM(H'50000000-H'53FFFFFF) Clear..
  • Page 35: Change Back To Normal Boot Mode

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 4.5 Change Back to Normal Boot Mode To set the board to SPI Boot mode, set the SW11 as below: Table 13. SW11 Note:- Set the SW1 on SoM module to eMMC mode. Please refer to the section 4.1.2.
  • Page 36 In case booting from microSD card on SMARC carrier board, set environment variables using the commands below. The commands below are for the RZ/G2L board. Please replace the file names in “bootcmd” according to the Release Note when you use other boards.
  • Page 37: Booting And Running Linux

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Booting and Running Linux Set microSD card to slot on carry board. Figure 7. Set micro SD card to SMARC-EVK Now the board can bootup normally. Please turn off and on the power again to boot up the board.
  • Page 38: Shutdown The Board

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide ## Flattened Device Tree blob at 48000000 Booting using the fdt blob at 0x48000000 Loading Device Tree to 0000000057ff3000, end 0000000057fff8a6 ... OK Starting kernel ... 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarc...
  • Page 39: Building The Sdk

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Building the SDK To build Software Development Kit (SDK), run the commands below after the steps (1) – (6) of section 2.1 are finished. The SDK allows you to build custom applications outside of the Yocto environment, even on a completely different PC.
  • Page 40: Application Building And Running

    Linux Start-up Guide Application Building and Running This chapter explains how to make and run an application for RZ/G2L with this package. 7.1 Make an application Here is an example of how to make an application running on VLP. The following steps will generate the “Hello World”...
  • Page 41 -D_FORTIFY_SOURCE= 2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/poky/3.1.31/sysroo ts/aarch64-poky-linux -o linux-helloworld main.c -g -O0 -Wall -DDEBUG_LOG renesas@49d1d5882435:/mnt/host/linux-helloworld$ ls -l total 24 -rwxr-xr-x 1 renesas renesas 15320 May 10 23:32 linux-helloworld -rw-r—r—1 renesas renesas 148 Sep 24 2020 main.c -rw-r—r—1 renesas renesas 250 Sep 24 2020 Makefile After making, confirm that the execute application (the sample file name is “hello”) is generated in the hello_apl folder.
  • Page 42: Run A Sample Application

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 7.2 Run a sample application Power on the RZ/G2L Evaluation Board Kit and start the system. After booting, run the sample application with the following command. BSP: RZG2L/RZG2L-SMARC-EVK/<package version> LSI: RZG2L Version: <package version>...
  • Page 43: Appendix

    Flash Writer is built automatically when building VLP by bitbake command. Please refer to the Release Note of the RZ/G2L VLP Group to obtain a binary file of Flash Writer. If you need latest one, please get source code from the GitHub repository and build it according to the following instructions.
  • Page 44: Building Flash Writer

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.1.2 Building Flash Writer Get source codes of Flash Writer from the GitHub repository and checkout the branch rz_g2l. $ cd ~/ $ git clone https://github.com/renesas-rz/rzg2_flash_writer.git $ cd rzg2_flash_writer $ git checkout -b tmp 4168466783f06fa7f2aa5782c597803a6882ed2f Build Flash Writer as an s-record file by the following commands.
  • Page 45: How To Distinguish Each Board

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.2 How to distinguish each board The differences between each board are as follows. Comparison of RZ/G2L Evaluation Board Kit and RZ/V2L Evaluation Board Kit: RZ/G2L Evaluation Kit RZ/V2L Evaluation Kit RZ/G2L (R9A07G044L23GBG)
  • Page 46: How To Replace The Smarc Module Board

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.3 How to replace the SMARC Module Board Please be careful when replacing the board as follows. Remove the four screws. Note: The screw thread is a special shape, so be careful not to crush the screw thread.
  • Page 47: How To Connect The Parallel To Hdmi Conversion Board For Rz/G2Ul Evaluation Kit

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.4 How to connect the Parallel to HDMI Conversion board for RZ/G2UL Evaluation kit (smarc-rzg2ul) Please connect CN1 of the Parallel to HDMI Conversion board to CN5 via the 50mm FPC (228-000071-01).
  • Page 48 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide A termination procedure of the 50mm FPC is follows. The top and bottom surfaces of the FPC are shown below. Bottom surface Top surface Lift up the actuator. Use thumb or index finger.
  • Page 49: How To Boot From Emmc

    For example, this part describes how to modify EXT_CSD register and write boot loader files in the case of RZ/G2L Evaluation Board Kit PMIC version.: >EM_SECSD...
  • Page 50 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide After successfully download the binary, messages like below are shown on the terminal. SAVE -FLASH..EM_W Complete! Next, write another loader file by using EM_W command again. > EM_W EM_W Start -------------- --------------------------------------------------------- Please select,eMMC Partition Area.
  • Page 51: Create A Microsd Card To Boot Linux For Emmc Boot

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Table 16. Address for sending each loader binary file for eMMC boot RZ/G2L Evaluation Board Kit PMIC version File name Partition to save to Address to save to Address to load to...
  • Page 52: Setting U-Boot And Writing Rootfs To Emmc

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.5.4 Setting U-boot and Writing rootfs to eMMC To set the board to eMMC Boot mode, set the SW11 as below: Table 17. SW11 Note:- Set the SW1 on SoM module to eMMC mode. Please refer to the section 4.1.2.
  • Page 53 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide (Push the enter key) Select (default p): Using default response p. (Push the enter key) Partition number (2-4, default 2): (Push the enter key) First sector (1026048-124321791, default 1026048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (1026048-124321791, default 124321791): (Push the enter key) Created a new partition 2 of type 'Linux' and of size 58.8 GiB.
  • Page 54: Setting U-Boot For Emmc Boot

    => Set environment variables to boot from eMMC. The following variables are for the RZ/G2L board. Please replace the file names in “bootcmd” according to the Release Note when you use other boards, and set IP address of your Linux Host PC..
  • Page 55: How To Boot From Esd

    8.6 How to boot from eSD In this section, the steps to boot from eSD on RZ/G2L is described. RZ/G2L can also boot from a micro-SD card, this is boot mode 0 called "Booting from eSD" in the User Manual. 8.6.1 Steps for eSD boot The steps are as follows.
  • Page 56: Writing Bootloader For Esd Boot

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.6.4 Writing Bootloader for eSD Boot Run the following commands to write these files to the microSD card to boot for eSD. $ sudo dd if=bl2_bp_esd-smarc-rzg2l_pmic.bin of=/dev/sdb seek=1 count=1 $ sudo dd if=bl2-smarc-rzg2l_pmic.bin...
  • Page 57: Set Smarc Evk Board For Esd Boot

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.6.5 Set SMARC EVK board for eSD boot Change the switches to eSD boot on the carrier board acting on SW11 (SW11-1 ON, SW11-2 ON, SW11-3 OFF, SW11-4 ON) Change SW1 on the module to select micro SD card slot (SW1-1 ON, SW1-2 ON): Please insert the micro SD card in the SOM module slot.
  • Page 58 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide NOTICE: BL2: Load dst=0x1f840 src=(p:0)0x10000(128) len=0x10(1) NOTICE: BL2: SD boot from partition 0 NOTICE: BL2: Load dst=0x1f9a0 src=(p:0)0x10010(128) len=0x28(1) NOTICE: BL2: Load dst=0x1f9a0 src=(p:0)0x10038(128) len=0x28(1) NOTICE: BL2: SD boot from partition 0...
  • Page 59: Docker

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.7 Docker This section explains how to build the VLP with Docker enabled and how to obtain and run the "hello-world" image. Add layers to enable Docker After completing the step (3) in the section 2, run the following commands. Once executed, proceed until step (6) in the section 2 to build the VLP with Docker enabled.
  • Page 60: Booting Setup With Ubuntu Pc

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.8 Booting Setup with Ubuntu PC This section describes how to write Flash writer and bootloaders using Ubuntu PC. Here is an example using an Ubuntu PC and minicom. Please connect the reference board to your Ubuntu PC.
  • Page 61 SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide | lineWrap on/off..W local Echo on/off..E | Help screen..Z | | Paste file..Y Timestamp toggle...N | scroll Back..B | | Add Carriage Ret...U Select function or press Enter for none.
  • Page 62: Device Drivers

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide 8.9 Device drivers The following drivers are supported: For detail information on how to use, please refer to these documents in the BSP manual set. File Description RTK0EF0045Z9006AZJ-v3.0.x.zip BSP Manual Set for RZ/G2L, RZ/G2LC and RZ/G2UL.
  • Page 63: Revision History

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Revision History Description Rev. Date Page Summary 1.00 Sep. 30, 2023 First edition issued. 1.01 Jan. 29, 2024 Modify the explanation of the patch and update some texts. 1.02 Apr. 24, 2024 Add “2.1 Required Host OS”...
  • Page 64: Website And Support

    SMARC EVK of RZ/G2L, RZ/G2LC and RZ/G2UL Linux Start-up Guide Website and Support Renesas Electronics Website http://www.renesas.com/ Inquiries http://www.renesas.com/contact/ All trademarks and registered trademarks are the property of their respective owners. R01US0616EJ0103 Rev.1.03 Page 64 of 63 May 31, 2024...

This manual is also suitable for:

Rz/g2lcRz/g2ul

Table of Contents