Hi, I am running an executable from home directory on the raspberry pi. The executable is a compiled and linked C program involving the UART (ttyAMA0). The executable runs successfully and terminates. Command used to start the executable: pi@raspberrypi: $./filename (filename is the name of the exec...
Hello, I am using latest raspbian image on my Pi B+. I have set a static IP for my Pi. How (and why) did you do that? In my experience setting a static IP is usually the cause of connection problems. I suggest you start over with an unmolested Raspbian install and use your serial console connection...
I am using the serial port to access the terminal. I do not have a keyboard and monitor. I used sudo raspi-config to enable the SSH server. I am not sure if this independent of creating and naming a blank file 'ssh' in the /boot directory. The important thing is that you have some means of interact...
Hello Rohanlele, did you try to make a new blank file naming "ssh" in your SDCard root directory :Boot ?? Hi, I haven't tried that yet. Will give it a try. Thanks. You said in your initial post: I tried enabling ssh service on the Pi. How did you do that? If you have a monitor and keyboard on the R...
Hello, I am using latest raspbian image on my Pi B+. I have set a static IP for my Pi. I tried enabling ssh service on the Pi. I also generated new dsa/rsa keys and saved them in /etc/ssh. I still cannot connect to my Pi using SSH through PuTTy. I get an error: Software caused connection abort. Any ...