SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
Setup SD card for Linux on
PandaBoard
P
Sagar Patel, Gunjan Gupta, Romil Shah

Setup SD Card for Pandaboard
Hardware Necessary:
 Laptop with Linux distro (Ubuntu 12.04)
 SD card (16GB class 10)
There are some issues founded in Pandaboard community that Ubuntu 12.04 is not
booting on Pandaboard ES Rev3. We also faced same problem. But we figured out
the solution by manually formatting SD card. This document explains the
preparation of SD card for installation of Linux on Pandaboard. We formatted SD
card using Ubuntu. Make sure that, all the installation work must be done on
Ubuntu and SD Card is connected to computer and it is not in write protected
mode. Pandaboard ES allows booting through SD Card but it do not allow through
USB.
First of all start terminal by Ctrl +Alt +T and write in terminal
mount

2
Sagar Patel, Gunjan Gupta, Romil Shah
It will show us all the memory devices connected to computer. Internal Hard disk
will be described as sda and other memory devices can be named sdb, sdc, etc.
They are further divided in partitions and hence can have numbering appended to
them like sdb1, sdb2, etc. We have to unmount all the partitions of SD Card. Here
in our case I have only one partition so I will unmount it which can be done in this
way:
sudo umount /dev/sdb1

We will list all the connected memory partitions ofdesktop by writing:
sudo fdisk -ls

3
Sagar Patel, Gunjan Gupta, Romil Shah

Now we do not have access to SD Card through Desktop but still we can access
partitions of SD card through terminal and can manipulate memory of SD Card.
For manipulation we need to do memory hacking which canonly be done by
entering in SD Card through terminal. For 16 GB SD Card and our purpose of
installing Ubuntu we have calculated number of heads as 255, sectors/track as 63
and as each sector have 512 bytes so on calculating number of cylinders = Total
size / Size of one head is 1930.{Number of Cylinders=
(Approx.)}
As our SD card is in /dev/sdb segment so I will write
sudo fdisk /dev/sdb

4

∗

∗

= 1930
Sagar Patel, Gunjan Gupta, Romil Shah

Now as shown we have different commands available to us for memory operation
on SD Card. First we have to delete all the partitions. In our case, we have only 1
partition so it will be deleted by “d” command. If multiple partitions are present
then selecting that partition and repeating “d” again will delete it. After deleting all
the partitions we use “p” to check that no partition is existing.

5
Sagar Patel, Gunjan Gupta, Romil Shah

Now we will go in expert mode by typing “x” and we will have much different
functionality available to us for manipulation as shown:

Here, we will give no of heads by “h” = 255; no of sectors/track by “s” = 63; no of
cylinders by “c” =1930 and then will return to normal mode by “r”.

6
Sagar Patel, Gunjan Gupta, Romil Shah

Now we will add a new partition by “n”. It will ask for type of partition, where we
will choose primary type by “p” and will give partition number “1” and initial
memory allocation size of 64 MB by “+64M” and sector size will be taken default
by just entering in command.

Now we will write all the changes by “w”. It will save the altered partition table
and will make sync disc and make it re-readable. Also it will take us out of SD
Card command prompting to normal terminal execution.

7
Sagar Patel, Gunjan Gupta, Romil Shah

8
Sagar Patel, Gunjan Gupta, Romil Shah

Installation of Ubuntu 12.04 image on SD card
Now we can prepare our SD Card with help of OMAP image of Ubuntu. This
image can be downloaded from https://wiki.ubuntu.com/ARM/OMAP. To be
precise
download
pre-installed
binary
image
from
http://cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04-preinstalleddesktop-armhf+omap4.img.gz. We have Ubuntu 12.04 download in our
Downloads folder, so we will enter in that particular folder

cd Downloads

Now write this script in terminal
sudo sh -c 'zcat ./ubuntu-12.04-preinstalled-desktoparmhf+omap4.img.gz |dd bs=4M of=/dev/sdb ; sync’

9
Sagar Patel, Gunjan Gupta, Romil Shah

It will start installation of Ubuntu OS in SD Card. This process takes about 5 -10
minutes depending on your processor. After this installation ends successfully we
will see number of records which were input and output, total bytes copied, time
taken and speed.

10
Sagar Patel, Gunjan Gupta, Romil Shah

Now, we are ready to insert our SD Card in Pandaboard and boot it for first time.
We will follow simple steps of installing Ubuntu just like the steps we follow on
installing windows in our computer. After all the steps are completed, we are ready
to do our work in Ubuntu on Pandaboard.

