The best solution for
starting your AI applications.
Provided by Renesas Electronics Corporation
This project is maintained by renesas-rz
Hosted on GitHub Pages — Theme by orderedlist
| ID | Title | Device | Target |
|---|---|---|---|
| D1 | Change the size of the microSD card image in WIC format | RZ/V2H | AI SDK Source Code v5.00 |
| D2 | How to boot from xSPI | RZ/V2H | AI SDK Source Code v5.00 |
${YOCTO_WORK}/build/conf/local.conf file in a text editor.
...
# Support WIC images with default wks from WKS_DEFAULT_FILE
# Reupdate WKS_DEFAULT_FILE if want to support another wks file.
WKS_SUPPORT ?= "1"
WKS_DEFAULT_FILE_rzv2h-dev = "rz-image-bootpart-mmc.wks"
WKS_DEFAULT_FILE_rzv2h-evk-alpha = "rz-image-bootpart-esd_rzv2h.wks"
WKS_DEFAULT_FILE_rzv2h-evk-ver1 = "rz-image-bootpart-esd_rzv2h.wks"
# Defines additional free disk space created in the image in Kbytes.
IMAGE_ROOTFS_EXTRA_SPACE = "8388608"
...
The table below shows examples of setting values written in local.conf file.| SD card image size (Gbytes) |
Setting values in the "local.conf" file (Kbytes) |
|---|---|
| 4 | 1048576 |
| 8 | 4194304 |
| 16 | 8388608 (default) |
*.exe file extracted to install the serial port driver.
${WORK}/build/tmp/deploy/images/rzv2h-evk-ver1 to your Windows PC.
Flash_Writer_SCIF_RZV2H_DEV_INTERNAL_MEMORY.motbl2_bp_spi-rzv2h-evk-ver1.srecfip-rzv2h-evk-ver1.srec
| Item | Value |
|---|---|
| New-line | Receive: Auto |
| Transmit: CR |
| Item | Value |
|---|---|
| Baud rate | 115200 |
| Data | 8bit |
| Parity | none |
| Stop | 1bit |
| Flow control | none |
| Transmit delay | 0msec/char |
SCI Download mode (Normal SCI boot)
-- Load Program to SRAM ---------------*.mot) as a text.Flash writer for RZ/V2x Series Vx.xx xxx.xx,20xx
Product Code : RZ/V2x
>XLS2" on the terminal to get following messages.
> XLS2
===== Qspi writing of RZ/V2x Board Command =============
Load Program to Spiflash
Writes to any of SPI address.
Program size & Qspi Save Address
===== Please Input Program Top Address ============
Please Input : H'8101e00". The log continues.
Please Input : H'8101e00
===== Please Input Qspi Save Address ===
Please Input : H'00000". The log continues.
Please Input : H'00000
please send ! ('.' & CR stop load)bl2_bp_spi-rzv2h-evk-ver1.srec file as a text from the terminal software.
y".
SPI Data Clear(H'FF) Check : H'00000000-0000FFFF,Clear OK?(y/n)Write to SPI Flash memory.
======= Qspi Save Information =================
SpiFlashMemory Stat Address : H'00000000
SpiFlashMemory End Address : H'00036D17
===========================================================XLS2" on the terminal to get following messages.
> XLS2
===== Qspi writing of RZ/V2x Board Command =============
Load Program to Spiflash
Writes to any of SPI address.
Program size & Qspi Save Address
===== Please Input Program Top Address ============
Please Input : H'00000". The log continues.
Please Input : H'00000
===== Please Input Qspi Save Address ===
Please Input : H'60000". The log continues.
Please Input : H'60000
please send ! ('.' & CR stop load)fip-rzv2h-evk-ver1.srec file as a text from the terminal software.
y".
SPI Data Clear(H'FF) Check : H'00000000-0000FFFF,Clear OK?(y/n)Write to SPI Flash memory.
======= Qspi Save Information =================
SpiFlashMemory Stat Address : H'00060000
SpiFlashMemory End Address : H'0011C2EE
===========================================================
env default -a
saveenv
bootrzv2h-evk1 login:root