diff --git a/docs/_site/404.html b/docs/_site/404.html index 00e8638..ed8a097 100755 --- a/docs/_site/404.html +++ b/docs/_site/404.html @@ -33,7 +33,7 @@ {"@context":"https://schema.org","@type":"WebPage","dateModified":"2023-04-20T11:18:09+09:00","description":"The best solution for starting your AI applications.","headline":"Renesas RZ/V AI","url":"https://renesas-rz.github.io/rzv_ai_sdk/2.10/404.html"} - + diff --git a/docs/_site/RZV2L_board_setup_e2studio.html b/docs/_site/RZV2L_board_setup_e2studio.html index 48d7d73..cd68759 100755 --- a/docs/_site/RZV2L_board_setup_e2studio.html +++ b/docs/_site/RZV2L_board_setup_e2studio.html @@ -33,7 +33,7 @@ {"@context":"https://schema.org","@type":"WebPage","dateModified":"2023-12-11T19:09:38+09:00","description":"The best solution for starting your AI applications.","headline":"Renesas RZ/V AI","url":"https://renesas-rz.github.io/rzv_ai_sdk/2.10/RZV2L_board_setup_e2studio.html"} - + diff --git a/docs/_site/ai-sdk.html b/docs/_site/ai-sdk.html index 34f9401..2789fa9 100755 --- a/docs/_site/ai-sdk.html +++ b/docs/_site/ai-sdk.html @@ -30,10 +30,10 @@ +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2024-01-26T14:34:19+09:00","description":"The best solution for starting your AI applications.","headline":"Renesas RZ/V AI","url":"https://renesas-rz.github.io/rzv_ai_sdk/2.10/ai-sdk.html"} - + diff --git a/docs/_site/appendix.html b/docs/_site/appendix.html index 6521136..e8f7969 100755 --- a/docs/_site/appendix.html +++ b/docs/_site/appendix.html @@ -33,7 +33,7 @@ {"@context":"https://schema.org","@type":"WebPage","dateModified":"2023-12-11T19:09:38+09:00","description":"The best solution for starting your AI applications.","headline":"Renesas RZ/V AI","url":"https://renesas-rz.github.io/rzv_ai_sdk/2.10/appendix.html"} - + diff --git a/docs/_site/appendix_internal.html b/docs/_site/appendix_internal.html new file mode 100644 index 0000000..cef0b91 --- /dev/null +++ b/docs/_site/appendix_internal.html @@ -0,0 +1,1275 @@ + + +
+ + + + + + + + + + +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
+
+
This section explains how to setup the board for eMMC Bootloader.
+
Follow the instruction below to setup the board.
+*.exe
file extracted to install the serial port driver.
+ ${WORK}/board_setup/eMMC/bootloader
to your Windows PC.
+ Flash_Writer_SCIF_RZV2L_SMARC
_PMIC_DDR4_2GB_1PCS.mot
bl2_bp-smarc-rzv2l_pmic.srec
fip-smarc-rzv2l_pmic.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 | +
*.mot
) as a text.XLS2
" on the terminal to get following messages.
+
+
+
+ 11E00
". The log continues.
+
+
+
+ 00000
". The log continues.
+
+
+
+ bl2_bp-smarc-rzv2l_pmic.srec
file as a text from the terminal software.
+ y
".
+
+
+
+ XLS2
" on the terminal to get following messages.
+
+
+
+ 00000
". The log continues.
+
+
+
+ 1D200
". The log continues.
+
+
+
+ fip-smarc-rzv2l_pmic.srec
file as a text from the terminal software.
+ y
".
+
+
+
+ root
+
+After this procedure, you can copy the AI Application and boot the board.
+Refer to the Step 7: 2. Deploy Application to the Board in RZ/V2L EVK Getting Started (Link not available).
+
When writing the necessary files for the board, microSD card needs to have appropriate format.
+ Note that you need to run this procedure only once as long as you use the same microSD card.
+
+ Follow the instruction below to format the microSD card partitions.
/dev/sdb
: The device name for the entire microSD card.
+ /dev/sdb1
: The paritition name in microSD card. There may be multiple sdb*
depending on the microSD card.
+ /media/user/A8D3-393D
" in the following example.
+
+
+
+ fdisk
command as shown below to change the partition table according to the following table.
+ Type/Number | +Size | +Type of Filesystem | +Contents | +
---|---|---|---|
Primary #1 | +500MB (minimum 128MB) | +Ext4 | +Linux kernel Device tree |
+
Primary #2 | +All remaining | +Ext4 | +Root filesystem | +
Type/Number | +Size | +Type of Filesystem | +Contents | +
---|---|---|---|
Primary #1 | +500MB (minimum 128MB) | +FAT32 | +Linux kernel Device tree |
+
Primary #2 | +All remaining | +Ext4 | +Root filesystem | +
/dev/sdb1
.
+ o
" to console. The log continues.
+
+
+
+ n
" to console. The log continues.
+
+
+
+ p
" to console. The log continues.
+
+
+
+ +500M
" to console. The log continues.
+
+
+
+ Y
" to console. The log continues.
+
+
+
+ n
" to console. The log continues.
+
+
+
+ p
" to console. The log continues.
+
+
+
+ p
" to console. The log continues.
+
+
+
+ t
" to console. The log continues.
+
+
+
+ 1
" to console. The log continues.
+
+
+
+ b
" to console. The log continues.
+
+
+
+ w
" to console. The fdisk
interface will end.
+
+
+
+
+After this procedure, you can write the necessary data for the board into microSD card.
+Refer to the Write the Linux files to SD card in RZ/V2L EVK Getting Started (Link not available).
To power-off the RZ/V2L EVK, follow the procedures below.
+
shutdown
command on board console.
+ To power-off the RZ/V2H EVK, follow the procedures below.
+
shutdown
command on board console.
+ 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
+
+
AI SDK is build for specific board.
+Its version varies depending on the supported board.
Supported Board | +Supported AI SDK | +
---|---|
RZ/V2L Evaluation Board Kit | +RZ/V2L AI SDK v2.10 | +
RZ/V2H Evaluation Board Kit | +RZ/V2H AI SDK v3.00 | +
Learn more about the RZ/V series.
+ +Software | +Provided on | +Details | +
---|---|---|
AI Applications | +GitHub | +
+ This software is a set of following files that runs on the evaluation board kit. +
|
+
RZ/V AI SDK | +Renesas Website | +
+ This software is a development environment for AI Applications. + Provided as a zip file. + "Getting Started" page (this page) explains how to use RZ/V AI SDK to run the AI Applications. + |
+
RZ/V AI SDK Source Code |
+ Renesas Website | +
+ This software is the source code of RZ/V AI SDK. + Provided as a zip file. + It includes Yocto Linux recipe. + Details and instructions are explained in the following pages. + + + + + + + + + + |
+
Equipment | +Details | +
---|---|
RZ/V2L Evaluation Board | +Evaluation board itself. | +
MIPI Camera Module | +Google Coral Camera. + Note that the CMOS sensor (OV5645) in the camera is no longer available, and should not be used for mass production. |
+
MicroUSB to Serial Cable | +For serial communication between PC and the board. | +
Please prepare the following equipments for your EVK.
For | +Equipment | +Details | +
---|---|---|
+ RZ/V2L + | ++ RZ/V2L EVK + | +
+ Evaluation Board Kit for RZ/V2L. Includes followings. +
|
+
+ AC Adapter + | ++ USB Power Delivery adapter for the board power supply. + | +|
+ MicroHDMI Cable + | +
+ Used to connect the HDMI Monitor and the board. + RZ/V2L EVK has microHDMI port. + |
+ |
+ USB Camera + | +
+ Optional. AI Applications support USB camera input. + Supported resolution: 640x480 + Supported format: 'YUYV' (YUYV 4:2:2) + |
+ |
+ Windows PC + | +
+ Optional. Used as the serial communication console for eMMC Bootloader. + Operating Environment : Windows 10 + |
+ |
+ RZ/V2H + | ++ RZ/V2H EVK + | ++ Evaluation Board Kit for RZ/V2H. + | +
+ AC Adapter + | +
+ USB Power Delivery adapter for the board power supply. + 100W is required. + |
+ |
+ HDMI Cable + | +
+ Used to connect the HDMI Monitor and the board. + RZ/V2H EVK has HDMI port. + |
+ |
+ USB Camera + | +
+ Since RZ/V2H EVK does not include camera module, this will be the standard camera input source. + Supported resolution: 640x480 + Supported format: 'YUYV' (YUYV 4:2:2) +
+ To use MIPI camera, please refer to e-CAM22_CURZH provided by e-con Systems.
+ |
+ |
+ Common + | ++ USB Cable Type-C + | ++ Connect AC adapter and the board. + | +
+ HDMI Monitor + | ++ Used to display the graphics of the board. + | +|
+ microSD card + | +
+ Must have over 4GB capacity of blank space. + Operating Environment: Transcend UHS-I microSD 300S 16GB + |
+ |
+ Linux PC + | +
+ Used for Setup microSD card and RZ/V AI SDK Setup. + Operating Environment: Ubuntu 20.04 + |
+ |
+ SD card reader + | ++ Used for setting up microSD card. + | +|
+ USB Hub + | ++ Used to connect USB Keyboard and USB Mouse to the board. + | +|
+ USB Keyboard + | ++ Used to type strings on the terminal of board. + | +|
+ USB Mouse + | ++ Used to operate the mouse on the screen of board. + | +
v4l2-ctl
command.
+Equipment | +Details | +
---|---|
HDMI Monitor | +Used to display the graphics. | +
Micro HDMI Cable | +Used to connect the HDMI Monitor and the board. | +
AC adapter | +Power supply to the board. | +
USB Cable Type-C | +Connect AC adapter and the board. | +
microSD card | +Must have over 4GB capacity of blank space. Operating Environment: Transcend UHS-I microSD 300S 16GB |
+
Linux PC | +Used for Setup microSD card and RZ/V2L AI SDK Setup. + Operating Environment: Ubuntu 20.04 |
+
SD card reader | +Used for setting up microSD card. |
+
Windows PC | +Optional. Used as the serial communication console for eMMC Bootloader. + Operating Environment : Windows 10 |
+
USB Hub | +Used to connect USB Keyboard and USB Mouse. | +
USB Keyboard | +Used to type strings on the terminal of board. | +
USB Mouse | +Used to operate the mouse on the screen of board. | +
Please install following software on Linux PC.
+RZ/V AI SDK provides following packages for each supported board.
+Name | +Package | +Details | +
---|---|---|
RZ/V AI SDK | +RTK0EF0*SJ.zip | +Package used for AI development. | +
RZ/V AI SDK Source Code |
+ RTK0EF0*SJ_linux-src.zip | +Package used for Linux development. + Please refer to following pages for more details on this package. + + + + + + + + + + |
+
For this Getting Started, please download "RZ/V AI SDK" for your preferred device from the link below.
+
+
+
+
+
+Once downloaded, please check the Release Note included in the package.
+
This step explains how to extract the RZ/V AI SDK zip file.
+This step explains how to setup the RZ/V AI SDK environment.
+<rzv2l/rzv2h>_ai_sdk_container
is a name of docker container, which can be changed by user.
+ $(pwd)/data
is mounted to /drp-ai_tvm/data
on the Docker container by the above command option.libtvm_runtime.so
, which is the necessary file for the board, to host machine.
+You have finished the RZ/V AI SDK environment setup.
+You are ready to build the AI applications!
+
This step explains how to build AI application.
+
+To see the overview about AI Applications, please refer to About AI Applications (Link not available) page.
+
+
+
+
+
+
In AI Applications, there are two types of applications.
+Application | +GitHub Repository | +Details | +Example | +
---|---|---|---|
<Application 1> | +
+ + ++ |
+
+ + These repositories provide the complete instruction in each application documentation. ++ |
+
+ + R01_object_detection ++ |
+
<Application 2> | +
+ + ++ |
+
+
+ This repository only contains AI Applications for RZ/V2L EVK.
+ |
+
+ + 01_Head_count ++ |
+
README.md
document provided in application directory and follow the instruction in the chapter called "Application: Build Stage" (or similar) to build the application.make
command.
+ RZV2L_AiLibrary/01_Head_count/
Head_count_cam/exe
.
+ Please see each EVK Getting Started Step 7 for detailed instructions.
+
+
+
+
+
+
+
+
+
+
+
After Step 7, users should have completed followings. +
Please see each EVK Getting Started Step 8 for detailed instructions.
+
+
+
+
+
+
+
+
+
+
+
After Step 8, users should have completed followings. +
You have experienced the AI Application development procedures.
+Next step is to change the application to create your own AI Application.
+You can use the applications listed in AI Applications to expand your ideas!
+
If you would like to customize Yocto Linux or develop your own board, please change and build the AI SDK Source Code based on your environment.
+
+Please refer to How to Build AI SDK page shown below for more details.
+
+
+
+
+
+
+
+
+
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
+
+
Equipment | +Details | +
---|---|
RZ/V2H Evaluation Board | +Evaluation board itself. | +
+
bmap-tools
is installed on Linux PC.bmap-tools
, install it using following command on Host PC (Not in the docker container).${WORK}/board_setup/eSD.zip
.${WORK}/board_setup/eSD
directory.
+ File | +Description | +
---|---|
core-image-weston-rzv2h-evk-ver1.wic.bmap | +SD card image | +
core-image-weston-rzv2h-evk-ver1.wic.gz | +
/dev/sdb
" as microSD card device name.
+ /media/user/9016-4EF8
" in the following example.
+
+
+
+ /dev/sdb
" as microSD card device name.
+ /dev/sdb
to your microSD card device name./dev/sdb
" as microSD card device name.
+ /dev/sdb
to your microSD card device name./dev/sdb
to your microSD card device name./dev/sdb
to your microSD card device name.tvm
can be determined by user.README.md
document provided in application directory and follow the instruction in the chapter called "Application: Deploy Stage" (or similar) to deploy the application.
+ /dev/sdb
to your microSD card device name.README.md
) of applications on GitHub.
+ *.exe
file extracted to install the serial port driver.
+ ${WORK}/board_setup/eMMC/bootloader
to your Windows PC.
+ Flash_Writer_SCIF_RZV2L_SMARC
_PMIC_DDR4_2GB_1PCS.mot
bl2_bp-smarc-rzv2l_pmic.srec
fip-smarc-rzv2l_pmic.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 | +
*.mot
) as a text.XLS2
" on the terminal to get following messages.
+{% highlight console %}
+> XLS2
+===== Qspi writing of RZ/G2 Board Command =============
+Load Program to Spiflash
+Writes to any of SPI address.
+Micron : MT25QU512
+Program Top Address & Qspi Save Address
+===== Please Input Program Top Address ============
+ Please Input : H'
+{% endhighlight %}
+ 11E00
". The log continues.
+{% highlight console %}
+ Please Input : H'11E00
+===== Please Input Qspi Save Address ===
+ Please Input : H'
+{% endhighlight %}
+ 00000
". The log continues.
+{% highlight console %}
+ Please Input : H'00000
+Work RAM(H'50000000-H'53FFFFFF) Clear....
+please send ! ('.' & CR stop load)
+{% endhighlight %}
+ bl2_bp-smarc-rzv2l_pmic.srec
file as a text from the terminal software.
+ y
".
+{% highlight console %}
+SPI Data Clear(H'FF) Check : H'00000000-0000FFFF,Clear OK?(y/n)
+{% endhighlight %}
+ XLS2
" on the terminal to get following messages.
+{% highlight console %}
+> XLS2
+===== Qspi writing of RZ/G2 Board Command =============
+Load Program to Spiflash
+Writes to any of SPI address.
+Micron : MT25QU512
+Program Top Address & Qspi Save Address
+===== Please Input Program Top Address ============
+ Please Input : H'
+{% endhighlight %}
+ 00000
". The log continues.
+{% highlight console %}
+ Please Input : H'00000
+===== Please Input Qspi Save Address ===
+ Please Input : H'
+{% endhighlight %}
+ 1D200
". The log continues.
+{% highlight console %}
+ Please Input : H'1D200
+Work RAM(H'50000000-H'53FFFFFF) Clear....
+please send ! ('.' & CR stop load)
+{% endhighlight %}
+ fip-smarc-rzv2l_pmic.srec
file as a text from the terminal software.
+ y
".
+{% highlight console %}
+SPI Data Clear(H'FF) Check : H'00000000-0000FFFF,Clear OK?(y/n)
+{% endhighlight %}
+ root
+ /dev/sdb
: The device name for the entire microSD card.
+ /dev/sdb1
: The paritition name in microSD card. There may be multiple sdb*
depending on the microSD card.
+ /media/user/A8D3-393D
" in the following example.
+{% highlight shell %}
+Filesystem 1K-blocks Used Available Use% Mounted on
+udev 745652 0 745652 0% /dev
+:
+snip
+:
+/dev/sdb1 511720 4904 506816 1% /media/user/A8D3-393B
+{% endhighlight %}
+ fdisk
command as shown below to change the partition table according to the following table.
+ Type/Number | +Size | +Type of Filesystem | +Contents | +
---|---|---|---|
Primary #1 | +500MB (minimum 128MB) | +Ext4 | +Linux kernel Device tree |
+
Primary #2 | +All remaining | +Ext4 | +Root filesystem | +
Type/Number | +Size | +Type of Filesystem | +Contents | +
---|---|---|---|
Primary #1 | +500MB (minimum 128MB) | +FAT32 | +Linux kernel Device tree |
+
Primary #2 | +All remaining | +Ext4 | +Root filesystem | +
/dev/sdb1
.
+ o
" to console. The log continues.
+{% highlight shell %}
+Created a new DOS disklabel with disk identifier 0x6b6aac6e.
+
+Command (m for help):
+{% endhighlight %}
+ n
" to console. The log continues.
+{% highlight shell %}
+Partition type
+p primary (0 primary, 0 extended, 4 free)
+e extended (container for logical partitions)
+Select (default p):
+{% endhighlight %}
+ p
" to console. The log continues.
+{% highlight shell %}
+Partition number (1-4, default 1):
+{% endhighlight %}
+ +500M
" to console. The log continues.
+{% highlight shell %}
+Created a new partition 1 of type 'Linux' and of size 500 MiB.
+Partition #1 contains a vfat signature.
+
+Do you want to remove the signature? [Y]es/[N]o:
+{% endhighlight %}
+ Y
" to console. The log continues.
+{% highlight shell %}
+The signature will be removed by a write command.
+
+Command (m for help):
+{% endhighlight %}
+ n
" to console. The log continues.
+{% highlight shell %}
+Partition type
+p primary (1 primary, 0 extended, 3 free)
+e extended (container for logical partitions)
+Select (default p):
+{% endhighlight %}
+ p
" to console. The log continues.
+{% highlight shell %}
+Partition number (2-4, default 2):
+{% endhighlight %}
+ p
" to console. The log continues.
+{% highlight shell %}
+Disk /dev/sdb: 29.74 GiB, 31914983424 bytes, 62333952 sectors
+Disk model: Transcend
+Units: sectors of 1 \* 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 512 bytes
+I/O size (minimum/optimal): 512 bytes / 512 bytes
+ Disklabel type: dos
+Disk identifier: 0x6b6aac6e
+
+Device Boot Start End 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.
+
+Command (m for help):
+{% endhighlight %}
+ t
" to console. The log continues.
+{% highlight shell %}
+Partition number (1,2, default 2):
+{% endhighlight %}
+ 1
" to console. The log continues.
+{% highlight shell %}
+Hex code (type L to list all codes):
+{% endhighlight %}
+ b
" to console. The log continues.
+{% highlight shell %}
+Changed type of partition 'Linux' to 'W95 FAT32'.
+
+Command (m for help):
+{% endhighlight %}
+ w
" to console. The fdisk
interface will end.
+{% highlight shell %}
+The partition table has been altered.
+Syncing disks.
+{% endhighlight %}
+ shutdown
command on board console.
+ shutdown
command on board console.
+ Supported Board | +Supported AI SDK | +
---|---|
RZ/V2L Evaluation Board Kit | +RZ/V2L AI SDK v2.10 | +
RZ/V2H Evaluation Board Kit | +RZ/V2H AI SDK v3.00 | +
Software | +Provided on | +Details | +
---|---|---|
AI Applications | +GitHub | +
+ This software is a set of following files that runs on the evaluation board kit. +
|
+
RZ/V AI SDK | +Renesas Website | +
+ This software is a development environment for AI Applications. + Provided as a zip file. + "Getting Started" page (this page) explains how to use RZ/V AI SDK to run the AI Applications. + |
+
RZ/V AI SDK Source Code |
+ Renesas Website | +
+ This software is the source code of RZ/V AI SDK. + Provided as a zip file. + It includes Yocto Linux recipe. + Details and instructions are explained in the following pages. + + + + + + + + + + |
+
Equipment | +Details | +
---|---|
RZ/V2L Evaluation Board | +Evaluation board itself. | +
MIPI Camera Module | +Google Coral Camera. + Note that the CMOS sensor (OV5645) in the camera is no longer available, and should not be used for mass production. |
+
MicroUSB to Serial Cable | +For serial communication between PC and the board. | +
For | +Equipment | +Details | +
---|---|---|
+ RZ/V2L + | ++ RZ/V2L EVK + | +
+ Evaluation Board Kit for RZ/V2L. Includes followings. +
|
+
+ AC Adapter + | ++ USB Power Delivery adapter for the board power supply. + | +|
+ MicroHDMI Cable + | +
+ Used to connect the HDMI Monitor and the board. + RZ/V2L EVK has microHDMI port. + |
+ |
+ USB Camera + | +
+ Optional. AI Applications support USB camera input. + Supported resolution: 640x480 + Supported format: 'YUYV' (YUYV 4:2:2) + |
+ |
+ Windows PC + | +
+ Optional. Used as the serial communication console for eMMC Bootloader. + Operating Environment : Windows 10 + |
+ |
+ RZ/V2H + | ++ RZ/V2H EVK + | ++ Evaluation Board Kit for RZ/V2H. + | +
+ AC Adapter + | +
+ USB Power Delivery adapter for the board power supply. + 100W is required. + |
+ |
+ HDMI Cable + | +
+ Used to connect the HDMI Monitor and the board. + RZ/V2H EVK has HDMI port. + |
+ |
+ USB Camera + | +
+ Since RZ/V2H EVK does not include camera module, this will be the standard camera input source. + Supported resolution: 640x480 + Supported format: 'YUYV' (YUYV 4:2:2) +
+ To use MIPI camera, please refer to e-CAM22_CURZH provided by e-con Systems.
+ |
+ |
+ Common + | ++ USB Cable Type-C + | ++ Connect AC adapter and the board. + | +
+ HDMI Monitor + | ++ Used to display the graphics of the board. + | +|
+ microSD card + | +
+ Must have over 4GB capacity of blank space. + Operating Environment: Transcend UHS-I microSD 300S 16GB + |
+ |
+ Linux PC + | +
+ Used for Setup microSD card and RZ/V AI SDK Setup. + Operating Environment: Ubuntu 20.04 + |
+ |
+ SD card reader + | ++ Used for setting up microSD card. + | +|
+ USB Hub + | ++ Used to connect USB Keyboard and USB Mouse to the board. + | +|
+ USB Keyboard + | ++ Used to type strings on the terminal of board. + | +|
+ USB Mouse + | ++ Used to operate the mouse on the screen of board. + | +
v4l2-ctl
command.
+Equipment | +Details | +
---|---|
HDMI Monitor | +Used to display the graphics. | +
Micro HDMI Cable | +Used to connect the HDMI Monitor and the board. | +
AC adapter | +Power supply to the board. | +
USB Cable Type-C | +Connect AC adapter and the board. | +
microSD card | +Must have over 4GB capacity of blank space. Operating Environment: Transcend UHS-I microSD 300S 16GB |
+
Linux PC | +Used for Setup microSD card and RZ/V2L AI SDK Setup. + Operating Environment: Ubuntu 20.04 |
+
SD card reader | +Used for setting up microSD card. |
+
Windows PC | +Optional. Used as the serial communication console for eMMC Bootloader. + Operating Environment : Windows 10 |
+
USB Hub | +Used to connect USB Keyboard and USB Mouse. | +
USB Keyboard | +Used to type strings on the terminal of board. | +
USB Mouse | +Used to operate the mouse on the screen of board. | +
Please install following software on Linux PC.
+Name | +Package | +Details | +
---|---|---|
RZ/V AI SDK | +RTK0EF0*SJ.zip | +Package used for AI development. | +
RZ/V AI SDK Source Code |
+ RTK0EF0*SJ_linux-src.zip | +Package used for Linux development. + Please refer to following pages for more details on this package. + + + + + + + + + + |
+
_ai_sdk_container
is a name of docker container, which can be changed by user.
+ $(pwd)/data
is mounted to /drp-ai_tvm/data
on the Docker container by the above command option.libtvm_runtime.so
, which is the necessary file for the board, to host machine.Application | +GitHub Repository | +Details | +Example | +
---|---|---|---|
+ + ++ |
+
+ + These repositories provide the complete instruction in each application documentation. ++ |
+
+ + R01_object_detection ++ |
+ |
+ + ++ |
+
+
+ This repository only contains AI Applications for RZ/V2L EVK.
+ |
+
+ + 01_Head_count ++ |
+
README.md
document provided in application directory and follow the instruction in the chapter called "Application: Build Stage" (or similar) to build the application.make
command.
+ RZV2L_AiLibrary/01_Head_count/
Head_count_cam/exe
.
+ After Step 7, users should have completed followings. +
After Step 8, users should have completed followings. +
Equipment | +Details | +
---|---|
RZ/V2H Evaluation Board | +Evaluation board itself. | +
bmap-tools
is installed on Linux PC.bmap-tools
, install it using following command on Host PC (Not in the docker container).${WORK}/board_setup/eSD.zip
.${WORK}/board_setup/eSD
directory.
+ File | +Description | +
---|---|
core-image-weston-rzv2h-evk-ver1.wic.bmap | +SD card image | +
core-image-weston-rzv2h-evk-ver1.wic.gz | +
/dev/sdb
" as microSD card device name.
+ /media/user/9016-4EF8
" in the following example.
+{% highlight shell%}
+Filesystem Size Used Avail Use% Mounted on
+:
+snip
+:
+/dev/sdb1 15G 32K 15G 1% /media/user/9016-4EF8
+{% endhighlight %}
+ /dev/sdb
" as microSD card device name.
+ /dev/sdb
to your microSD card device name./dev/sdb
" as microSD card device name.
+ /dev/sdb
to your microSD card device name./dev/sdb
to your microSD card device name./dev/sdb
to your microSD card device name.tvm
can be determined by user.README.md
document provided in application directory and follow the instruction in the chapter called "Application: Deploy Stage" (or similar) to deploy the application.
+ /dev/sdb
to your microSD card device name.README.md
) of applications on GitHub.
+