Hi Folks,

I'm working on a device from ST Micro Eletronics model ST7100, and i'm
looking for a way to improve redirect output console to device ttyUSB,
because the serial output 

Anybody knows how can i do it? There is something to change at u-boot,
i'm pretty sure, but i have no idea yet.
I've already compiled the kernel with usb serial console support, and
created the devices ttyUSB at the filesystem

my bootargs:

bootargs console=ttyAS1,115200
nwhwconf=device:eth0,hwaddr:0a:0b:0c:ad:0e:fe
mtdparts=Onboard_Flash:256k,1792k,- root=/dev/sda1 rootdelay=5
rootfstype=ext3 mem=100m bigphysarea=3024

I've just changed it to:

setenv bootargs console=ttyUSB0,115200
nwhwconf=device:eth0,hwaddr:0a:0b:0c:ad:0e:fe
mtdparts=Onboard_Flash:256k,1792k,- root=/dev/sda1 rootdelay=5
rootfstype=ext3 mem=100m bigphysarea=3024

May be some changes at include/configs/stb7100ref.h from u-boot source
would be needed. Anyone else can give me some way or doc to improve it?

Regards

Rodrigo V. Valentino




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to