<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
	<id>https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=TFTP_Server</id>
	<title>TFTP Server - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=TFTP_Server"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TFTP_Server&amp;action=history"/>
	<updated>2026-05-13T14:09:59Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in BECOM Systems Support</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=TFTP_Server&amp;diff=368&amp;oldid=prev</id>
		<title>Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TFTP_Server&amp;diff=368&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:09Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de-AT&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 31. Oktober 2023, 10:03 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de-AT&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=TFTP_Server&amp;diff=367&amp;oldid=prev</id>
		<title>en&gt;Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=TFTP_Server&amp;diff=367&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:52Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;TFTP server is used for transferring files onto embedded devices. For example, most boot loaders support loading a Linux kernel image via TFTP at boot. This is very useful during development.&lt;br /&gt;
&lt;br /&gt;
== Install a TFTP server ==&lt;br /&gt;
&lt;br /&gt;
The following is tested on Ubuntu 9.04 and 10.04.&lt;br /&gt;
&lt;br /&gt;
*Install the package &amp;#039;&amp;#039;&amp;#039;tftpd-hpa&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
*Configuration file &amp;#039;&amp;#039;&amp;#039;/etc/default/tftpd-hpa&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
 RUN_DAEMON=&amp;quot;yes&amp;quot;&lt;br /&gt;
 OPTIONS=&amp;quot;-c -l -s /tftpboot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Configuration file for newer versions of &amp;#039;&amp;#039;tftpd-hpa&amp;#039;&amp;#039; (this example is from a Ubuntu 10.04.1 installation):&lt;br /&gt;
 TFTP_USERNAME=&amp;quot;tftp&amp;quot;&lt;br /&gt;
 TFTP_DIRECTORY=&amp;quot;/tftpboot&amp;quot;&lt;br /&gt;
 TFTP_ADDRESS=&amp;quot;0.0.0.0:69&amp;quot;&lt;br /&gt;
 TFTP_OPTIONS=&amp;quot;-c -s&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The TFTP server’s root directory is /tftpboot/ in this example. Place files there that should be accessible via TFTP. Of course you are allowed to create subdirectories. If you have problems with downloading a file, try changing the permissions of the /tftpboot directory and/or files to 0777:&lt;br /&gt;
 chmod 777 /tftpboot&lt;br /&gt;
&lt;br /&gt;
== Load a file with U-Boot ==&lt;br /&gt;
&lt;br /&gt;
In U-Boot, to load the file &amp;quot;uImage&amp;quot; to address 0x1000000, type the command:&lt;br /&gt;
 tftp 0x1000000 uImage&lt;br /&gt;
&amp;#039;&amp;#039;Note: This example is valid for Blackfin U-Boot bootloaders. (Load address may differ on other platforms.)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Load a file with Redboot ==&lt;br /&gt;
&lt;br /&gt;
In Redboot, to load the file &amp;quot;zImage&amp;quot; to address 0x100000, type the command:&lt;br /&gt;
 load -r -b 0x100000 zImage&lt;br /&gt;
&amp;#039;&amp;#039;Note: This example is valid for SBC-i.MX51.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:i.MX]]&lt;br /&gt;
[[Category:uClinux]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>