Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

Getting started with Beaglebone Black (Part 1/15)

By Ashish Vara October 1, 2020

Beaglebone Black aka BBB is a low cost open source development board mainly used by developers and lobbyists. Although it’s quite similar to a Raspberry Pi yet it comes with some additional features. Developed by a non-profit corporation beagleboard.org, this credit card sized board also supports embedded Linux platform. Due to the presence of so many advanced peripherals, it is also considered to be a minicomputer. It has a convenient development environment allowing the user to interact with the PC merely via a micro USB port.

Logo of Beaglebone Black

Fig. 1: Logo of Beaglebone Black

Hardware Environment

BBB consists of core architecture of ARM family and houses AM35X ARM cortex A8 (1GHz) processor. It can be powered either through a micro USB port or an external 5V supply that is present as an optional arrangement. Apart from this, it also comes with 4 GB on board memory. Since it has more GPIO pins than a Raspberry Pi, it can be a suitable choice for your project.

Hardware specifications of BBB:

  • 2x PRU 32-bit microcontrollers
  • 512MB DDR3 RAM
  • 4GB 8-bit eMMC on-board flash storage
  • 3D Graphics accelerator
  • Floating-point accelerator
  • USB client for power & communications
  • USB host
  • One Ethernet port
  • HDMI port
  • 2x 46 pin headers
  • SD/MMC interface
  • UART, SPI,I2C,CAN built in processor
  • ADC, PWM, LCD  built in processor

Software Environment

Beagle black easily works with various   software programs. It supports  various Linux distribution images  thereby allowing the user to make applications in various high level  as well as scripting languages.  Owing to the open source developer community, it has an efficient software environment. There are a lot of libraries available for Beaglebone Black and hence you can start programming within minutes.

Software features of BBB:

  • Various Linux distributions supported (Debian, ubuntu, android etc.)
  • Various High Level languages supported (C, C++. Python, java etc.)
  • Easy booting process
  • SSH connectivity with PC

Beaglebone Pinout Diagram

Pin Diagram of Beaglebone Black

Fig. 2: Pin Diagram of Beaglebone Black

Beaglebone black contains 2 pin headers each containing 46 pins.  Left side pin header is P9 and right side header is P8.  Pinout consist of various power source, GPIO, SPI/I2C, ADC, PWM, LCD data and control pin, UART pin etc. Some pins  can be put to a multipurpose use. Reference voltage of VDD_ADC pin is 1.8V.

Getting started with Beaglebone black

Now I’ll explain how to start with Beaglebone black and setup configuration of board. Debian distribution is by default preloaded into eMMC of BBB which eliminates the need of installing kernel image in external memory card  followed by its installation in BBB.  This will save your time and you’ll be able to start working directly with BBB.

Follow the steps mentioned below as instructions:

Step1: First power up Beaglebone Black by connecting it with PC through USB cable.

Step2: Wait for a few  minutes  for the PC to detect BBB.

Step3: Open the command terminal and enter the following command for requesting SSH connectivity:

            ssh [email protected]

Now, user  has  logged in as a root in Beaglebone black. By default, password is not set for root user.

Screenshot of Linux Console on Beaglebone Black

Fig. 3: Screenshot of Linux Console on Beaglebone Black

Step4: Enter the following command for setting root password in Beaglebone black:

passwd root

Now, enter the password twice for the confirmation. Here when you enter the password, a blank screen is displayed instead of ‘*’ or any other symbol.

Screenshot Showing Linux Console with Password Successfully Set on Beaglebone Black

Fig. 4: Screenshot showing Linux console with password successfully set on Beaglebone Black

Now, reboot the Beaglebone black by entering the following command and wait for sometime:

reboot

Screenshot of Linux Root Login on Beaglebone Black

Fig. 5: Screenshot of Linux Root Login on Beaglebone Black

Step5: Repeat step3. This time you cannot login without password. When you enter the step3 command, BBB will ask you to enter root password.

Enter the password which  you had set during step4 and press enter key.

Now, you  have entered as root.

Step6:  You have access  to Beaglebone black.

Step7: If you want internet access, you can connect Wi-Fi module or Ethernet cable with BBB. Remove the power cable (here USB cable) and attach Ethernet cable with Beaglebone black. Now, again attach the power cable with BBB

You may also like:


  • What are different types of industrial robots?

  • How does LoRa modulation enable long-range communication?

  • How to select drone motors

  • What are the different types of EV charging connectors?

  • What is Wireless Electric Vehicle Charging System (WEVCS)?

  • What are the components of robotic arms and industrial robots?

Filed Under: BeagleBone, Electronic Projects

 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: Internet of Things
Explore practical strategies for minimizing attack surfaces, managing memory efficiently, and securing firmware. Download now to ensure your IoT implementations remain secure, efficient, and future-ready.

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • Reducing "shoot-through" in offline Full Bridge SMPS?
  • High Side current sensing
  • How to simulate power electronics converter in PSpice?
  • Voltage mode pushpull is a nonsense SMPS?
  • Layout IRN reduction in Comparator

RSS Electro-Tech-Online.com Discussions

  • Back to the old BASIC days
  • Parts required for a personal project
  • PIC KIT 3 not able to program dsPIC
  • Failure of polypropylene motor-run capacitors
  • Siemens large industrial PLC parts

Featured – RPi Python Programming (27 Part)

  • RPi Python Programming 21: The SIM900A AT commands
  • RPi Python Programming 22: Calls & SMS using a SIM900A GSM-GPRS modem
  • RPi Python Programming 23: Interfacing a NEO-6MV2 GPS module with Raspberry Pi
  • RPi Python Programming 24: I2C explained
  • RPi Python Programming 25 – Synchronous serial communication in Raspberry Pi using I2C protocol
  • RPi Python Programming 26 – Interfacing ADXL345 accelerometer sensor with Raspberry Pi

Recent Articles

  • What is AWS IoT Core and when should you use it?
  • AC-DC power supply extends voltage range to 800 V DC
  • Infineon’s inductive sensor integrates coil system driver, signal conditioning circuits and DSP
  • Arm Cortex-M23 MCU delivers 87.5 µA/MHz active mode
  • STMicroelectronics releases automotive amplifiers with in-play open-load detection

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe