<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://t-hack.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://t-hack.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Silicium</id>
		<title>t-hack.com - Hack X300T / X301T - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://t-hack.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Silicium"/>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Special:Contributions/Silicium"/>
		<updated>2026-05-15T12:33:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.2</generator>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:56:39Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
''(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
 &lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:56:31Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
''(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
&lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:56:22Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
''(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:55:42Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
''(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)''&lt;br /&gt;
&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
 &lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:55:19Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
''(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)&lt;br /&gt;
''&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
 &lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:54:48Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)&lt;br /&gt;
&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;br /&gt;
&lt;br /&gt;
 '''Known Problems'''&lt;br /&gt;
 compile errors at Linux: Make sure to apply the Linux fix to compile it with gcc&lt;br /&gt;
 &lt;br /&gt;
 Failed to lock /dev/parport0: No such device or address:&lt;br /&gt;
 You should remove the &amp;quot;lp&amp;quot; (lineprinter) module from the kernel with the command: &lt;br /&gt;
 ''rmmod lp''&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:40:44Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
(note: there are some Bugs in the Linux version, apply this [[Media:X300tpatchv3-linux-patch.diff.bz2|patch]] - Silicium)&lt;br /&gt;
&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=File:X300tpatchv3-linux-patch.diff.bz2</id>
		<title>File:X300tpatchv3-linux-patch.diff.bz2</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=File:X300tpatchv3-linux-patch.diff.bz2"/>
				<updated>2009-10-03T17:40:01Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: Patch for the Patch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Patch for the Patch&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:34:38Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: adding patch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
(note: there are some Bugs in the Linux version, apply this [[X300tpatch3-linux.diff|patch]] - Silicium)&lt;br /&gt;
&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Howto_boot_Linux</id>
		<title>Howto boot Linux</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Howto_boot_Linux"/>
				<updated>2009-10-03T17:34:00Z</updated>
		
		<summary type="html">&lt;p&gt;Silicium: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requirements:&lt;br /&gt;
   *  working JTAG interface &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; a working modchip&lt;br /&gt;
   *  working Serial connection, 115200 8n1 &amp;lt;u&amp;gt;'''or'''&amp;lt;/u&amp;gt; use the &amp;quot;Compiled-in Kernel Boot Parameter&amp;quot;(the lazy way without a yamon/serial connection)&lt;br /&gt;
&lt;br /&gt;
ok, lets start.&lt;br /&gt;
&lt;br /&gt;
First download the Yamon boot image from '''[[Media:Ya.zip|here]]''' and the Linux boot image from '''[[Media:Lx.zip|here]]'''.&lt;br /&gt;
&lt;br /&gt;
extract both files to the first partition of the x300t hard disk (either upload it with FTP or connect the drive to a PC).&lt;br /&gt;
&lt;br /&gt;
now grab the latest x300t patch tool from '''[[Media:X300tpatch3.zip|here]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
(note: there are some Bugs in the Linux version, apply this [[patch|X300tpatch3-linux.diff]] - Silicium)&lt;br /&gt;
&lt;br /&gt;
use the patch tool as usual, but add the /yamon parameter when starting the tool.&lt;br /&gt;
as soon as you press the OK button of the x300t you should see the YAMON prompt in the terminal window.&lt;br /&gt;
&lt;br /&gt;
the YAMON is required just once to set the Linux kernel parameter&lt;br /&gt;
&lt;br /&gt;
use the setxenv command to display the current xenv parameters.&lt;br /&gt;
&lt;br /&gt;
usually there should not be a parameter &amp;quot;a.linux_cmd&amp;quot; .. so we have to create one like this&lt;br /&gt;
&lt;br /&gt;
'''setxenv a.linux_cmd &amp;quot;console=ttyS0 root=/dev/hda3&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
this command will write the new parameter to the flash.&lt;br /&gt;
&lt;br /&gt;
now reboot the x300t and use the patch too again, but now add the /linux parameter when starting.&lt;br /&gt;
&lt;br /&gt;
after some seconds you should the the Linux Kernel booting up.&lt;br /&gt;
&lt;br /&gt;
please note that you need a Linux root partition on a NFS share, USB stick or hard disk to really use the Linux.&lt;/div&gt;</summary>
		<author><name>Silicium</name></author>	</entry>

	</feed>