SlideShare a Scribd company logo
PANDABOARD
Sagar Patel
Romil shah
Gunjan gupta

10BEC072@NIrmauni.ac.in
10BEC093@NIRMAUNI.ac.in
10BEC112@nirmauni.ac.in
Introduction
The Pandaboard is a low-power, low-cost singleboard computer development platform based on the
Texas Instruments OMAP4430 system on a chip
(SoC)
 The Pandaboard ES is a newer version based on
the OMAP4460 SoC, with the CPU and GPU
running at higher clock rates. Like its predecessor, it
is a community supported development platform

Pandaboard ES Specifications
5 V Power supply
 OMAP 4460 Processor
 1.2 GHz clock frequency
 1 GB LPDDR POP RAM
 14 pin JTAG
 2 USB 2.0 OTG ports
 Ethernet Port
 Serial Port


3.5 mm Audio L + R
Output and Stereo In
 HDMI and DVD-I video
output
 Camera Expansion
connector
 LCD Expansion
connector

Accessories Needed
HDMI-A to HDMI-A cable.
 SD card minimum 8 GB
 5V/4A power supply
 Keyboard and Mouse with USB connection

OMAP 4460 Processor Feature
How to Setup SD Card for Pandaboard
?
All the installation work must be
done on Linux. I am using
Ubuntu for this purpose. Make
sure SD Card is connected to
computer and it is not in write
protected mode. Pandaboard
allows booting through SD Card
but it do not allow through USB,
so although all the steps will
work smoothly with USB and it
would look fine but Pandaboard
won’t boot successfully.
 First of all start terminal by Ctrl
+Alt +T and write in terminal
mount



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
my 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 of desktop by
writing:
sudo fdisk -ls



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 my
case I 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.


Now we will go in expert
mode by “x” and we will
have more functionalities
available to us for
manipulation as shown:


Now 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”


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 rereadable. Also it will take
us out of SD Card
command prompting to
normal
terminal
execution.


Now we can prepare our
SD Card with help of
OMAP image of Ubuntu.
This
image
can
be
downloaded
from
https://wiki.ubuntu.com/AR
M/OMAP . I have Ubuntu
12.04 download in my
Downloads folder, so I will
enter in that particular
folder
cd Downloads


Now write this script in
terminal
sudo sh -c 'zcat ./ubuntu12.04-preinstalled-desktoparmhf+omap4.img.gz |dd bs=4M
of=/dev/sdb ; sync’
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

 Thank You 

More Related Content

What's hot

한컴MDS_NVIDIA Jetson Platform
한컴MDS_NVIDIA Jetson Platform한컴MDS_NVIDIA Jetson Platform
한컴MDS_NVIDIA Jetson Platform
HANCOM MDS
 
Dream machine
Dream machineDream machine
Dream machine
Sandra Miranda Cooper
 
BeagleBone black
BeagleBone blackBeagleBone black
BeagleBone black
Raja Vedula
 
2013 Elite A-Series Launch
2013 Elite A-Series Launch2013 Elite A-Series Launch
2013 Elite A-Series LaunchAMD
 
Espresso Lite v2 - ESP8266 Overview
Espresso Lite v2 - ESP8266 OverviewEspresso Lite v2 - ESP8266 Overview
Espresso Lite v2 - ESP8266 Overview
The World Bank
 
Asus 4ta generacion
Asus 4ta generacionAsus 4ta generacion
Asus 4ta generacionjkrm
 
ICE-BT-T10
ICE-BT-T10ICE-BT-T10
ICE-BT-T10
ICP America
 
Console design (y play)
Console design (y play)Console design (y play)
Console design (y play)luisfvazquez1
 
More Mad Science for the Commodore 64 (ECCC 2015)
More Mad Science for the Commodore 64 (ECCC 2015)More Mad Science for the Commodore 64 (ECCC 2015)
More Mad Science for the Commodore 64 (ECCC 2015)
Leif Bloomquist
 
6th gen Intel Core and Intel Xeon
6th gen Intel Core and Intel Xeon6th gen Intel Core and Intel Xeon
6th gen Intel Core and Intel Xeon
Overclockers.ua
 
Ultimate Modded Commodore 64
Ultimate Modded Commodore 64Ultimate Modded Commodore 64
Ultimate Modded Commodore 64
Leif Bloomquist
 
Asus zenbook ux301 la xh72t-core i7-13.3
Asus zenbook ux301 la xh72t-core i7-13.3Asus zenbook ux301 la xh72t-core i7-13.3
Asus zenbook ux301 la xh72t-core i7-13.3Tiptop Electronics
 
Inside ASUS ZENBOOK
Inside ASUS ZENBOOKInside ASUS ZENBOOK
Inside ASUS ZENBOOKJJ Wu
 
Beaglebone black
Beaglebone blackBeaglebone black
Beaglebone black
Anchal Singh
 
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
Alwin Arrasyid
 

What's hot (17)

