Skip to content

Commit

Permalink
5.00
Browse files Browse the repository at this point in the history
  • Loading branch information
wk-mnA committed Aug 9, 2024
1 parent 9240d19 commit ed7ba31
Show file tree
Hide file tree
Showing 38 changed files with 3,719 additions and 3,730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

- name: get_version
run: echo "RELEASE_VERSION=4.00" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=5.00" >> $GITHUB_ENV

# you probably would do build and test steps here

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# in the templates via {{ site.myvariable }}.

title: Renesas RZ/V AI
version: "4.00"
version: "5.00"
#email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
The best solution for starting your AI applications.
domain: "renesas-rz.github.io"
baseurl: "/rzv_ai_sdk/4.00" # the subpath of your site, e.g. /blog
baseurl: "/rzv_ai_sdk/5.00" # the subpath of your site, e.g. /blog
repository: renesas-rz/rzv_ai_sdk
url: "https://renesas-rz.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username: jekyllrb
Expand Down
3 changes: 0 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ <h5 class="ham-nodisplay mt-3" style="margin-bottom: 5px;">
<li>
<a href="{{ site.url }}{{ site.baseurl }}{% link howto_build_aisdk_v2h.md %}#A2">Appendix 2. Resize microSD card image</a>
</li>
<li>
<a href="{{ site.url }}{{ site.baseurl }}{% link howto_build_aisdk_v2h.md %}#A3">Appendix 3. Prepare H.264/H.265 Enc/Dec</a>
</li>
</ul>
</details>
<details>
Expand Down
321 changes: 159 additions & 162 deletions docs/_site/404.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/_site/RZV2L_board_setup_e2studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="The best solution for starting your AI applications." />
<meta property="og:description" content="The best solution for starting your AI applications." />
<link rel="canonical" href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/RZV2L_board_setup_e2studio.html" />
<meta property="og:url" content="https://renesas-rz.github.io/rzv_ai_sdk/4.00/RZV2L_board_setup_e2studio.html" />
<link rel="canonical" href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/RZV2L_board_setup_e2studio.html" />
<meta property="og:url" content="https://renesas-rz.github.io/rzv_ai_sdk/5.00/RZV2L_board_setup_e2studio.html" />
<meta property="og:site_name" content="Renesas RZ/V AI" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Renesas RZ/V AI" />
<script type="application/ld+json">
{"@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/4.00/RZV2L_board_setup_e2studio.html"}</script>
{"@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/5.00/RZV2L_board_setup_e2studio.html"}</script>
<!-- End Jekyll SEO tag -->

<link rel="stylesheet" href="assets/css/style.css?v=5f48b9330db3b1f557163d29c312f73b7c8d76ef">
<link rel="stylesheet" href="assets/css/style.css?v=9240d199057e18f1c55b685f021f9a15922a0eaa">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
Expand All @@ -44,7 +44,7 @@


<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/rzv_ai_sdk/4.00/favicon.ico" -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/rzv_ai_sdk/5.00/favicon.ico" -->

<!-- end custom head snippets -->

Expand All @@ -64,7 +64,7 @@

<script>
$(function(){
$("#reference3").load("https://renesas-rz.github.io/rzv_ai_sdk/4.00/getting_started.html reference3");
$("#reference3").load("https://renesas-rz.github.io/rzv_ai_sdk/5.00/getting_started.html reference3");
});
</script>

Expand Down Expand Up @@ -93,7 +93,7 @@ <h4 id="step1_setup_V2Lboard">Step 1: Setup RZ/V2L Evaluation Board Kit</h4>
<h5 id="stepa">
<li type="A">Format SD card<br /></li>
</h5>
Create the following partitions on microSD card according to "<a href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/eSD_format_sd.html">Format SD card for eSD Boot</a>".<br />
Create the following partitions on microSD card according to "<a href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/eSD_format_sd.html">Format SD card for eSD Boot</a>".<br />
<br />
<table class="gstable">
<tr>
Expand Down
341 changes: 169 additions & 172 deletions docs/_site/about-applications.html

