I am using a CP2102 Module to connect my PC with the Pi's GPIO port. Although there are some errors but now I can see some output every time I reboot the Pi.
[ 49.739893] systemd-cgroups-agent[177]: Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused
[ 49.757494] systemd-cgroups-agent[178]: Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused
[ 50.958737] Restarting system.
I believe this means the physical connection and the hardware works OK. However, unlike what this article descripted, there are no boot up messages, nor can I access the console login.
The Pi is running ArchlinuxARM, what can I do to activate the serial console?
UPDATE
(Content moved to the answer.)
screen
orminicom
? I can confirmscreen
works with the CP2102, but minicom gave me problems. Also, doesps aux | grep getty
shows a process running? (Paste the output if you don't understand it) – GuySoft Jun 05 '13 at 22:00minicom
andgtkterm
. I will tryps aux | grep getty
when possible. – Earth Engine Jun 05 '13 at 23:52screen
I had the exact same problem with that chip usingminicom
. – GuySoft Jun 06 '13 at 08:19screen
andgtkterm
,minicom
is broken. – Earth Engine Jun 07 '13 at 11:47