From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Dietsche Date: Tue, 28 Dec 2004 09:40:29 +0100 Subject: [U-Boot-Users] UART 16654 In-Reply-To: <20041227201104.CEC55C14C8@atlas.denx.de> References: <20041227201104.CEC55C14C8@atlas.denx.de> Message-ID: <41D11BFD.6010901@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 Wolfgang Denk wrote on 12/27/04 21:10: > You have a problem in your Linux kernel. The Linux drivers must not > make any assumptions about any initialization done or not done by any > boot loader. Fix your Linux driver. I just tried to take out the serial driver of the kernel. Still the same problem, last message "Starting kernel..." (ok, have to be the last one, because I have no console...). But I am still not able to ping the target. Using an u-boot without the serial driver and linux boots. Is it really a misconfigured linux driver, or should I focus on my u-boot driver? Regards, -- Jonas