<?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=2464&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / (Automatic) Kernel Updates on armhf?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2464</link>
		<description><![CDATA[The most recent posts in (Automatic) Kernel Updates on armhf?.]]></description>
		<lastBuildDate>Sun, 04 Nov 2018 00:20:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: (Automatic) Kernel Updates on armhf?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12632#p12632</link>
			<description><![CDATA[<p>After spending some time with trial and error, I am able to give the answer myself. It is possible to use the armmp-lpae kernel from stable (or if the board is too new like in my case - from backports). Just check whether your board is included or not in the dtbs-directory of the stable kernel e.g. here: [<a href="https://packages.debian.org/stretch/armhf/linux-image-4.9.0-7-armmp-lpae/filelist" rel="nofollow">https://packages.debian.org/stretch/arm … e/filelist</a>]).</p><p>Proceed as follows (assuming you don&#039;t use a separate /boot partition and everyhting is on /dev/mmcblk0p1):</p><div class="codebox"><pre><code>apt-get -t ascii-backports install linux-image-armmp-lpae
cd /boot
mv boot.scr boot.scr.ORIG
mv boot.cmd boot.cmd.ORIG</code></pre></div><p>Now adapt your boot.cmd.ORIG and adapt the paths/add a line for the initrd. In my case:</p><div class="codebox"><pre><code>setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
load mmc ${devnum}:${partition} ${kernel_addr_r} vmlinuz
load mmc ${devnum}:${partition} ${fdt_addr_r} boot/dtbs/${fdtfile}
load mmc ${devnum}:${partition} ${ramdisk_addr_r} initrd.img
bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}</code></pre></div><p>Then install u-boot-tools:</p><div class="codebox"><pre><code>apt install u-boot-tools</code></pre></div><p>And create an updated boot.scr:</p><div class="codebox"><pre><code>cd /boot
mkimage -C none -A arm -T script -d boot.cmd boot.scr</code></pre></div><p>On the next reboot, the kernel you previously installed should be booted (the hardcoded kernel does not hurt as it resides in a different path, but you can wipe it away if it bothers you). Verify you are running the backport-kernel with uname -a:</p><div class="codebox"><pre><code>root@devuan:~# uname -a
Linux devuan 4.18.0-0.bpo.1-armmp-lpae #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) armv7l GNU/Linux</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Sun, 04 Nov 2018 00:20:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12632#p12632</guid>
		</item>
		<item>
			<title><![CDATA[Re: (Automatic) Kernel Updates on armhf?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12631#p12631</link>
			<description><![CDATA[<p>That&#039;s on my wishlist too: <a href="https://dev1galaxy.org/viewtopic.php?pid=8975#p8975" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=8975#p8975</a></p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Sat, 03 Nov 2018 23:28:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12631#p12631</guid>
		</item>
		<item>
			<title><![CDATA[(Automatic) Kernel Updates on armhf?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12628#p12628</link>
			<description><![CDATA[<p>Hi folks,</p><p>I wanted to run Devuan ascii on armhf as I did previously with jessie. However, it seems like the new embedded images do not use a packaged kernel anymore. Instead, the kernel is built &quot;hardcoded&quot; at image generation time. I noticed that the regular kernel packages are in the repository as well (linux-image-armmp-lpae) but I didn&#039;t figure out how to configure u-boot for using them. Seems like the Devuan kernel does not use initrd either, so at least I would need to load this in before booting.</p><p>Or asking more in general: What is the way Devuan users are supposed to (automatically) receive kernel updates for production server running on armhf boards?</p><p>Cheers</p>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Sat, 03 Nov 2018 18:35:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12628#p12628</guid>
		</item>
	</channel>
</rss>