Large diffs are not rendered by default.

372 changes: 178 additions & 194 deletions docs/_site/ai-sdk.html

Large diffs are not rendered by default.

325 changes: 161 additions & 164 deletions docs/_site/ainavi_appendix.html

Large diffs are not rendered by default.

327 changes: 162 additions & 165 deletions docs/_site/ainavi_quick_start_guide.html

Large diffs are not rendered by default.

333 changes: 165 additions & 168 deletions docs/_site/appendix.html

Large diffs are not rendered by default.

331 changes: 164 additions & 167 deletions docs/_site/applications.html

Large diffs are not rendered by default.

341 changes: 169 additions & 172 deletions docs/_site/demo.html

Large diffs are not rendered by default.

335 changes: 166 additions & 169 deletions docs/_site/demo_v2h.html

Large diffs are not rendered by default.

327 changes: 162 additions & 165 deletions docs/_site/download.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/_site/eSD_format_sd.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="The best solution for starting your AI applications." />
<meta property="og:description" content="The best solution for starting your AI applications." />
<link rel="canonical" href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/eSD_format_sd.html" />
<meta property="og:url" content="https://renesas-rz.github.io/rzv_ai_sdk/4.00/eSD_format_sd.html" />
<link rel="canonical" href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/eSD_format_sd.html" />
<meta property="og:url" content="https://renesas-rz.github.io/rzv_ai_sdk/5.00/eSD_format_sd.html" />
<meta property="og:site_name" content="Renesas RZ/V AI" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Renesas RZ/V AI" />
<script type="application/ld+json">
{"@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/4.00/eSD_format_sd.html"}</script>
{"@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/5.00/eSD_format_sd.html"}</script>
<!-- End Jekyll SEO tag -->

<link rel="stylesheet" href="assets/css/style.css?v=5f48b9330db3b1f557163d29c312f73b7c8d76ef">
<link rel="stylesheet" href="assets/css/style.css?v=9240d199057e18f1c55b685f021f9a15922a0eaa">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
Expand All @@ -44,7 +44,7 @@


<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/rzv_ai_sdk/4.00/favicon.ico" -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/rzv_ai_sdk/5.00/favicon.ico" -->

<!-- end custom head snippets -->

Expand Down Expand Up @@ -356,7 +356,7 @@ <h4 id="eSD_Format_2">2. Create SD card partition</h4>
</ol>
<p><br />
After this procedure, you can write the necessary data for the board into microSD card.<br />
Go to “<a href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/RZV2L_board_setup_e2studio.html">Set up RZ/V2L Evaluation Board Kit</a>” to prepare a micro SD card for booting.</p>
Go to “<a href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/RZV2L_board_setup_e2studio.html">Set up RZ/V2L Evaluation Board Kit</a>” to prepare a micro SD card for booting.</p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/feed.xml" rel="self" type="application/atom+xml" /><link href="https://renesas-rz.github.io/rzv_ai_sdk/4.00/" rel="alternate" type="text/html" /><updated>2024-08-09T11:32:13+09:00</updated><id>https://renesas-rz.github.io/rzv_ai_sdk/4.00/feed.xml</id><title type="html">Renesas RZ/V AI</title><subtitle>The best solution for starting your AI applications.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/feed.xml" rel="self" type="application/atom+xml" /><link href="https://renesas-rz.github.io/rzv_ai_sdk/5.00/" rel="alternate" type="text/html" /><updated>2024-08-09T11:51:55+09:00</updated><id>https://renesas-rz.github.io/rzv_ai_sdk/5.00/feed.xml</id><title type="html">Renesas RZ/V AI</title><subtitle>The best solution for starting your AI applications.</subtitle></feed>
Loading

0 comments on commit ed7ba31

Please sign in to comment.