한컴MDS_NVIDIA Jetson Platform
한컴MDS_NVIDIA Jetson Platform한컴MDS_NVIDIA Jetson Platform
한컴MDS_NVIDIA Jetson Platform
 
Dream machine
Dream machineDream machine
Dream machine
 
Beagle board
Beagle boardBeagle board
Beagle board
 
BeagleBone black
BeagleBone blackBeagleBone black
BeagleBone black
 
2013 Elite A-Series Launch
2013 Elite A-Series Launch2013 Elite A-Series Launch
2013 Elite A-Series Launch
 
Cheap 3d pc project
Cheap 3d pc projectCheap 3d pc project
Cheap 3d pc project
 
Espresso Lite v2 - ESP8266 Overview
Espresso Lite v2 - ESP8266 OverviewEspresso Lite v2 - ESP8266 Overview
Espresso Lite v2 - ESP8266 Overview
 
Asus 4ta generacion
Asus 4ta generacionAsus 4ta generacion
Asus 4ta generacion
 
ICE-BT-T10
ICE-BT-T10ICE-BT-T10
ICE-BT-T10
 
Console design (y play)
Console design (y play)Console design (y play)
Console design (y play)
 
More Mad Science for the Commodore 64 (ECCC 2015)
More Mad Science for the Commodore 64 (ECCC 2015)More Mad Science for the Commodore 64 (ECCC 2015)
More Mad Science for the Commodore 64 (ECCC 2015)
 
6th gen Intel Core and Intel Xeon
6th gen Intel Core and Intel Xeon6th gen Intel Core and Intel Xeon
6th gen Intel Core and Intel Xeon
 
Ultimate Modded Commodore 64
Ultimate Modded Commodore 64Ultimate Modded Commodore 64
Ultimate Modded Commodore 64
 
Asus zenbook ux301 la xh72t-core i7-13.3
Asus zenbook ux301 la xh72t-core i7-13.3Asus zenbook ux301 la xh72t-core i7-13.3
Asus zenbook ux301 la xh72t-core i7-13.3
 
Inside ASUS ZENBOOK
Inside ASUS ZENBOOKInside ASUS ZENBOOK
Inside ASUS ZENBOOK
 
Beaglebone black
Beaglebone blackBeaglebone black
Beaglebone black
 
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
Introduction to RIoT Hardware Kits & ESP32 Programming [Road to RIoT 2017]
 

Similar to Pandaboard

A+ computer hardware slide
A+ computer hardware slideA+ computer hardware slide
A+ computer hardware slide
Rajendra Tete
 
Setup sd card for ubuntu on pandaboard
Setup sd card for ubuntu on pandaboardSetup sd card for ubuntu on pandaboard
Setup sd card for ubuntu on pandaboard
Sagar Patel
 
Hardware Discovery Commands
Hardware Discovery CommandsHardware Discovery Commands
Hardware Discovery Commands
Kevin OBrien
 
Innovation with pcDuino
Innovation with pcDuinoInnovation with pcDuino
Innovation with pcDuino
Jingfeng Liu
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
LloydMoore
 
Presentación notebook
Presentación notebookPresentación notebook
Presentación notebookJuan Donoso
 
Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Tom Paulus
 
Getting Started with Raspberry Pi - USC 2013
Getting Started with Raspberry Pi - USC 2013Getting Started with Raspberry Pi - USC 2013
Getting Started with Raspberry Pi - USC 2013
Tom Paulus
 
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
 
Computer Hardware.ppt
Computer Hardware.pptComputer Hardware.ppt
Computer Hardware.ppt
KalisettiJeevanaRao
 
A2 Video Streamer
A2 Video StreamerA2 Video Streamer
A2 Video Streamer
Andrew Roughan
 
Computer hardware Created By :- king parmeshwar pawar
Computer hardware Created By :- king parmeshwar pawarComputer hardware Created By :- king parmeshwar pawar
Computer hardware Created By :- king parmeshwar pawar
King Parmeshwar Pawar :) Edu.Li
 
pcDuino Presentation at SparkFun
pcDuino Presentation at SparkFunpcDuino Presentation at SparkFun
pcDuino Presentation at SparkFun
Jingfeng Liu
 
Let's begin io t with $10
Let's begin io t with $10Let's begin io t with $10
Let's begin io t with $10
Makoto Takahashi
 
Computer components
Computer componentsComputer components
Computer components
Md. Sohanur Rahman
 
Making GPU resets less painful on Linux
Making GPU resets less painful on LinuxMaking GPU resets less painful on Linux
Making GPU resets less painful on Linux
Igalia
 
Introduction to Computer Hardware
Introduction to Computer HardwareIntroduction to Computer Hardware
Introduction to Computer Hardware
Joel Nelson
 
Computer specifications
Computer specificationsComputer specifications
Computer specifications
Leonel Rivas
 

Similar to Pandaboard (20)

A+ computer hardware slide
A+ computer hardware slideA+ computer hardware slide
A+ computer hardware slide
 
