Monday, 2 March 2015

BeagleBone – SSH PC Connection

BeagleBone can be connected to your PC by two methods,First is through SSH (which will discussed in this section ) and second is through  usb(explained in the next section).Connecting through SSH requires an SSH client.PuTTY is an SSH and telnet client, developed originally  for the Windows platform. Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers. Visit to know more http://learningembedded.com/beaglebone/beaglebone-ssh-pc-connection/


Sunday, 1 March 2015

BeagleBone – Installation

This section deal with the installation in your Beaglebone or Beaglebone black.The original Beaglebrone has no HDMI so we will connect it using SSH or USB (explained later on) h while in case of the black version which has an HDMI ,we can directly connect it with the display using the following things mentioned below.
  • Micro USB lead
  • USB power adapter
  • Ethernet cable
  • HDMI lead(only for Beaglebone Black)
  • HDMI display(only for Beaglebone Black)
  • microSD card (minimum 4 gb recommended)
  • SD card reader
  • USB keyboard and mouse
The OS used in Beaglebone is a linux distribution.For nore information visit 

Saturday, 28 February 2015

BeagleBone tutorial

BeagleBone is a  low cost, credit card sized, single board computer with a Sitara ARM Cortex-A8 processor running at 720 MHz, 256 MB of RAM, two 46-pin expansion connectors, on-chip Ethernet, a microSD slot, and a USB host port developed by Texas Instruments and as it was originally designed for hobbyist and enthusiasts, it is an open source board. It was announced  in October 2011 at a price of 89$.An updated version of BeagleBone named BeagleBone Black was lauched with an  increases in RAM to 512 MB, the processor clock to 1 GHz, and it adds HDMI and 2 GB of eMMC flash memory. Like Raspberry Pi, BeagleBone also runs on linux but we can also install Android 4.0 as well.For more info visit http://learningembedded.com/beaglebone/