1. /boot/cmdline.txt
and make the text look like this:
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
2. /etc/inittab
#Spawn a getty on Raspberry Pi serial line
T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
Get putty (here) and set the following:
Connection type: Serial
Com port : You get it from device manager
Speed (baud rate): 115200
Bits: 8
Parity: None
Stop Bits: 1
Flow Control: None
Power on the raspberry and you should see kernel logs + login on the putty window.
No comments:
Post a Comment