Authors
(1) Sagar Patel:
He is pursuing B.Tech in Electronics and Communication in Nirma
University, India. He is intern scholar at Massachusetts Institute of
Technology’s AITI. He likes to explore new ideas. Embedded systems,
digital signal processing and video-sound processing are his favorite fields.
He loves programming. He is a blogger at http://creat-tricks.blogspot.com.
He also owns a YouTube channel www.youtube.com/sagarpatel9556.
Contact him at sagarpatel.9556@gmail.com.
(2) Gunjan Gupta:
He is pursuing B.Tech in Electronics and Communication in Nirma
University, India. He is interested in Image Processing, antenna designing
and biomedical antenna. Contact him at gunjan101@gmail.com.
11
Sagar Patel, Gunjan Gupta, Romil Shah
(3) Romil Shah:
He is pursuing B.Tech in Electronics and Communication in Nirma
University, India. He is intern scholar at Florida Atlantic University. His
area of interest includes Image Processing, Wireless communication and
embedded system designing. Contact him at rams16592@gmail.com.

 THANK YOU 

12

Contenu connexe

Similaire à Setup sd card for ubuntu on pandaboard

Embedded_Linux_Booting
Embedded_Linux_BootingEmbedded_Linux_Booting
Embedded_Linux_Booting
Rashila Rr
 
Partitioning_SDcard
Partitioning_SDcardPartitioning_SDcard
Partitioning_SDcard
Rashila Rr
 
3rd grading-reviewer-pc-assembly-and-networking
3rd grading-reviewer-pc-assembly-and-networking3rd grading-reviewer-pc-assembly-and-networking
3rd grading-reviewer-pc-assembly-and-networking
starlanter
 
Computers Hardware
Computers HardwareComputers Hardware
Computers Hardware
Dani Díaz
 
How to repair and recover western digital pcb 1698 and newer hard drives
How to repair and recover western digital pcb 1698 and newer hard drivesHow to repair and recover western digital pcb 1698 and newer hard drives
How to repair and recover western digital pcb 1698 and newer hard drives
Dolphin Data Lab
 
Computer components
Computer componentsComputer components
Computer components
nixonphilip
 

Similaire à Setup sd card for ubuntu on pandaboard (20)

Embedded_Linux_Booting
Embedded_Linux_BootingEmbedded_Linux_Booting
Embedded_Linux_Booting
 
Partitioning_SDcard
Partitioning_SDcardPartitioning_SDcard
Partitioning_SDcard
 
Ubuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationUbuntu alternate ubuntu installation
Ubuntu alternate ubuntu installation
 
Ridoy Das
 Ridoy Das  Ridoy Das
Ridoy Das
 
Basic Computer Parts.pptx
Basic Computer Parts.pptxBasic Computer Parts.pptx
Basic Computer Parts.pptx
 
3rd grading-reviewer-pc-assembly-and-networking
3rd grading-reviewer-pc-assembly-and-networking3rd grading-reviewer-pc-assembly-and-networking
3rd grading-reviewer-pc-assembly-and-networking
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
 
Class 1.
Class 1.Class 1.
Class 1.
 
Computers Hardware
Computers HardwareComputers Hardware
Computers Hardware
 
Componets off a computer adam (5)
Componets off a computer adam (5)Componets off a computer adam (5)
Componets off a computer adam (5)
 
BeagleBone black
BeagleBone blackBeagleBone black
BeagleBone black
 
How to repair and recover western digital pcb 1698 and newer hard drives
How to repair and recover western digital pcb 1698 and newer hard drivesHow to repair and recover western digital pcb 1698 and newer hard drives
How to repair and recover western digital pcb 1698 and newer hard drives
 
Creating desktop for gaming
Creating desktop for gamingCreating desktop for gaming
Creating desktop for gaming
 
Parts of Computer
Parts of ComputerParts of Computer
Parts of Computer
 
Computer components
Computer componentsComputer components
Computer components
 
Feature satip4
Feature satip4Feature satip4
Feature satip4
 
Cuda cracking
Cuda crackingCuda cracking
Cuda cracking
 
BeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream ComponentsBeagleBone Black: Platform Bring-Up with Upstream Components
BeagleBone Black: Platform Bring-Up with Upstream Components
 
Technical
TechnicalTechnical
Technical
 
Basics of computer by Mudasir Amin from Durpora Zainapora Shopian.
Basics of computer by Mudasir Amin from Durpora Zainapora Shopian.Basics of computer by Mudasir Amin from Durpora Zainapora Shopian.
Basics of computer by Mudasir Amin from Durpora Zainapora Shopian.
 

Dernier

