<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.micromint.com/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.micromint.com/index.php?action=history&amp;feed=atom&amp;title=Rebuild_kernel26</id>
		<title>Rebuild kernel26 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.micromint.com/index.php?action=history&amp;feed=atom&amp;title=Rebuild_kernel26"/>
		<link rel="alternate" type="text/html" href="https://wiki.micromint.com/index.php?title=Rebuild_kernel26&amp;action=history"/>
		<updated>2026-04-08T19:06:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.3</generator>

	<entry>
		<id>https://wiki.micromint.com/index.php?title=Rebuild_kernel26&amp;diff=3642&amp;oldid=prev</id>
		<title>Support:&amp;#32;Created page with 'To build a kernel for the Micromint Electrum you need a compatible  ARM toolchain. Please remember to use the desired board config file and rebuild …'</title>
		<link rel="alternate" type="text/html" href="https://wiki.micromint.com/index.php?title=Rebuild_kernel26&amp;diff=3642&amp;oldid=prev"/>
				<updated>2016-02-03T23:27:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;To build a kernel for the Micromint Electrum you need a compatible &lt;a href=&quot;/index.php/Debian_ARM_Cross-compile&quot; title=&quot;Debian ARM Cross-compile&quot;&gt; ARM toolchain&lt;/a&gt;. Please remember to use the desired board config file and rebuild …&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To build a kernel for the Micromint Electrum you need a compatible [[Debian_ARM_Cross-compile | ARM toolchain]]. Please remember to use the desired board config file and rebuild the kernel modules when you build a new kernel. These commands will build a kernel and its modules using the [[Electrum_Documentation#Boot_and_Operating_System_Files | sources from the wiki]]:&lt;br /&gt;
&lt;br /&gt;
  tar xfj linux-2.6.33.20-1-at91.tar.bz2&lt;br /&gt;
 &lt;br /&gt;
  cd linux-2.6.33.20-1-at91&lt;br /&gt;
  export ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-&lt;br /&gt;
  make mrproper&lt;br /&gt;
  cp arch/arm/configs/electrum100_defconfig .config&lt;br /&gt;
  make oldconfig menuconfig&lt;br /&gt;
  make uImage modules modules_install INSTALL_MOD_PATH=`pwd`/boot&lt;br /&gt;
&lt;br /&gt;
To use the default board config, don't make any changes on menuconfig and just select exit. After a successful build the resulting kernel and modules should be in arch/arm/boot and boot/lib respectively. Once you are able to build a working kernel with the default config, then implement any config and source code changes required by your project.&lt;/div&gt;</summary>
		<author><name>Support</name></author>	</entry>

	</feed>