From mboxrd@z Thu Jan 1 00:00:00 1970 From: CAIannello Date: Sat, 23 Apr 2011 18:03:46 -0700 (PDT) Subject: [U-Boot] repurposing uboot's console UART after booting Message-ID: <31463780.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Everybody. I'm fooling around with a Kindle 3G. I have it setup so I can SSH to it via Wifi, and I can also get a shell through the "accessory port" which happens to be the UART (ttymxc0) that U-Boot uses for console IO. After booting, I would like to use this UART for other things besides shells and U-Boot status. I want to attach custom peripherals to it instead. I tried killing the ttymxc0's shell process from my ssh session, but another one pops right up. In case its not obvious, I'm new to linux, but eager to learn. If possible, I'd rather not rebuild/reinstall U-boot on this device. Instead, I would like to try to make U-Boot release the UART programatically after booting. Any tips? Thanks in advance for your help, Craig -- View this message in context: http://old.nabble.com/repurposing-uboot%27s-console-UART-after-booting-tp31463780p31463780.html Sent from the Uboot - Users mailing list archive at Nabble.com.