Dernier (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

Setup sd card for ubuntu on pandaboard

  • 1. Setup SD card for Linux on PandaBoard P
  • 2. Sagar Patel, Gunjan Gupta, Romil Shah Setup SD Card for Pandaboard Hardware Necessary:  Laptop with Linux distro (Ubuntu 12.04)  SD card (16GB class 10) There are some issues founded in Pandaboard community that Ubuntu 12.04 is not booting on Pandaboard ES Rev3. We also faced same problem. But we figured out the solution by manually formatting SD card. This document explains the preparation of SD card for installation of Linux on Pandaboard. We formatted SD card using Ubuntu. Make sure that, all the installation work must be done on Ubuntu and SD Card is connected to computer and it is not in write protected mode. Pandaboard ES allows booting through SD Card but it do not allow through USB. First of all start terminal by Ctrl +Alt +T and write in terminal mount 2
  • 3. Sagar Patel, Gunjan Gupta, Romil Shah It will show us all the memory devices connected to computer. Internal Hard disk will be described as sda and other memory devices can be named sdb, sdc, etc. They are further divided in partitions and hence can have numbering appended to them like sdb1, sdb2, etc. We have to unmount all the partitions of SD Card. Here in our case I have only one partition so I will unmount it which can be done in this way: sudo umount /dev/sdb1 We will list all the connected memory partitions ofdesktop by writing: sudo fdisk -ls 3
  • 4. Sagar Patel, Gunjan Gupta, Romil Shah Now we do not have access to SD Card through Desktop but still we can access partitions of SD card through terminal and can manipulate memory of SD Card. For manipulation we need to do memory hacking which canonly be done by entering in SD Card through terminal. For 16 GB SD Card and our purpose of installing Ubuntu we have calculated number of heads as 255, sectors/track as 63 and as each sector have 512 bytes so on calculating number of cylinders = Total size / Size of one head is 1930.{Number of Cylinders= (Approx.)} As our SD card is in /dev/sdb segment so I will write sudo fdisk /dev/sdb 4 ∗ ∗ = 1930
  • 5. Sagar Patel, Gunjan Gupta, Romil Shah Now as shown we have different commands available to us for memory operation on SD Card. First we have to delete all the partitions. In our case, we have only 1 partition so it will be deleted by “d” command. If multiple partitions are present then selecting that partition and repeating “d” again will delete it. After deleting all the partitions we use “p” to check that no partition is existing. 5
  • 6. Sagar Patel, Gunjan Gupta, Romil Shah Now we will go in expert mode by typing “x” and we will have much different functionality available to us for manipulation as shown: Here, we will give no of heads by “h” = 255; no of sectors/track by “s” = 63; no of cylinders by “c” =1930 and then will return to normal mode by “r”. 6
  • 7. Sagar Patel, Gunjan Gupta, Romil Shah Now we will add a new partition by “n”. It will ask for type of partition, where we will choose primary type by “p” and will give partition number “1” and initial memory allocation size of 64 MB by “+64M” and sector size will be taken default by just entering in command. Now we will write all the changes by “w”. It will save the altered partition table and will make sync disc and make it re-readable. Also it will take us out of SD Card command prompting to normal terminal execution. 7
  • 8. Sagar Patel, Gunjan Gupta, Romil Shah 8
  • 9. Sagar Patel, Gunjan Gupta, Romil Shah Installation of Ubuntu 12.04 image on SD card Now we can prepare our SD Card with help of OMAP image of Ubuntu. This image can be downloaded from https://wiki.ubuntu.com/ARM/OMAP. To be precise download pre-installed binary image from http://cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04-preinstalleddesktop-armhf+omap4.img.gz. We have Ubuntu 12.04 download in our Downloads folder, so we will enter in that particular folder cd Downloads Now write this script in terminal sudo sh -c 'zcat ./ubuntu-12.04-preinstalled-desktoparmhf+omap4.img.gz |dd bs=4M of=/dev/sdb ; sync’ 9
  • 10. Sagar Patel, Gunjan Gupta, Romil Shah It will start installation of Ubuntu OS in SD Card. This process takes about 5 -10 minutes depending on your processor. After this installation ends successfully we will see number of records which were input and output, total bytes copied, time taken and speed. 10
  • 11. Sagar Patel, Gunjan Gupta, Romil Shah Now, we are ready to insert our SD Card in Pandaboard and boot it for first time. We will follow simple steps of installing Ubuntu just like the steps we follow on installing windows in our computer. After all the steps are completed, we are ready to do our work in Ubuntu on Pandaboard. Authors (1) Sagar Patel: He is pursuing B.Tech in Electronics and Communication in Nirma University, India. He is intern scholar at Massachusetts Institute of Technology’s AITI. He likes to explore new ideas. Embedded systems, digital signal processing and video-sound processing are his favorite fields. He loves programming. He is a blogger at http://creat-tricks.blogspot.com. He also owns a YouTube channel www.youtube.com/sagarpatel9556. Contact him at sagarpatel.9556@gmail.com. (2) Gunjan Gupta: He is pursuing B.Tech in Electronics and Communication in Nirma University, India. He is interested in Image Processing, antenna designing and biomedical antenna. Contact him at gunjan101@gmail.com. 11
  • 12. Sagar Patel, Gunjan Gupta, Romil Shah (3) Romil Shah: He is pursuing B.Tech in Electronics and Communication in Nirma University, India. He is intern scholar at Florida Atlantic University. His area of interest includes Image Processing, Wireless communication and embedded system designing. Contact him at rams16592@gmail.com.  THANK YOU  12