TriLUG Beagle Board Overview and Demo. Beagle Board overview and demo What is a Beagle Board? What is the Beagle Board not? Why is the Beagle Board important?

Slides:



Advertisements
Similar presentations
POE-Client Overview The POE-CLIENT product is a Zero client powered by power over Ethernet. Unlike other zero clients this board directly drives all internal.
Advertisements

Jon Stanley EE382N-4 Spring  Objectives  Tasks  Keil MCB2300 ARM7 Evaluation Board ◦ System overview ◦ Measurement setup ◦ Instruction power.
Introduction 2 BASIC Stamp®. Microcontrollers Microcontrollers can be thought of as very small computers which may be programmed to control systems such.
Handheld TFTP Server with USB Andrew Pangborn Michael Nusinov RIT Computer Engineering – CE Design 03/20/2008.
29 April 2005 Part B Final Presentation Peripheral Devices For ML310 Board Project name : Spring Semester 2005 Final Presentation Presenting : Erez Cohen.
The Xilinx EDK Toolset: Xilinx Platform Studio (XPS) Building a base system platform.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Intel Do-It-Yourself Challenge Hello World with the Arduino IDE Nicolas Vailliet Intel.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
COMPUTER SYSTEM.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Screens: Ports and plugs on plasma screens Suitable for: Beginner.
AT91SAM9261-EK WinCE 6.0 DEMO ATMEL AT91 Application & Support Group
Neuros Technology July 22, 2008 Tom Bruno
AT91SAM9261-EK WinCE 5.0 DEMO ATMEL AT91 Application & Support Group Version 1.O February 2007.
Modems Problem –Computer is digital –Telephone line is analog –Need translation device called a modem Digital Signal Modem Analog Signal.
Beagle Board Fast Boot Hui Chen Keji Ren Dec 10 th, 2009 EE382N-4 Project.
Computer Basics Rebecca Donelson Hardware CPU Mouse Keyboard Monitor Desktop/Tower/Laptop Memory RAM Printer Modem Wireless card Linksys Router.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Hardware Hacking An introduction To some of the New embedded Platforms.
By Ganesan Alagu Ganesh Feb 26, 2008
Implementation of Embedded OS
Computer System Laboratory
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
By Ganesan Alagu Ganesh Feb 21, 2008
Hardware: Cables & Connectors









Chapter 4: Hardware for Educators















A Look at Computer Parts















PC Hardware Components

Presentation transcript:

TriLUG Beagle Board Overview and Demo

Beagle Board overview and demo What is a Beagle Board? What is the Beagle Board not? Why is the Beagle Board important? How do I get one? How Do I make it work?

What Is a Beagle Board? Desktop PC like performance Without the excess of Silicon, Fans, Space, and Watts 3”3”

Yanked Shamelessly From Wikipedia

What Can It Do? Whatever your Linux laptop / desktop can* DVI output, up to1280x1024 Floating Point hardware 3D rendering/games** Play/Record Audio Video and some Flash Gnash swfdec-player *ARM code only**3D is not easy yet

What Can it not Do? It can't execute x86 code so... No Windows 7 No Windows Programs No Wine No Adobe Flash Opengl support is flaky Youve been warned!

What Can it not Do? No VGA port Converter is $60 - $80 Just a DVI->VGA connector/adapter will not work

Why is the Beagle Board Imporant? Easy intro to ”embedded” Linux systems Easy intro to TI ARM/OMAP processors. On board development platform Powerful embedded platform Great hardware support from TI Not perfect due to some HW being patented like 3D, but very good

Where do I get one? Supplier of electronic components/supplies, starter kits Supplier of electronic components/supplies, starter kits Supplier of electronic components/supplies and starter kits, personality, applicable knowledge & tutorials, and a friendly user forum

How Do I Make it Work? Quick bootstrap HowTo is at the wiki: Need at least following: 1-2G SD card Serial port wire from old PC NULL Modem cable DB9 USB with B mini connector HDMI Cable Not actual HDMI signal just a DVI signal

How Do I make it work Quick Overview of Getting started Format SD card according to wiki instructions Download demo file system, modules, uImage Or download an SD card image tarball for a 2G SD Use the serial port and minicom to connect N1 Update the uboot and change boot args and boot

How Do I make it Work? Getting USB to work is tricky I had to insmod the g_ether.ko module, then: # echo host > /sys/devices/platform/musb_hdrc/mode Also must solder a few connections For more info on getting USB to work check the elinux BB FAQ or the Mailing List / Newsgroup