<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3030&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / arm-sdk + rapsberry pi 4]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3030</link>
		<description><![CDATA[The most recent posts in arm-sdk + rapsberry pi 4.]]></description>
		<lastBuildDate>Wed, 25 Sep 2019 20:55:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=18064#p18064</link>
			<description><![CDATA[<p>I&#039;ve now setup a blend for the rpi4, and update the blend_map in the sdk file accordingly.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Wed, 25 Sep 2019 20:55:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=18064#p18064</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17876#p17876</link>
			<description><![CDATA[<p>I was away over the weekend and haven&#039;t worked on in the last couple of days. </p><p>I&#039;ve moved passed this point already, re-run git clone and ./init.sh.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Mon, 16 Sep 2019 21:25:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17876#p17876</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17813#p17813</link>
			<description><![CDATA[<div class="quotebox"><cite>Ozi wrote:</cite><blockquote><div><p>copy-root-overlay and postbuild-clean currectly don&#039;t exist, so added them should remove the errors.</p></div></blockquote></div><p>copy-root-overlays and postbuild-clean are both defined in helpers... I&#039;m looking at them right now. You should not have received those error messages if you followed all the instructions correctly.</p><p>P.S.: I already told you, I build images for raspi 4 with no errors or warning whatsoever.</p>]]></description>
			<author><![CDATA[dummy@example.com (b3bgd)]]></author>
			<pubDate>Thu, 12 Sep 2019 16:40:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17813#p17813</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17810#p17810</link>
			<description><![CDATA[<p>I now have a 1.8gb img file! And a 136mb tar.gz file.</p><p>Also have and error: failed to run command &#039;/postbuild&#039;: Exec format error</p><p>And there are 2 of : failed to run command &#039;/dpkgdivert&#039;: Exec format error before and after the postbuild error</p><p>postbuild() {<br />&#160; &#160; fn postbuild</p><p>&#160; &#160; notice &quot;executing $device_name postbuild&quot;</p><p>&#160; &#160; copy-root-overlay<br />&#160; &#160; postbuild-clean<br />}</p><p>copy-root-overlay and postbuild-clean currectly don&#039;t exist, so added them should remove the errors.</p><div class="codebox"><pre class="vscroll"><code> (*) copying raspi4-root
&#039;/home/ozi/arm-sdk/extra/raspi4/boot/cmdline.txt&#039; -&gt; &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/boot/cmdline.txt&#039;
&#039;/home/ozi/arm-sdk/extra/raspi4/boot/config.txt&#039; -&gt; &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/boot/config.txt&#039;
&#039;/home/ozi/arm-sdk/extra/raspi4/etc/network/interfaces&#039; -&gt; &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/etc/network/interfaces&#039;
&#039;/home/ozi/arm-sdk/extra/raspi4/etc/wpa_supplicant&#039; -&gt; &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/etc/wpa_supplicant&#039;
...

&#039;/home/ozi/arm-sdk/extra/raspi4/lib/firmware/brcm/brcmfmac43455-sdio.txt&#039; -&gt; &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/lib/firmware/brcm/brcmfmac43455-sdio.txt&#039;
  .  mounted sys
  .  mounted proc
  .  mounted dev
  .  mounted devpts
 (*) chrooting to execute dpkgdivert...
chroot: failed to run command &#039;/dpkgdivert&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute dpkgdivert...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/dpkgdivert.log&#039;: No such file or directory
 (*) chrooting to execute postbuild...
chroot: failed to run command &#039;/postbuild&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute postbuild...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/postbuild.log&#039;: No such file or directory
 (*) chrooting to execute dpkgdivert...
chroot: failed to run command &#039;/dpkgdivert&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute dpkgdivert...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/dpkgdivert.log&#039;: No such file or directory
  .  umounted devpts
  .  umounted dev
  .  umounted proc
  .  umounted sys
 (*) Preparing to rsync and tar the rootfs...
  .  mounted root partition
  .  mounted boot partition
  .  god is porco
 (*) creating a tarbomb of the rootfs...
  .  Abandon all hope, ye who enter here
 (*) rsyncing strapdir to raw image...
  .  unmounted boot partition
  .  unmounted root partition
 (*) packaging image for dist
  .  rechecking filesystem
e2fsck 1.43.4 (31-Jan-2017)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/loop0p2: 7944/112896 files (0.1% non-contiguous), 76905/451072 blocks
resize2fs 1.43.4 (31-Jan-2017)
The filesystem is already 451072 (4k) blocks long.  Nothing to do!

partition: none, disk: /dev/loop0, lower: 0, upper: 0
/dev/loop0: partition #1 removed
/dev/loop0: partition #2 removed
&#039;devuan_ascii_2.0.0_arm64_raspi4.img&#039; -&gt; &#039;/home/ozi/arm-sdk/dist/devuan_ascii_2.0.0_arm64_raspi4.img&#039;
 (*) generating sha256 for devuan_ascii_2.0.0_arm64_raspi4.img
 (*) generating sha256 for devuan_ascii_2.0.0_arm64_raspi4.tar.gz
 (*) finished packing devuan_ascii_2.0.0_arm64_raspi4
  .  find it in /home/ozi/arm-sdk/dist/
  .  thanks for being patient!
 [E] error in: load devuan raspi4
 [W] called in: raspi4 build script loaded
 [W] called in: ccache is enabled
1 armsdk@devuan  #    </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Wed, 11 Sep 2019 20:23:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17810#p17810</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17800#p17800</link>
			<description><![CDATA[<p>~/arm-sdk/lib/libdevuansdk/config</p><div class="codebox"><pre><code># mirror=&quot;http://pkgmaster.devuan.org/merged&quot;
mirror=&quot;http://deb.devuan.org/merged&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Tue, 10 Sep 2019 20:52:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17800#p17800</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17777#p17777</link>
			<description><![CDATA[<p>This was a much better build, still some errors though.</p><div class="codebox"><pre class="vscroll"><code> (*) chrooting to execute dpkgdivert...
chroot: failed to run command &#039;/dpkgdivert&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute dpkgdivert...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/dpkgdivert.log&#039;: No such file or directory
 (*) chrooting to execute postbuild...
chroot: failed to run command &#039;/postbuild&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute postbuild...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/postbuild.log&#039;: No such file or directory
 (*) chrooting to execute dpkgdivert...
chroot: failed to run command &#039;/dpkgdivert&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute dpkgdivert...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/dpkgdivert.log&#039;: No such file or directory
  .  umounted devpts
  .  umounted dev
  .  umounted proc
  .  umounted sys
 (*) setting up isolinux
  .  copying kernel and initrd
iso_setup_isolinux:10: no matches found: /home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/boot/vmlinuz*
iso_setup_isolinux:11: no matches found: /home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/boot/initrd*
cp: cannot stat &#039;/home/ozi/arm-sdk/extra/syslinux/isolinux.bin&#039;: No such file or directory
 [E] error in: iso_setup_isolinux
 [W] called in: copying kernel and initrd
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
iso_setup_isolinux:15: no matches found: /home/ozi/arm-sdk/extra/syslinux/*.c32
 [E] error in: iso_setup_isolinux
 [W] called in: copying kernel and initrd
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
 (*) writing isolinux configuration
 (*) creating squashfs out of strapdir
sudo: mksquashfs: command not found
 [E] error in: iso_squash_strap
 [W] called in: copying kernel and initrd
 [W] called in: creating squashfs out of strapdir
 [E] error reported, operation aborted.
 (*) building iso...
sudo: xorriso: command not found
 [E] error in: iso_xorriso_build
 [W] called in: copying kernel and initrd
 [W] called in: building iso...
 [E] error reported, operation aborted.
 [E] error in: load devuan raspi4
 [W] called in: raspi4 build script loaded
 [W] called in: ccache is enabled</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Tue, 10 Sep 2019 08:40:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17777#p17777</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17776#p17776</link>
			<description><![CDATA[<p>Another git clone and the build seems to be doing ok. It&#039;s doing something with all sorts of drivers. No errors so far.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Tue, 10 Sep 2019 07:48:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17776#p17776</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17771#p17771</link>
			<description><![CDATA[<p>That didn&#039;t help, still getting a number of &quot;Exec format errors&quot;</p><p>Is there some config that needs to be done for the sdk or libdevuansdk?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Mon, 09 Sep 2019 21:02:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17771#p17771</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17754#p17754</link>
			<description><![CDATA[<p>I have some parts of this missing. I&#039;m going to re-do the clone and run ./init.sh again.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sun, 08 Sep 2019 21:21:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17754#p17754</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17750#p17750</link>
			<description><![CDATA[<p>I changed the repo to:</p><div class="codebox"><pre><code>mirror=&quot;http://deb.devuan.org/merged&quot;
# mirror=&quot;http://pkgmaster.devuan.org/merged&quot;</code></pre></div><p>From the log:</p><div class="codebox"><pre><code>I: Extracting util-linux...
I: Extracting zlib1g...
 (*) installing qemu-user-static
 (*) running debootstrap stage 2
chroot: failed to run command &#039;/debootstrap/debootstrap&#039;: Exec format error
 [E] error in: qemu_install_user
 [W] called in: raspi4 build script loaded
 [W] called in: running debootstrap stage 2
 [E] error reported, operation aborted.
 (*) writing system configuration
 (*) running debootstrap stage 3
  .  mounted sys
  .  mounted proc
  .  mounted dev
  .  mounted devpts
 (*) chrooting to execute dpkgdivert...
chroot: failed to run command &#039;/dpkgdivert&#039;: Exec format error
 [E] error in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute dpkgdivert...
 [E] error reported, operation aborted.
mv: cannot stat &#039;/home/ozi/arm-sdk/tmp/devuan-arm64-build/bootstrap/dpkgdivert.log&#039;: No such file or directory
 (*) chrooting to execute thirdstage...
chroot: failed to run command &#039;/thirdstage&#039;: Exec format error</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sun, 08 Sep 2019 21:02:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17750#p17750</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17738#p17738</link>
			<description><![CDATA[<div class="quotebox"><cite>Ozi wrote:</cite><blockquote><div><p>Would you consider pulling down the vc tools source and compiling, install the 64bit executables?</p></div></blockquote></div><p>I don&#039;t have a 64-bit Raspberry at this point to test on... and also this:</p><div class="quotebox"><blockquote><div><p>Note that this repository does not contain the source for the edidparser and vcdbg binaries due to licensing restrictions.</p></div></blockquote></div><div class="quotebox"><cite>Ozi wrote:</cite><blockquote><div><p>SHould I be running with using sudo?</p></div></blockquote></div><p>Yes of course! See the docs.</p><div class="quotebox"><cite>Ozi wrote:</cite><blockquote><div><div class="codebox"><pre><code>chroot: failed to run command &#039;/debootstrap/debootstrap&#039;: Exec format error
 [E] error in: qemu_install_user
 [W] called in: raspi4 build script loaded
 [W] called in: running debootstrap stage 2
 [E] error reported, operation aborted.
 </code></pre></div></div></blockquote></div><p>Run as root/with sudo? <span class="bbc">modprobe binfmt_misc</span>? Do you see other errors above what you posted?</p><p>P.S.: I also clear the <span class="bbc">dist/</span> and <span class="bbc">tmp/</span> folders before each build. Just in case, because I spotted something weird happening a few times.</p>]]></description>
			<author><![CDATA[dummy@example.com (b3bgd)]]></author>
			<pubDate>Sun, 08 Sep 2019 09:36:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17738#p17738</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17737#p17737</link>
			<description><![CDATA[<div class="codebox"><pre><code> (*) installing qemu-user-static
 (*) running debootstrap stage 2
chroot: failed to run command &#039;/debootstrap/debootstrap&#039;: Exec format error
 [E] error in: qemu_install_user
 [W] called in: raspi4 build script loaded
 [W] called in: running debootstrap stage 2
 [E] error reported, operation aborted.
 (*) writing system configuration
 (*) running debootstrap stage 3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sat, 07 Sep 2019 23:40:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17737#p17737</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17736#p17736</link>
			<description><![CDATA[<p>I installed bc which fixed this problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sat, 07 Sep 2019 22:35:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17736#p17736</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17719#p17719</link>
			<description><![CDATA[<p>SHould I be running with using sudo?</p><div class="codebox"><pre><code>/bin/sh: 1: bc: not found
Kbuild:42: recipe for target &#039;include/generated/timeconst.h&#039; failed
make[1]: *** [include/generated/timeconst.h] Error 127
Makefile:1096: recipe for target &#039;prepare0&#039; failed
make: *** [prepare0] Error 2
make: *** Waiting for unfinished jobs....
  HOSTCC  scripts/mod/sumversion.o
  UPD     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/bin2c
  HOSTCC  scripts/kallsyms
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/pnmtologo
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/recordmcount
  HOSTCC  scripts/sortextable
  HOSTCC  scripts/asn1_compiler
  HOSTCC  scripts/extract-cert
 [E] error in: clone-git https://github.com/raspberrypi/linux /home/ozi/arm-sdk/tmp/kernels/raspi4/raspi4-linux rpi-4.19.y
 [W] called in: formatting root as ext4
 [W] called in: grabbing raspi4-linux
 [E] error reported, operation aborted.
  DEPMOD  4.19.71-v8+
Warning: modules_install: missing &#039;System.map&#039; file. Skipping depmod.
 (*) grabbing raspi4-firmware</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sat, 07 Sep 2019 07:12:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17719#p17719</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm-sdk + rapsberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17718#p17718</link>
			<description><![CDATA[<p>Now I&#039;m running the build, no blend though.</p><p>Seems ok so far, it&#039;s just pulling in packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Sat, 07 Sep 2019 06:54:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17718#p17718</guid>
		</item>
	</channel>
</rss>
