Fmstrat / diy-ipmi

A DIY IPMI / IP KVM system utilizing the Raspberry Pi
897 stars 100 forks source link

Can't access Pi0 via Serial #9

Closed SterlingButters closed 6 years ago

SterlingButters commented 6 years ago

You can get the details of my issue here:

https://raspberrypi.stackexchange.com/questions/82911/cant-login-to-pi0-console-from-pi3-b-via-uart-serial-usb-tty-adapter?noredirect=1#comment131471_82911

I do get a blank screen via screen /dev/ttyUSB0 115200 but no matter how many times I press enter, a blank screen is all I see. Not sure if it is a driver related issue or what but I can't seem to figure it out.

Do I need to be passing a parameter?:

Name:   dwc2
Info:   Selects the dwc2 USB controller driver
Load:   dtoverlay=dwc2,<param>=<val>
Params: dr_mode                 Dual role mode: "host", "peripheral" or "otg"

        g-rx-fifo-size          Size of rx fifo size in gadget mode

        g-np-tx-fifo-size       Size of non-periodic tx fifo size in gadget
                                mode

        g-tx-fifo-size          Size of periodic tx fifo per endpoint
                                (except ep0) in gadget mode
SterlingButters commented 6 years ago

Turns out it was some electrical issue with my Pi0

Rivest8 commented 6 years ago

What was the solution? I am having the same problem with the blank screen. I found if you press CTRL + C then the "pi@raspberrypi:~$" text comes up and I am able to enter commands. So it is communicating with the Pi0 but, once I Type the test command "echo 'a' | /home/pi/sendkeys /dev/hidg0 keyboard" then it goes back to that blank screen. I cant get the computer to recognize any keyboard commands from the Pi0.

SterlingButters commented 6 years ago

Let me know if this helps: https://raspberrypi.stackexchange.com/questions/83209/blank-terminal-in-pi0-uart-connection?noredirect=1#comment131996_83209

On 6/12/18, Trent notifications@github.com wrote:

What was the solution? I am having the same problem with the blank screen. I found if you press CTRL + C then the "pi@raspberrypi:~$" text comes up and I am able to enter commands. So it is communicating with the Pi0 but, once I Type the test command "echo 'a' | /home/pi/sendkeys /dev/hidg0 keyboard" then it goes back to that blank screen. I cant get the computer to recognize any keyboard commands from the Pi0.

-- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/Fmstrat/diy-ipmi/issues/9#issuecomment-396796697

Rivest8 commented 6 years ago

Thank you, Turns out the pi0 was actually working fine for me. The console is just blank until you hit any key which is ok... The issue with the keys not being recognized is actually an issue with the system I have it plugged into and not the PI KVM setup.