...
RZ/G2 Series: RZ/G2L, RZ/G2LC, RZ/G2UL, RZ/G2E, RZ/G2N, RZ/G2M, RZ/G2H
- RZ/G3 Series: RZ/G3S
RZ/V2 Series: RZ/V2L, RZ/V2M, RZ/V2MA
- Verified Linux Package [5.10-CIP] Version 3.0.x
- ⭐ Official RZ/G2 BSP Download Page
- ⭐ Official RZ/V2 BSP Download Page
- Please Download the individual components required for your MPU.
- You must match the correct component packages (Graphic, Codec) versions with the BSP version you are using.
. | Links |
---|
📦 RZ/G2 Linux Package (Common for all MPU ▲ ▲ ▲ ) ZIP file containing Yocto BSP and all documentation- Yocto Recipe
This is the actual BSP provided in a Yocto build package - Release Note for Linux Package
Build instructions, start with this document - Reference Boards Linux Start-up Guide
How to program the boot loaders into SPI flash - BSP Component list
List of each package and version included in the default BSP build
| RZ/G2, RZ/G3 (all) 💾 Download Page RZ/V2L, RZ/V2MA, RZ/V2M 💾 Download Page
RZ/V2H Contact Renesas
|
🎨 Graphics (PowerVR) and 🎦 Video Codec Libraries- For devices RZ/G2H, RZ/G2M, RZ/G2N, RZ/G2E
- The "Evaluation Version" can be downloaded immediately, but has a 2 hour timeout after every board boot.
- The "Unrestricted Version" request link is at the at the bottom of the download page (see Note1 below)
| RZ/G2H, RZ/G2M, RZ/G2N, RZ/G2E 💾Multimedia Download Page ⚠️ See Note below for Fix (link) |
🎨 Graphics (Mali) Libraries- For devices RZ/G2L, RZ/G2LC, RZ/V2L
- The "Evaluation Version" can be downloaded immediately, but has a 2 hour timeout after every board boot.
- The "Unrestricted Version" request link is at the at the bottom of the download page (see Note1 below)
| RZ/G2L, RZ/G2LC, RZ/G2UL 💾Download Page RZ/V2L 💾 Download Page
|
🎦 Video Codec Libraries- For devices RZ/G2L and RZ/V2L
| RZ/G2L 💾Download Page
RZ/V2L 💾 Download Page
|
🌐 HTML5 Browser (Gecko/Firefox) | 💾 Download Page |
📄 BSP Manual Set Detailed information about Device Drivers and Device Tree Settings | 📄 RZ/G2H, RZ/G2M, RZ/G2N, and RZ/G2E (link) 📄 RZ/G2L,RZ/G2LC, RZ/G2UL, RZ/V2L (link) |
...
Fix glibc Fetch Error During BSP Build
Files were removed from the the Debian server which causes a build error when building the BSP v3.0.6.
...
This effects BSP v3.0.6, v3.0.6-update1, v3.0.6-update2
This issue has been fixed for v3.0.6-update3.
Below are instructions to download and apply patches to fix those issues for update1 or update 2.
cd meta-renesas
# Change deb10u2 to dev10u3
wget https://github.com/renesas-rz/meta-renesas/commit/a56169f6642d.patch
patch -p1 -i a56169f6642d.patch
# Change deb10u3 to dev10u4
wget https://github.com/renesas-rz/meta-renesas/commit/6c11ae542069.patch
patch -p1 -i 6c11ae542069.patch
RZ/G2 gstreamer1.0-omx-1.16.3-r0 do_fetch Error
- Affected BSP: RZ/G2H, RZ/G2M, RZ/G2N, RZ/G2E
The Multimedia Package for RZ/G2 on renesas.com is V1.0.2
When building, the follow error will occur.
ERROR: gstreamer1.0-omx-1.16.3-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common')
The reason is that the server name has change from anongit.freedesktop.org to gitlab.freedesktop.org
The easiest way to fix this issue is to run the command below from the base of your BSP directory.
sed -i 's/anongit/gitlab/' meta-rz-features/meta-rz-codecs/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.3.bbappend
Linux Kernel 4.19 BSP
- RZ/G2E, RZ/G2N, RZ/G2M, RZ/G2H
- ⭐ Official RZ/G2 BSP Download Page
- Refer to Linux Package for 64-bit RZ/G2 (Kernel 4.19)
- Links to Old BSP Releases can be found on the last page of the Easy Download Guide
- The Evaluation Version can be downloaded immediately, but there is a timeout on the proprietary graphics and video codec libraries.
- The Product Version is available at the bottom of the page, and the timeout is removed, but due to license processing, it requires 1 to 2 weeks before download.
- 📦 RZ/G2 Group Multimedia Package
- 📦 RZ/G2 Group BSP Manual Set
...