[U-Boot-Users] Re: Port u-boot to a custom board with CPU S3C44B0X

Hi, well.. there's not so much to tell about serial console that is "system dependent", there are only a few function that take care about sending chars over serial line (again you can find them in serial.c, of course!) For anything else you can take a look at the main README file or REAME.whateveryouwant inside the doc directory. There is also a very good on-line manual inside the denx site!
After reading those docs if you need support again please ask a more specific question.
Regards,
Andrea Scian
DAVE Srl - Electronics System House via Forniz 2/1 33080 Porcia (PN) - Italy Telephone: +39.0434.921215 Telefax: +39.0434.591631 Freefax: +39.02.700520062 web: www.dave-tech.it e-mail address: andrea.scian@dave-tech.it how to reach us: http://mail.map24.com/dave
Hi, I'm glade to know you and thanks for your help. I'm a newbie to the embeded development area. My major job is that develope application on AIX.
According to your constructive notion, I had shift my attention to the file(dave/B2/memsetup.S). Can you tell me some detail about serail console?
Any way, I must thank you again.
On Thu, 02 Dec 2004 08:59:42 +0100, Andrea Scian andrea.scian@dave-tech.it wrote:
Hi, I'm the developer of Dave/B2 u-boot port.
Serial console should work right out of the box using the settings of config/B2.h and all the stuff inside cpu/s3c44b0 (well all the code inside cpu/s3c44b0 should work, of course!! ;-)
The main spot of your port should be the customization of
dave/B2/memsetup.S
Regards,
Andrea Scian
Date: Wed, 1 Dec 2004 14:27:35 +0800 From: =?UTF-8?B?54Gw6ImyIOi9qOi/uQ==?= yokishiro@gmail.com Reply-To: =?UTF-8?B?54Gw6ImyIOi9qOi/uQ==?= yokishiro@gmail.com To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] Port u-boot to a custom board with CPU S3C44B0X
Hi all. I'm porting u-boot to a custom board with CPU S3C44B0X now. I modified include/configs/B2.h accroding to my configurations. And I don't know how to set the u-boot's console as serial port. Thanks for your replies.
participants (1)
-
Andrea Scian