Setup sd card for ubuntu on pandaboard
Setup sd card for ubuntu on pandaboardSetup sd card for ubuntu on pandaboard
Setup sd card for ubuntu on pandaboard
 
Hardware Discovery Commands
Hardware Discovery CommandsHardware Discovery Commands
Hardware Discovery Commands
 
Innovation with pcDuino
Innovation with pcDuinoInnovation with pcDuino
Innovation with pcDuino
 
Starting Raspberry Pi
Starting Raspberry PiStarting Raspberry Pi
Starting Raspberry Pi
 
Presentación notebook
Presentación notebookPresentación notebook
Presentación notebook
 
Presentación notebook
Presentación notebookPresentación notebook
Presentación notebook
 
Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013Getting Started With Raspberry Pi - UCSD 2013
Getting Started With Raspberry Pi - UCSD 2013
 
Getting Started with Raspberry Pi - USC 2013
Getting Started with Raspberry Pi - USC 2013Getting Started with Raspberry Pi - USC 2013
Getting Started with Raspberry Pi - USC 2013
 
Hw notes- aim Technologies
Hw notes- aim TechnologiesHw notes- aim Technologies
Hw notes- aim Technologies
 
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
 
Computer Hardware.ppt
Computer Hardware.pptComputer Hardware.ppt
Computer Hardware.ppt
 
A2 Video Streamer
A2 Video StreamerA2 Video Streamer
A2 Video Streamer
 
Computer hardware Created By :- king parmeshwar pawar
Computer hardware Created By :- king parmeshwar pawarComputer hardware Created By :- king parmeshwar pawar
Computer hardware Created By :- king parmeshwar pawar
 
pcDuino Presentation at SparkFun
pcDuino Presentation at SparkFunpcDuino Presentation at SparkFun
pcDuino Presentation at SparkFun
 
Let's begin io t with $10
Let's begin io t with $10Let's begin io t with $10
Let's begin io t with $10
 
Computer components
Computer componentsComputer components
Computer components
 
Making GPU resets less painful on Linux
Making GPU resets less painful on LinuxMaking GPU resets less painful on Linux
Making GPU resets less painful on Linux
 
Introduction to Computer Hardware
Introduction to Computer HardwareIntroduction to Computer Hardware
Introduction to Computer Hardware
 
Computer specifications
Computer specificationsComputer specifications
Computer specifications
 

Recently uploaded

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

Pandaboard

  • 1. PANDABOARD Sagar Patel Romil shah Gunjan gupta 10BEC072@NIrmauni.ac.in 10BEC093@NIRMAUNI.ac.in 10BEC112@nirmauni.ac.in
  • 2. Introduction The Pandaboard is a low-power, low-cost singleboard computer development platform based on the Texas Instruments OMAP4430 system on a chip (SoC)  The Pandaboard ES is a newer version based on the OMAP4460 SoC, with the CPU and GPU running at higher clock rates. Like its predecessor, it is a community supported development platform 
  • 3. Pandaboard ES Specifications 5 V Power supply  OMAP 4460 Processor  1.2 GHz clock frequency  1 GB LPDDR POP RAM  14 pin JTAG  2 USB 2.0 OTG ports  Ethernet Port  Serial Port  3.5 mm Audio L + R Output and Stereo In  HDMI and DVD-I video output  Camera Expansion connector  LCD Expansion connector 
  • 4. Accessories Needed HDMI-A to HDMI-A cable.  SD card minimum 8 GB  5V/4A power supply  Keyboard and Mouse with USB connection 
  • 6.
  • 7.
  • 8. How to Setup SD Card for Pandaboard ? All the installation work must be done on Linux. I am using Ubuntu for this purpose. Make sure SD Card is connected to computer and it is not in write protected mode. Pandaboard allows booting through SD Card but it do not allow through USB, so although all the steps will work smoothly with USB and it would look fine but Pandaboard won’t boot successfully.  First of all start terminal by Ctrl +Alt +T and write in terminal mount 
  • 9.  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 my case I have only one partition so I will unmount it which can be done in this way: sudo umount /dev/sdb1
  • 10.  We will list all the connected memory partitions of desktop by writing: sudo fdisk -ls
  • 11.
  • 12.  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 my case I 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.
  • 13.  Now we will go in expert mode by “x” and we will have more functionalities available to us for manipulation as shown:
  • 14.  Now 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”
  • 15.  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.
  • 16.  Now we will write all the changes by “w”. It will save the altered partition table and will make sync disc and make it rereadable. Also it will take us out of SD Card command prompting to normal terminal execution.
  • 17.  Now we can prepare our SD Card with help of OMAP image of Ubuntu. This image can be downloaded from https://wiki.ubuntu.com/AR M/OMAP . I have Ubuntu 12.04 download in my Downloads folder, so I will enter in that particular folder cd Downloads
  • 18.  Now write this script in terminal sudo sh -c 'zcat ./ubuntu12.04-preinstalled-desktoparmhf+omap4.img.gz |dd bs=4M of=/dev/sdb ; sync’
  • 19. 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 