<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rpi-aprs-cmdline.txt</id>
	<title>Rpi-aprs-cmdline.txt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rpi-aprs-cmdline.txt"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-cmdline.txt&amp;action=history"/>
	<updated>2026-05-17T04:59:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-cmdline.txt&amp;diff=1694&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;&lt;pre&gt; /boot/cmdline.txt &lt;/pre&gt;  The file cmdline.txt in the /boot directory can configure additional TTY&#039;s. In case the serial port of the TNC-Pi board is used it is a require...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-cmdline.txt&amp;diff=1694&amp;oldid=prev"/>
		<updated>2014-11-08T10:14:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; /boot/cmdline.txt &amp;lt;/pre&amp;gt;  The file cmdline.txt in the /boot directory can configure additional TTY&amp;#039;s. In case the serial port of the TNC-Pi board is used it is a require...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/boot/cmdline.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The file cmdline.txt in the /boot directory can configure additional TTY&amp;#039;s. In case the serial port of the TNC-Pi board is used it is a requirement to remove some of the tty settings in this file.&lt;br /&gt;
&lt;br /&gt;
The original Raspberry Pi /boot/cmdline.txt file contains a single line with the following arguments:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use the TNC-Pi board, take out the following two arguments:&lt;br /&gt;
&lt;br /&gt;
* console=ttyAMA0,115200 &lt;br /&gt;
&lt;br /&gt;
* kgdboc=ttyAMA0,115200 &lt;br /&gt;
&lt;br /&gt;
New config line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>