SlideShare a Scribd company logo
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

More Related Content

Similar to Setup sd card for ubuntu on pandaboard

Pandaboard
PandaboardPandaboard
Pandaboard
Sagar Patel
 
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
Masafumi Ohta
 
UNIT 2 P5
UNIT 2 P5UNIT 2 P5
UNIT 2 P5
OriginalGSM
 
Ramdisk
RamdiskRamdisk
Ramdisk
Rashila Rr
 
Start with arduino
Start with arduinoStart with arduino
Start with arduino
Open.Embedded
 
Embedded_Linux_Booting
Embedded_Linux_BootingEmbedded_Linux_Booting
Embedded_Linux_Booting
Rashila Rr
 
Partitioning_SDcard
Partitioning_SDcardPartitioning_SDcard
Partitioning_SDcard
Rashila Rr
 
Ubuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationUbuntu alternate ubuntu installation
Ubuntu alternate ubuntu installation
arunkumar sadhasivam
 
Ridoy Das
 Ridoy Das  Ridoy Das
Ridoy Das
RidoyDas1
 
Basic Computer Parts.pptx
Basic Computer Parts.pptxBasic Computer Parts.pptx
Basic Computer Parts.pptx
rommelsalva1
 
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
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
LloydMoore
 
Class 1.
Class 1.Class 1.
Class 1.
AsmaulCSE
 
Computers Hardware
Computers HardwareComputers Hardware
Computers Hardware
Dani Díaz
 
Componets off a computer adam (5)
Componets off a computer adam (5)Componets off a computer adam (5)
Componets off a computer adam (5)
adamgreenhalgh
 
BeagleBone black
BeagleBone blackBeagleBone black
BeagleBone black
Raja Vedula
 
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
 
Creating desktop for gaming
Creating desktop for gamingCreating desktop for gaming
Creating desktop for gaming
Jaimin Thakkar
 
Parts of Computer
Parts of ComputerParts of Computer
Parts of Computer
megaurab
 
Computer components
Computer componentsComputer components
Computer components
nixonphilip
 

Similar to Setup sd card for ubuntu on pandaboard (20)

Pandaboard
PandaboardPandaboard
Pandaboard
 
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
Desktop Ubutu on Laptops and RaspberryPi_practices how to use it with SD card...
 
UNIT 2 P5
UNIT 2 P5UNIT 2 P5
UNIT 2 P5
 
Ramdisk
RamdiskRamdisk
Ramdisk
 
Start with arduino
Start with arduinoStart with arduino
Start with arduino
 
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
 

Recently uploaded

June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
BibashShahi
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 

Recently uploaded (20)

June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 

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