You cannot export this page, because it is not available in the current version, variant, or language.
You cannot export this page, because it is not available in the current version, variant, or language.
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Β« Previous Version 3 Current Β»
1. Software BSP Components
2. Build Environment
3. Build the BSP
4. Prepare an SD Card
$ wget https://raw.githubusercontent.com/renesas-rz/rzg2_bsp_scripts/master/usb_sd_partition/usb_sd_partition.sh $ chmod +x usb_sd_partition.sh $ ./usb_sd_partition.sh
# Change to the Yocto output directory that contains the files $ cd build/tmp/deploy/images/rzv2m # Copy the Linux kernel and Device Tree to partition 1 $ sudo cp -v Image /media/$USER/RZ_FAT $ sudo cp -v r9a09g011gbg-evaluation-board.dtb /media/$USER/RZ_FAT # Copy and expand the Root File System to partition 2 $ sudo tar -xvf core-image-bsp-rzv2m.tar.gz -C /media/$USER/RZ_ext # Make sure all files are finished writing before removing the USB card reader from the PC $ sync
5. Power the Board and Connect to the Serial Port
6. Switch settings for the CPU SOM board.
The RZV2M follows the Yocto standard for building the bsp, linux drivers and adding packages with one exception. The RZV2M MIPI Camera And ISP are proprietary software that are not part of the standard Linux bsp. It is software that runs on a separate CPU on a RTOS environment that communicates with CPU running Linux through hardware IPC. Because of this Linux packages that require a Linux driver for the MIPI-Camera and/or ISP will not work ( i.e. GStreamer, FFMPEG, etc.). Renesas does provide C Programs Examples to interface to the MIPI camera and isp.