RaspberryPiBoard

From eLinux.org
Revision as of 09:51, 31 July 2011 by Md84419 (talk | contribs) (Meego)
Jump to: navigation, search


This page collects information about Raspberry Pi Foundation's ultra-low-cost (~15UKP or 25USD) Linux computer for teaching computer programming to children.

The Raspberry Pi Foundation is a UK registered charity (Registration Number 1129409) which exists to promote the study of computer science and related topics, especially at school level, and to put the fun back into learning computing. We expect this computer to have many other applications both in the developed and the developing world.

Please note that the Raspberry Pi isn't released yet - this page is a community work in progress in preperation for the launch

NEWS:


Events


Provisional specification

The first product is about the size of a credit card, and is designed to plug into a TV or be combined with a touch screen for a low cost tablet. The expected price is $25 for a fully-configured system.

  • 700MHz ARM11 (ARM1176JZF-S) core
  • 128MB (Model A) or 256MB of SDRAM (Model B)
  • OpenGL ES 2.0
  • 1080p30 H.264 high-profile decode
  • Composite and HDMI video output
  • One USB 2.0 port provided by the BCMxxxx
  • SD/MMC/SDIO memory card slot
  • General-purpose I/O (About 16 3v3, brought out to 1.27mm pin-strip)
  • Optional integrated 2-port USB hub and 10/100 Ethernet controller (Model B)
  • Open software (Ubuntu, Iceweasel, KOffice, Python)

Availability

Estimated availability (as of 1st August 2011) is end of November 2011.

Case

A protective case is an often-cited required accessory. Cases are likely to be offered both directly from Raspberry Pi and from 3rd party companies such as Special Computing.

Power Adapters

Provisional information is that the boards will feature a Coax-style DC Jack connector accepting 6-20v (or possibly 5-16v)

Expansion boards

It is likely that expansion boards will be offered both by Raspberry Pi Foundation and by 3rd parties.

Beginners guide

You just got your new Raspberry Pi device, and now? See beginners guides.

Hardware

The first product is about the size of a credit card, and is designed to plug into a TV or be combined with a touch screen accessory for a low cost tablet. The product will be available in two configurations: Model A and Model B. The expected price is $25 for a fully-configured Model-A system and around $35 for a Model B.

Components

(PCB IDs are those of the Model B Alpha board)

Based on a new Broadcom media processor (Raspberry Pi are currently redacting the chip model number in comments on their forum).

  • CPU: Broadcom BCMxxxx featuring the ARM1176JZF-S ARM11 core clocked at 700MHz; ARM VFP.
  • GPU: an unnamed Broadcom proprietary GPU providing Open GL ES 2.0, hardware-accelerated OpenVG, and 1080p30 H.264 high-profile decode. There are 24 GFLOPS of general purpose compute and a bunch of texture filtering and DMA infrastructure. Eben worked on the architecture team for this and the Raspberry Pi team are looking at how they can make some of the proprietary features available to application programmers
  • DSP: There is a DSP, but there isn't currently a public API (Liz thinks the BC team are keen to make one available at some point)
  • RAM: 128MB (Model A) or 256MB (Model B) of SDRAM
  • Either 1x USB 2.0 (Model A) or LAN9512 providing 10/100Mb Ethernet and 2x USB 2.0 (J10: Model B)
  • 1.27" header providing ~16 GPIOs at 3v3
  • J1: DC Jack (6-20v input provisionally)
  • HDMI connector
  • SD/MMC/SDIO memory card slot
  • J5: JTAG
  • J6: Audio connector
  • J7: Composite Video connector


  • Board size: Credit-card or smaller.
  • Weight: <37g
  • Currently 6 layer PCB; target: 4 layer

Manual

Documentation will presumably be available when the product is release (current target ~November 2011)

Schematic / Layout

Errata

Clocking

  • Provisional main CPU clock speed is 700MHz
  • No data currently released on the GPU or other component clock speeds

Power management

  • Target power consumption is <1W

DLP Pico projector

The boards have both Composite and HDMI outputs so should interface with a range of DLP Pico projectors on the market.

Interfacing to Raw LCD Panels

No data currently available.

If the touchscreen interface talks via USB, they choose Linux as an OS, and there's Linux support for the touchscreen, the answer would be "yes".

General Purpose Input/Output (GPIO)

We bring the GPIOs out to 1.27mm pin-strip. This is deliberately annoying to connect to directly; there is no over-voltage protection on the board so the intention is that people interested in serious interfacing will use an external board with buffers, level conversion and analog I/O rather than soldering directly onto the main board

BootRom

The boards do not include NAND or NOR storage - everything is on the SD card, which has a FAT32 partition with GPU firmware and a kernel image, and an EXT2 partition with the rootfs.

We're not currently using a bootloader - we actually boot via the GPU, which contains a proprietary RISC core (wacky architecture ;) . The GPU mounts the SD card, loads GPU firmware and brings up display/video/3d, loads a kernel image, resets the SD card host and starts the ARM.

You could replace the kernel image with a bootloader image, and that would work fine.


Code

Code and binaries for Raspberry Pi will be available at various places from launch.

Binaries

Source

Compiler

The Broadcom processor on Raspberry Pi contains an ARM v6 general purpose processor and a GPU of currently unknown origin. No data is currently available on other cores (if any) available in the BCMxxxx.

ARM

There is broad compiler support including gcc - please see ARM Compilers

GPU

The GPU provides APIs for Open GL ES 2.0, hardware-accelerated OpenVG, and 1080p30 H.264 high-profile decode.

The GPU is capable of 24 GFLOPS of general purpose compute and features a bunch of texture filtering and DMA infrastructure - the Raspberry Pi team are looking at how they can make this available to application programmers.

DSP

There is a DSP, but there isn't currently a public API (Liz thinks the BC team are keen to make one available at some point).

Development environments

Instead of just using compiler + editor, you can use complete image create "development tool chains" which integrate compiler, build system, packaging tools etc. in one tool chain.

OpenEmbedded

Eclipse

Meego & XBMC

[1]

Android

EMBINUX

Mamona

Ubuntu

Debian ARM

GeeXboX ARM

Scratchbox

Other software

Flash

From Eben: "We'll have to take a look. We support hardware-accelerated OpenVG, and have had Flash Lite running incredibly fast. Personally, I'd like to get the official hardware-accelerated Flash 10 going on there, running against OpenGL ES 2.0, but that's something to think about after the launch."

Software hints

This section collects hints, tips & tricks for various software components.

Graphics accelerator

FAQ

For Raspberry Pi frequently asked questions (FAQ) see FAQ.

Links

Home page

raspberrypi.org (RaspberryPi home)

  • Using Google you can search raspberrypi.org (including Forum) using site:raspberrypi.org <search term>. The home page and forum each have their own search facilitiy also.

Manuals and resources

Contact and communication

Articles

(please use Google search or Google news for the moment)

Books

Education & Training materials

Past events

Raspberry Pi wiki pages

Raspberry Pi photos

Raspberry Pi videos

Manufacturing

Subpages

<splist

parent=
showparent=no
sort=desc
sortby=title
liststyle=ordered
showpath=no
kidsonly=no
debug=0

/>

Thanks

  • The layout for this page is based on the excellent Beagleboard page on this site.
  • Some of the text on this page has been adapted from contributions made by the contributors to the Beagleboard page on this site.