From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Mon, 26 Oct 2009 13:42:53 +0100 Subject: [U-Boot] CAN console In-Reply-To: <4AE55BB2.6090608@arcor.de> References: <4AE55BB2.6090608@arcor.de> Message-ID: <4AE5994D.4020505@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matthias Wei?er wrote: > Hi > > I have a device here which has only a CAN interface to the > outside world. I am currently thinking about implementing > a "serial" driver using the CAN controller. OK, a dedicated CAN driver would make more sense. > Is there any chance to get this accepted in the public u-boot > tree? I think yes, if it does not mis-use U-BOOT > A special program on the PC side would be needed to translate > the CAN messages back to a serial stream and vice versa and > make it available to a terminal program. But thats another story. Netconsole could do the job, but that would require to run IP over CAN. Wolfgang.