From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Dietsche Date: Mon, 27 Dec 2004 17:47:44 +0100 Subject: [U-Boot-Users] UART 16654 In-Reply-To: <3578894547A2D511A82500D0B7F0FF9C0CF198BB@zch01exm02.sps.mot.com> References: <3578894547A2D511A82500D0B7F0FF9C0CF198BB@zch01exm02.sps.mot.com> Message-ID: <41D03CB0.2020306@fsforth.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, I try to use an external UART with an ARM9 of NetSilicon. The driver for Linux works fine. In u-boot I thougt about using the NS16550 driver and it workes fine, too. I see the output and can use the console to make changes to the u-boot commands. Now my problem: Using an u-boot with the NS16550 makes linux not booting any more. The last message I get is "Starting kernel ...". It is not possible to ping the target any more. Using an u-boot without the NS16550 driver works. I don't see the u-boot output but linux starts normal. Any ideas what's going wrong? regards, -- Jonas