-
Notifications
You must be signed in to change notification settings - Fork 1
/
sdk-arm64.html
96 lines (87 loc) · 4.03 KB
/
sdk-arm64.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Sharemind® SDK</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<a href="javascript:" id="return-to-top"><span class="icon fa-chevron-up"></span></a>
<!-- Header -->
<header id="header">
<h1 id="large-header-heading"><a href="index.html">Sharemind® SDK 2023.09 Beta</a></h1>
<h1 id="small-header-heading"><a href="index.html">Sharemind® SDK Beta</a></h1>
<ul class="links">
<li><a href="index.html"><span class="icon fa-home"></span></a></li>
<li><a href="index.html#download">Download SDK</a></li>
<li><a href="index.html#getting-started">Getting started</a></li>
<li><a href="index.html#documentation">Documentation</a></li>
<li><a href="release-notes.html#release-notes">Release notes</a></li>
</ul>
<a id="nav-button" href="#nav">Menu</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#download">Download SDK</a></li>
<li><a href="index.html#getting-started">Getting started</a></li>
<li><a href="index.html#documentation">Documentation</a></li>
<li><a href="release-notes.html#release-notes">Release notes</a></li>
</ul>
<ul class="actions vertical">
<li><a href="https://sharemind.cyber.ee/secure-computing-platform/#sdk" target="_blank" class="button fit">Download VM</a></li>
<li><a href="https://github.com/sharemind-sdk/build-sdk" target="_blank" class="button fit">Build from source</a></li>
</ul>
</nav>
<div id="banner-include"></div>
<a class="anchor" id="sdk-arm64"></a>
<div class="main container">
<h2>Sharemind SDK for Apple Silicon</h2>
<h3 id="quick-start">Quick start</h3>
<ol type="1">
<li><a href="https://sharemind.cyber.ee/sharemind-mpc/#popup-download-sdk" target="_blank">Download VM</a>
(ZIP file, 2.7 GB) and unzip it.</li>
<li>Install <a href="https://mac.getutm.app/">UTM</a>.</li>
<li>Open VM folder (<code>.utm</code>) in UTM.</li>
</ol>
<h4 id="vm-specs">VM specs</h4>
<ul>
<li>Architecture: ARM64 (qemu-system-aarch64)</li>
<li>Memory: 2 GB</li>
<li>Disk: 10 GB</li>
<li>SPICE tools: installed</li>
<li>username: sharemind</li>
<li>password: sharemind</li>
</ul>
<h3 id="host-guest-sharing">Host-guest sharing</h3>
<p>SPICE tools are installed (Debian packages <code>spice-vdagent</code>
and <code>spice-webdavd</code>). Clipboard sharing should be working. If
needed, double check in the VM options: <em>Sharing</em> ->
<em>Enable CLipboard Sharing</em>.</p>
<p>To share a folder with VM, go to <em>Sharing</em> and browse for a
folder on your host machine. Choose <em>SPICE WebDAV</em> as share mode
(<em>VirtFS</em> is not tested). In the VM, you are able to access
shared folder by going to http://127.0.0.1:9843/ with a web browser or
using this address with any WebDAV tool.</p>
<p>More information on sharing at
<a href="https://docs.getutm.app/guest-support/linux/">https://docs.getutm.app/guest-support/linux/</a>.</p>
<h3 id="troubleshooting">Troubleshooting</h3>
<ul>
<li>Due to a bug auto resolution does not work. Run
<code>xrandr --output Virtual-1 --auto</code> to resize.</li>
<li>For port forwarding, switch the network adapter to <em>Emulated
VLAN</em> as this enables the <em>Port Forwarding</em> submenu.</li>
</ul>
</div>
<div id="footer-include"></div>
<!-- Scripts -->
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/jquery-3.1.1.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/release-notes.js"></script>
</body>
</html>