<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[raspi 64 bit available]]></title><description><![CDATA[<p dir="auto">see<br />
<a href="https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/</a></p>
<p dir="auto">note the issues w 64 bit chromium in the text</p>
]]></description><link>https://forum.magicmirror.builders/topic/16311/raspi-64-bit-available</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 01:02:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16311.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Feb 2022 18:48:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 14 Feb 2022 20:07:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> thanks for the info. so i guess for the docs page it will be a “do it via the ui” info instead of the good old “edit this file” :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/99599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99599</guid><dc:creator><![CDATA[rejas]]></dc:creator><pubDate>Mon, 14 Feb 2022 20:07:41 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 20:23:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a>  cool. once u know what it does, easy</p>
]]></description><link>https://forum.magicmirror.builders/post/99427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99427</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 07 Feb 2022 20:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 20:12:42 GMT]]></title><description><![CDATA[<p dir="auto">If you use the WebUI the changes are made here:</p>
<pre><code class="language-bash">pi@pi4:~ $ cat /usr/share/dispsetup.sh
#!/bin/sh
if ! grep -q 'Raspberry Pi' /proc/device-tree/model || (grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2&gt; /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2&gt; /dev/null || grep -q okay /proc/device-tree/v3dbus/v3d@7ec04000/status 2&gt; /dev/null) ; then
if xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off --dryrun ; then
xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off
fi
fi
if [ -e /usr/share/tssetup.sh ] ; then
. /usr/share/tssetup.sh
fi
exit 0
</code></pre>
<p dir="auto">So editing this script should work for command line.</p>
]]></description><link>https://forum.magicmirror.builders/post/99425</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99425</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Mon, 07 Feb 2022 20:12:42 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 19:24:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rejas" aria-label="Profile: rejas">@<bdi>rejas</bdi></a></p>
<p dir="auto">it works in the WebUI preferences -&gt; screen configuration</p>
<p dir="auto">command line: <code>xrandr --output HDMI-1 --rotate right</code> (got it not working over ssh)</p>
]]></description><link>https://forum.magicmirror.builders/post/99424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99424</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Mon, 07 Feb 2022 19:24:24 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 19:18:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> in raspi-config? or do you mean in the window manager? I was hoping of setting that via console</p>
]]></description><link>https://forum.magicmirror.builders/post/99423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99423</guid><dc:creator><![CDATA[rejas]]></dc:creator><pubDate>Mon, 07 Feb 2022 19:18:01 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 18:58:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rejas" aria-label="Profile: rejas">@<bdi>rejas</bdi></a> did u try the display config in prefences?</p>
]]></description><link>https://forum.magicmirror.builders/post/99417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99417</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 07 Feb 2022 18:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Mon, 07 Feb 2022 18:53:58 GMT]]></title><description><![CDATA[<p dir="auto">I am currently trying to update the docs with minimal infos on configuring on a fresh isntall.</p>
<p dir="auto">So I took the 64 bit image as well, seems fine so far.</p>
<p dir="auto">Only thing I am not trying to get working is rotating the display.</p>
<p dir="auto">display_rotate=1</p>
<p dir="auto">added to boot/config doesnt seem to work anymore. Anyone got it working?</p>
]]></description><link>https://forum.magicmirror.builders/post/99416</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99416</guid><dc:creator><![CDATA[rejas]]></dc:creator><pubDate>Mon, 07 Feb 2022 18:53:58 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Sun, 06 Feb 2022 14:21:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> - Config changes were already present in the older version(1.6.2) - just have to be invoked by pressing Alt-Shift-Z or X - cannot remember)</p>
]]></description><link>https://forum.magicmirror.builders/post/99379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99379</guid><dc:creator><![CDATA[bert269]]></dc:creator><pubDate>Sun, 06 Feb 2022 14:21:30 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Sat, 05 Feb 2022 21:56:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> yes, movent towards the normal core will break older stuff…</p>
<p dir="auto">wondering what is wrong w install</p>
]]></description><link>https://forum.magicmirror.builders/post/99374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99374</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 05 Feb 2022 21:56:11 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Sat, 05 Feb 2022 20:43:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<blockquote>
<p dir="auto">I am away from my pi devices til middle of march.<br />
😱</p>
</blockquote>
<p dir="auto">Meanwhile I digged into pi specific setup.</p>
<p dir="auto">Real bad is that they removed <code>/opt/vc</code> and integrated the pi specific stuff into the normal file system under <code>/lib</code> and <code>/usr</code>.</p>
<p dir="auto">With a docker setup I could formerly just mount <code>/opt/vc</code> into the container which is impossible now.</p>
<p dir="auto">E.g. for getting <code>vcgencmd</code> working in the container I have to mount<br />
now</p>
<pre><code class="language-yaml">      - /lib/aarch64-linux-gnu/libvchiq_arm.so:/lib/aarch64-linux-gnu/libvchiq_arm.so.0:ro
      - /lib/aarch64-linux-gnu/libvcos.so:/lib/aarch64-linux-gnu/libvcos.so.0:ro
      - /usr/bin/vcgencmd:/usr/bin/vcgencmd
</code></pre>
<p dir="auto">after using <code>ldd</code> to know which libraries are used.</p>
<p dir="auto">Other possibility would be to install the pi specific libraries into the docker image which will explode size.</p>
<p dir="auto">This will have also impact to hardware releated modules which hardcoded the <code>/opt/vc/</code> path in their js code (e.g. mmm-systemtemperature).</p>
]]></description><link>https://forum.magicmirror.builders/post/99373</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99373</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Sat, 05 Feb 2022 20:43:16 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Sat, 05 Feb 2022 06:10:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> thx. I am away from my pi devices til middle of march.</p>
]]></description><link>https://forum.magicmirror.builders/post/99354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99354</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 05 Feb 2022 06:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Sat, 05 Feb 2022 05:49:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Just for the fun of it, I’m installing it on the test box…</p>
<p dir="auto">Seems your script has issues with it…</p>
<p dir="auto"><img src="/assets/uploads/files/1644040068079-capture.png" alt="Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, with this - Rasp Imager got an update, too - It’s got lots of config changes now, so make sure you check out the gear icon when writing!</p>
]]></description><link>https://forum.magicmirror.builders/post/99353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99353</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 05 Feb 2022 05:49:08 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Fri, 04 Feb 2022 20:36:15 GMT]]></title><description><![CDATA[<p dir="auto">pi zero 2w works too.</p>
<p dir="auto">Off topic: Did not expect that motioneye with raspicam (running in docker buster image) is working.</p>
]]></description><link>https://forum.magicmirror.builders/post/99344</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99344</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Fri, 04 Feb 2022 20:36:15 GMT</pubDate></item><item><title><![CDATA[Reply to raspi 64 bit available on Wed, 02 Feb 2022 20:44:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">my pi4 is now running with 64bit, mm runs out of the box (docker setup as always).</p>
]]></description><link>https://forum.magicmirror.builders/post/99319</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99319</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Wed, 02 Feb 2022 20:44:54 GMT</pubDate></item></channel></rss>