<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Obconseil</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Obconseil"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Obconseil"/>
	<updated>2026-04-11T10:54:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=18085</id>
		<title>Uboot for GuruPlug</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=18085"/>
		<updated>2010-09-02T18:32:03Z</updated>

		<summary type="html">&lt;p&gt;Obconseil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GuruPlug, GuruPlug Server Plus =&lt;br /&gt;
&lt;br /&gt;
Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need an access to the serial console to achieve this, the JTAG module is OK.&lt;br /&gt;
&lt;br /&gt;
* To connect to the bootloader, proceed exactly like for the Sheevaplug: http://wiki.amahi.org/index.php/Marvell_Plug_Computer &lt;br /&gt;
&lt;br /&gt;
* Reset the GuruPlug.&lt;br /&gt;
* At the terminal, press enter a couple of seconds after boot to prevent it from booting using the onboard flash (Ubuntu). You should end up with a prompt.&lt;br /&gt;
* Some version of the GuruPlug have been shipped with a uboot that does not support Booting from USB, ESATA or SD-Card. If this is your case, then you have to upgrade uboot. To do this, the best howto I found is this : http://oinkzwurgl.org/guruplug_uboot&lt;br /&gt;
&lt;br /&gt;
* There are some commands you need to run to make it permanently boot from the USB port ('''NOTE:''' this step is only necessary once):&lt;br /&gt;
 setenv mainlineLinux yes&lt;br /&gt;
 setenv x_bootargs_root 'root=/dev/sdc1 rootdelay=10'&lt;br /&gt;
 setenv x_bootcmd_kernel 'ext2load usb 1:1 0x6400000 /boot/uImage'&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
While still under the bootloader , check your environment with ''printenv''.&lt;br /&gt;
It must look like this:&lt;br /&gt;
&lt;br /&gt;
 GuruPlug&amp;gt;&amp;gt; printenv&lt;br /&gt;
 bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;&lt;br /&gt;
 bootdelay=3&lt;br /&gt;
 baudrate=115200&lt;br /&gt;
 x_bootcmd_usb=usb start&lt;br /&gt;
 ethact=egiga0&lt;br /&gt;
 x_bootcmd_kernel=ext2load usb 1:1 0x6400000 /boot/uImage&lt;br /&gt;
 arcNumber=2653&lt;br /&gt;
 mainlineLinux=yes&lt;br /&gt;
 x_bootargs_root=root=/dev/sdc1 rootwait&lt;br /&gt;
 x_bootargs=console=ttyS0,115200&lt;br /&gt;
 stdin=serial&lt;br /&gt;
 stdout=serial&lt;br /&gt;
 stderr=serial&lt;/div&gt;</summary>
		<author><name>Obconseil</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=17845</id>
		<title>Uboot for GuruPlug</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=17845"/>
		<updated>2010-08-26T09:43:04Z</updated>

		<summary type="html">&lt;p&gt;Obconseil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GuruPlug, GuruPlug Server Plus =&lt;br /&gt;
&lt;br /&gt;
Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need an access to the serial console to achieve this, the JTAG module is OK.&lt;br /&gt;
&lt;br /&gt;
* To connect to the bootloader, proceed exactly like for the Sheevaplug: http://wiki.amahi.org/index.php/Marvell_Plug_Computer &lt;br /&gt;
&lt;br /&gt;
* Reset the GuruPlug.&lt;br /&gt;
* At the terminal, press enter a couple of seconds after boot to prevent it from booting using the onboard flash (Ubuntu). You should end up with a prompt.&lt;br /&gt;
* Some version of the GuruPlug have been shipped with a uboot that does not support Booting from USB, ESATA or SD-Card. If this is your case, then you have to upgrade uboot. To do this, the best howto I found is this : http://oinkzwurgl.org/guruplug_uboot&lt;br /&gt;
&lt;br /&gt;
* There are some commands you need to run to make it permanently boot from the USB port ('''NOTE:''' this step is only necessary once):&lt;br /&gt;
 setenv mainlineLinux yes&lt;br /&gt;
 setenv x_bootargs_root 'root=/dev/sdc1 rootdelay=10'&lt;br /&gt;
 setenv x_bootcmd_kernel 'ext2load usb 1:1 0x6400000 /boot/uImage'&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
While still under the bootloader , check your environment with ''printenv''.&lt;br /&gt;
It must look like this:&lt;br /&gt;
&lt;br /&gt;
 GuruPlug&amp;gt;&amp;gt; printenv&lt;br /&gt;
 bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;&lt;br /&gt;
 bootdelay=3&lt;br /&gt;
 baudrate=115200&lt;br /&gt;
 x_bootcmd_usb=usb start&lt;br /&gt;
 ethact=egiga0&lt;br /&gt;
 x_bootcmd_kernel=ext2load usb 1:1 0x6400000 /boot/uImage&lt;br /&gt;
 arcNumber=2653&lt;br /&gt;
 mainlineLinux=yes&lt;br /&gt;
 x_bootargs_root=root=/dev/sdc1 rootdelay=10&lt;br /&gt;
 x_bootargs=console=ttyS0,115200&lt;br /&gt;
 stdin=serial&lt;br /&gt;
 stdout=serial&lt;br /&gt;
 stderr=serial&lt;/div&gt;</summary>
		<author><name>Obconseil</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=17281</id>
		<title>Uboot for GuruPlug</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=17281"/>
		<updated>2010-08-19T15:34:05Z</updated>

		<summary type="html">&lt;p&gt;Obconseil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GuruPlug, GuruPlug Server Plus =&lt;br /&gt;
