embedded linux - How to set USB serial as debug port / console? -
i'm working on imx23 cpu linux-2.6.35.3 , wondering if possible implement. can build g_serial , g_multi , use serial port function, uses /dev/ttygs0. have change [console=ttys0] [console=ttygs0] on kernel command line?
thanks
yes, should simple. change kernel command line "console=ttygs0,115200" or similar. you'll find works usb ports ie "console=ttyusb0" example.
Comments
Post a Comment