2013年6月21日金曜日

Raspberry Pi with USB2Serial

Problem: Everytime when i connect a USB2Serial converter (PL2303) to my RaspberryPi it will crash the RaspberryPi.
Workaround: i had to plug in the USB2Serial converter first before powering up RaspberryPi.
[    3.212148] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[    3.333458] usb 1-1.2: New USB device found, idVendor=07aa, idProduct=002a
[    3.360639] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.670429] udevd[142]: starting version 175
[    4.802936] Registered led device: led0
[    4.909087] usbcore: registered new interface driver usbserial
[    5.020630] usbcore: registered new interface driver usbserial_generic
[    5.451993] usbserial: USB Serial Driver core
[    5.606954] usbcore: registered new interface driver pl2303
[    5.872021] pl2303 1-1.2:1.0: pl2303 converter detected
[    5.957278] usb 1-1.2: pl2303 converter now attached to ttyUSB0

(1) Setting up minicom
(1.1) Disable console ttyAMA0
(1.2) Disable boot info
(1.3) Reboot for changes to take effect
(1.4) Install minicom

0 件のコメント:

コメントを投稿