You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
cmake ../shasta -DBUILD_ID="Shasta Release X.Y.Z for 64 bit ARM"
51
51
make install -j
52
52
</code></li>
53
-
<li>Download the <code>aarch64</code> Shasta binary (using <code>scp</code>) and rename it to <code>shasta-Linux-aarch64-X.Y.Z</code>. This is the seventh artifact for the release.</li>
53
+
<li>Download the <code>aarch64</code> Shasta binary (using <code>scp</code>) and rename it to <code>shasta-Linux-ARM-X.Y.Z</code>. This is the seventh artifact for the release.</li>
Copy file name to clipboardExpand all lines: docs/Running.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -656,10 +656,10 @@ <h2 id=Docker>Running an assembly using Docker</h2>
656
656
<h2id=Errors>Dealing with errors</h2>
657
657
<ul>
658
658
<li><code>FATAL: kernel too old</code> : If you get this error when using
659
-
<code>shasta-Linux-0.5.1</code>, then you should retry with <code>shasta-OldLinux-0.5.1</code>, which is a version of Shasta built for older kernels.
659
+
<code>shasta-Linux-0.6.0</code>, then you should retry with <code>shasta-OldLinux-0.6.0</code>, which is a version of Shasta built for older kernels.
660
660
You can find out the kernel version on your system by running <code>uname -a</code>.
661
661
Compare it with the minimum required kernel version for the Shasta executable by running
662
-
<code>file shasta-Linux-0.5.1</code> or <code>file shasta-OldLinux-0.5.1</code>.
662
+
<code>file shasta-Linux-0.6.0</code> or <code>file shasta-OldLinux-0.6.0</code>.
663
663
664
664
<li><code>sh: 1: cannot create /sys/kernel/mm/hugepages/hugepages-2048kB/nr_overcommit_hugepages: Read-only file system</code>: Shasta needs root privilege to use the `hugetlbfs` filesystem. If you're running this in a Docker container, you need to
0 commit comments