<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Windows on SamsiFPV</title>
    <link>https://samsifpv.ch/tags/windows/</link>
    <description>Recent content in Windows on SamsiFPV</description>
    <image>
      <title>SamsiFPV</title>
      <url>https://samsifpv.ch/images/papermod-cover.png</url>
      <link>https://samsifpv.ch/images/papermod-cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <copyright>Marlon Tanner</copyright>
    <lastBuildDate>Thu, 19 Dec 2024 21:13:45 +0200</lastBuildDate>
    <atom:link href="https://samsifpv.ch/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Linux Distro with Yocto for the Variscite MX7</title>
      <link>https://samsifpv.ch/wiki/building-yocto/</link>
      <pubDate>Thu, 19 Dec 2024 21:13:45 +0200</pubDate>
      <guid>https://samsifpv.ch/wiki/building-yocto/</guid>
      <description>&lt;p&gt;This guide is based heavily on the &lt;a href=&#34;http://variwiki.com/index.php?title=Yocto_Build_Release&amp;amp;release=RELEASE_THUD_V1.0_VAR-SOM-MX7&#34;&gt;official guide&lt;/a&gt; from &lt;a href=&#34;https://www.variscite.com&#34;&gt;Variscite&lt;/a&gt;, with some additional info i found useful while learning this.&lt;/p&gt;
&lt;h2 id=&#34;1-dependencies&#34;&gt;1 Dependencies&lt;/h2&gt;
&lt;h3 id=&#34;11-ubuntu-1604-lts--1804-lts&#34;&gt;1.1 Ubuntu 16.04 LTS &amp;amp; 18.04 LTS&lt;/h3&gt;
&lt;p&gt;This tutorial was made with a machine running Ubuntu 18.04 LTS 64-bit, which worked almost flawless, though Variscite&amp;rsquo;s original tutorial is based on Ubuntu 16.04 64-bit.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt-get install gawk wget git diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping libsdl1.2-dev xterm

sudo apt-get install autoconf libtool libglib2.0-dev libarchive-dev python-git \
sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev \
mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;12-ubuntu-2004-lts&#34;&gt;1.2 Ubuntu 20.04 LTS&lt;/h3&gt;
&lt;p&gt;Compiling Yocto thud does not work on Ubuntu 20.04 LTS 64-bit. The GNU C library, or short glibc, is version 2.30 in Ubuntu 20.04, which is incompatible to glibc 2.29, which the bitbake command expects. &lt;a href=&#34;https://patchwork.openembedded.org/patch/165581/&#34;&gt;This patch&lt;/a&gt; from OCtober 2019 in the OpenEmbedded Core Layer fixes this, but it hasn&amp;rsquo;t been implemented into the Variscite BSP for Yocto thud. The last update for the thud-fslc-4.14.78-mx7-v1.0 tag was in May 2019, so it probably won&amp;rsquo;t be updated anymore. Downgrading the glibc is not recommended, so you should compile it in a virtual machine or with docker.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to run Windows 11 in GNOME Boxes (with UEFI and TPM2 emulation)</title>
      <link>https://samsifpv.ch/wiki/w11-vm-on-linux/</link>
      <pubDate>Thu, 19 Dec 2024 21:13:45 +0200</pubDate>
      <guid>https://samsifpv.ch/wiki/w11-vm-on-linux/</guid>
      <description>&lt;p&gt;Windows 11 significantly raised its hardware requirements compared to Windows 10. Among the changes, it requires more RAM and storage space. It also requires a Trusted Platform Module (TPM) version 2.0 and a UEFI boot environment.&lt;/p&gt;
&lt;p&gt;GNOME Boxes doesn’t yet support TPM and UEFI environments. However, the underlying virtualization technology supports it. You just need to tweak a few configuration options along the way. Read the instructions carefully!&lt;/p&gt;
&lt;h2 id=&#34;install-gnome-boxes-and-its-prerequisites&#34;&gt;Install GNOME Boxes and its prerequisites&lt;/h2&gt;
&lt;p&gt;Start by installing GNOME Boxes from your Linux distribution’s package repository.
You cannot use the Flatpak/Flathub version as it doesn’t currently support emulating a TPM.
The package is called gnome-boxes everywhere. You need version 40 or newer!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