&lt;br /&gt;
Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need an access to the serial console to achieve this, the JTAG module is OK.&lt;br /&gt;
&lt;br /&gt;
* To connect to the bootloader, proceed exactly like for the Sheevaplug: http://wiki.amahi.org/index.php/Marvell_Plug_Computer &lt;br /&gt;
&lt;br /&gt;
* Reset the GuruPlug.&lt;br /&gt;
* At the terminal, press enter a couple of seconds after boot to prevent it from booting using the onboard flash (Ubuntu). You should end up with a prompt.&lt;br /&gt;
* Some version of the GuruPlug have been shipped with a uboot that does not support Booting from USB, ESATA or SD-Card. If this is your case, then you have to upgrade uboot. To do this, the best howto I found is this : http://oinkzwurgl.org/guruplug_uboot&lt;br /&gt;
&lt;br /&gt;
* There are some commands you need to run to make it permanently boot from the USB port ('''NOTE:''' this step is only necessary once):&lt;br /&gt;
 setenv mainlineLinux yes&lt;br /&gt;
 setenv x_bootargs_root 'root=/dev/sdb1 rootdelay=15'&lt;br /&gt;
 setenv x_bootcmd_kernel 'ext2load usb 1:1 0x6400000 /boot/uImage'&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
While still under the bootloader , check your environment with ''printenv''.&lt;br /&gt;
It must look like this:&lt;br /&gt;
&lt;br /&gt;
 GuruPlug&amp;gt;&amp;gt; printenv&lt;br /&gt;
 bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;&lt;br /&gt;
 bootdelay=3&lt;br /&gt;
 baudrate=115200&lt;br /&gt;
 x_bootcmd_usb=usb start&lt;br /&gt;
 ethact=egiga0&lt;br /&gt;
 x_bootcmd_kernel=ext2load usb 1:1 0x6400000 /boot/uImage&lt;br /&gt;
 arcNumber=2653&lt;br /&gt;
 mainlineLinux=yes&lt;br /&gt;
 x_bootargs_root=root=/dev/sdb1 rootdelay=15&lt;br /&gt;
 x_bootargs=console=ttyS0,115200&lt;br /&gt;
 stdin=serial&lt;br /&gt;
 stdout=serial&lt;br /&gt;
 stderr=serial&lt;/div&gt;</summary>
		<author><name>Obconseil</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=16567</id>
		<title>Uboot for GuruPlug</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=16567"/>
		<updated>2010-08-06T11:17:13Z</updated>

		<summary type="html">&lt;p&gt;Obconseil: Created page with '= GuruPlug, GuruPlug Server Plus =  Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt; You'll need an access to the serial console to achieve this, the JTAG module …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GuruPlug, GuruPlug Server Plus =&lt;br /&gt;
&lt;br /&gt;
Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need an access to the serial console to achieve this, the JTAG module is OK.&lt;br /&gt;
&lt;br /&gt;
* To connect to the bootloader, proceed exactly like for the Sheevaplug: http://wiki.amahi.org/index.php/Marvell_Plug_Computer &lt;br /&gt;
&lt;br /&gt;
* Reset the GuruPlug.&lt;br /&gt;
* At the terminal, press enter a couple of seconds after boot to prevent it from booting using the onboard flash (Ubuntu). You should end up with a prompt.&lt;br /&gt;
* Some version of the GuruPlug have been shipped with a uboot that does not support Booting from USB, ESATA or SD-Card. If this is your case, then you have to upgrade uboot. To do this, the best howto I found is this : http://oinkzwurgl.org/guruplug_uboot&lt;br /&gt;
&lt;br /&gt;
* There are some commands you need to run to make it permanently boot from the USB port ('''NOTE:''' this step is only necessary once):&lt;br /&gt;
 setenv mainlineLinux yes&lt;br /&gt;
 setenv bootargs_root 'root=/dev/sdb1 rootdelay=15'&lt;br /&gt;
 setenv bootcmd_usb 'usb start; ext2load usb 1:1  0x6400000 /boot/uImage'&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
While still under the bootloader , check your environment with ''printenv''.&lt;br /&gt;
It must look like this:&lt;br /&gt;
&lt;br /&gt;
 GuruPlug&amp;gt;&amp;gt; printenv&lt;br /&gt;
 bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;&lt;br /&gt;
 bootdelay=3&lt;br /&gt;
 baudrate=115200&lt;br /&gt;
 x_bootcmd_usb=usb start&lt;br /&gt;
 ethact=egiga0&lt;br /&gt;
 x_bootcmd_kernel=ext2load usb 1:1 0x6400000 /boot/uImage&lt;br /&gt;
 arcNumber=2653&lt;br /&gt;
 mainlineLinux=yes&lt;br /&gt;
 x_bootargs_root=root=/dev/sdb1 rootdelay=15&lt;br /&gt;
 x_bootargs=console=ttyS0,115200&lt;br /&gt;
 stdin=serial&lt;br /&gt;
 stdout=serial&lt;br /&gt;
 stderr=serial&lt;/div&gt;</summary>
		<author><name>Obconseil</name></author>
		
	</entry>
</feed>