
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