Skip to content

Commit

Permalink
Deployed 1595415 to docs-develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent e220be5 commit fa0c619
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
4 changes: 0 additions & 4 deletions docs-develop/core-services/sqlite-db-service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4504,10 +4504,6 @@
<h1 id="sqlite-db-service">SQLite Db Service</h1>
<p>Starting from version 5.3, Kura provides provides an integration of the SQLite database, based on the org.xerial:sqlite-jdbc wrapper .</p>
<p>The database integration is not included in the official distribution, but it can be downloaded from Eclipse Marketplace as a deployment package.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Note about Raspberry PI: Recent versions of Raspberry Pi OS 32 bit on Raspberry PI 4 will use by default a 64 bit kernel with a 32 bit userspace. This can cause issues to applications that use the result of <code>uname -m</code> to decide which native libraries to load (see https://github.com/raspberrypi/firmware/issues/1795). This currently affects the Kura SQLite database connector. It should be possible to solve by switching to the 32 bit kernel setting <code>arm_64bit=0</code> in <code>/boot/config.txt</code> and restarting the device.</p>
</div>
<h2 id="supported-features">Supported Features</h2>
<p>Kura supports the following SQLite database features:</p>
<ul>
Expand Down
7 changes: 1 addition & 6 deletions docs-develop/getting-started/install-kura/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4536,7 +4536,7 @@ <h2 id="kura-installers">Kura installers</h2>
<p>A user can deploy Kura on a target system using the installer tailored for the device architecture. The installer file looks like:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>kura_&lt;kura-version&gt;_&lt;arch&gt;.deb
</code></pre></div>
<p>where <code>&lt;arch&gt;</code> is one of the <strong>supported architectures</strong>: <em>amd64</em>, <em>arm64</em>, and <em>armhf</em>. Kura can work on systems that have available the dependencies listed in the <a href="#kura-dependencies">Kura dependencies</a> section, and that have <strong>at least one</strong> physical ethernet interface.</p>
<p>where <code>&lt;arch&gt;</code> is one of the <strong>supported architectures</strong>: <em>amd64</em> and <em>arm64</em>. Kura can work on systems that have available the dependencies listed in the <a href="#kura-dependencies">Kura dependencies</a> section, and that have <strong>at least one</strong> physical ethernet interface.</p>
<p>From Kura version 6.0.0 the Java 17 runtime is <strong>required</strong> to run the framework correctly.</p>
<h3 id="java-heap-memory-assignment">Java Heap Memory Assignment</h3>
<p>The Eclipse Kura&trade;'s installer incorporates an adaptive Heap Memory allocation system during installation. The allocation follows a formula based on your gateway's available memory. If your gateway has less than 1024MB of RAM, Kura will set -Xms and -Xmx to 256MB. For gateways with more than 1024MB, one quarter of the total RAM will be assigned to -Xms and -Xmx.</p>
Expand Down Expand Up @@ -4638,11 +4638,6 @@ <h3 id="reference-devices">Reference devices</h3>
<tbody>
<tr>
<td><strong>Raspberry Pi 3/4</strong></td>
<td><em>armhf</em></td>
<td>Raspberry Pi OS "Bookworm"</td>
</tr>
<tr>
<td><strong>Raspberry Pi 3/4</strong></td>
<td><em>arm64</em></td>
<td>Raspberry Pi OS "Bookworm"</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4424,11 +4424,7 @@ <h2 id="overview">Overview</h2>
<p class="admonition-title">Warning</p>
<p>This quickstart will install the version of Kura with the administrative web UI and network configuration support but not <a href="https://en.wikipedia.org/wiki/CAN_bus">CAN bus</a> support. For more information on this please visit the <a href="https://websites.eclipseprojects.io/kura/downloads.php">Eclipse Kura download page</a></p>
</div>
<p>This quickstart has been tested using the latest Raspberry Pi OS 32 and 64 bits images which are available for download through <a href="https://www.raspberrypi.com/software/operating-systems/">the official Raspberry Pi foundation site</a> and the Raspberry Pi Imager.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Recent versions of Raspberry Pi OS 32 bit on Raspberry PI 4 will use by default a 64 bit kernel with a 32 bit userspace. This can cause issues to applications that use the result of <code>uname -m</code> to decide which native libraries to load (see https://github.com/raspberrypi/firmware/issues/1795). This currently affects for example the Kura SQLite database connector. It should be possible to solve by switching to the 32 bit kernel setting <code>arm_64bit=0</code> in <code>/boot/config.txt</code> and restarting the device.</p>
</div>
<p>This quickstart has been tested using the latest Raspberry Pi OS 64 bits images which are available for download through <a href="https://www.raspberrypi.com/software/operating-systems/">the official Raspberry Pi foundation site</a> and the Raspberry Pi Imager.</p>
<p>For additional details on OS compatibility refer to the <a href="https://websites.eclipseprojects.io/kura/downloads.php">Kura&trade; release notes</a>.</p>
<h2 id="enable-ssh-access">Enable SSH Access</h2>
<p>The ssh server is disabled by default on Raspbian images released after November 2016,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4590,7 +4590,7 @@ <h3 id="eclipse-kura-maven-build">Eclipse Kura maven build</h3>
</code></pre></div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>You can skip tests by adding <code>-Dmaven.test.skip=true</code> in the commands above and you can compile a specific target by specifying the profile (e.g. <code>-Praspberry-pi-armhf</code>).</p>
<p>You can skip tests by adding <code>-Dmaven.test.skip=true</code> in the commands above and you can compile a specific target by specifying the profile (e.g. <code>-Parm64</code>).</p>
</div>
<h4 id="build-scripts">Build scripts</h4>
<p>Alternatively you can use the build scripts available in the root directory.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit fa0c619

Please sign in to comment.