Jump to content

Raspberry Pi

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Migueldvb (talk | contribs) at 16:31, 10 December 2014 (→‎Specifications). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Raspberry Pi
Raspberry Pi computer Model B+
DeveloperRaspberry Pi Foundation
TypeSingle-board computer
Release dateFebruary 2012
Introductory priceUS$20 (model A+), US$25 (model A) and US$35 (model B, B+)
Operating systemLinux (Raspbian, Debian GNU/Linux, OpenELEC, Fedora, Arch Linux ARM, Gentoo), RISC OS, FreeBSD, NetBSD, Plan 9, Inferno, OpenWrt
CPUARM1176JZF-S (ARMv6k) 700 MHz[1]
Memory256 MB[2] (Model A and A+)
256 MB (Model B rev 1)
512 MB (Model B rev 2, B+)[3]
StorageSD card slot
SD or SDHC card (Model A and B), MicroSD card (Model A+ and B+), 4 GB eMMC (Compute Module)
GraphicsBroadcom VideoCore IV[1]
Power2.5 W (model A), 3.5 W (model B) 1.0 W (model A+) 3.0 W (model B+)
Websitewww.raspberrypi.org

The Raspberry Pi is a credit card-sized single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools.[4][5][6]

The Raspberry Pi is manufactured in four board configurations through licensed manufacturing agreements with Newark element14 (Premier Farnell), RS Components and Egoman. These companies sell the Raspberry Pi online.[7] Egoman produces a version for distribution solely in China and Taiwan, which can be distinguished from other Pis by their red coloring and lack of FCC/CE marks. The hardware is the same across all manufacturers.

In 2014, the Raspberry Pi Foundation launched the Compute Module, which packages a Raspberry Pi Model B into module for use as a part of embedded systems, to encourage their use.[8]

The Raspberry Pi is based on the Broadcom BCM2835 system on a chip (SoC),[1] which includes an ARM1176JZF-S 700 MHz processor, VideoCore IV GPU,[9] and was originally shipped with 256 megabytes of RAM, later upgraded (Model B & Model B+) to 512 MB.[2][10] The system has Secure Digital (SD) or MicroSD (Model A+ and B+) sockets for boot media and persistent storage.[11]

The Foundation provides Debian and Arch Linux ARM distributions for download.[12] Tools are available for Python as the main programming language, with support for BBC BASIC[13] (via the RISC OS image or the Brandy Basic clone for Linux),[14] C, C++, Java,[15] Perl and Ruby.[16]

As of October 2014, about 3.8 million boards had been sold.[17]

Hardware

Location on the PCB of connectors and major ICs of original Raspberry PI B
Block diagram of the Model-A, B, A+ and B+; in a Model-A and A+ the lowest two blocks and the rightmost block are missing (note that these three blocks are in a chip that actually contains a three-port USB hub, with a USB Ethernet adapter connected to one of its ports). In the Model-A and A+ the USB port is connected directly to the SoC. On the model B+ the chip contains a five point hub, with four USB ports fed out, instead of the two of the B.

Processor

Level 2 cache is 128 KB, used primarily by the GPU, not the CPU.

The Broadcom SoC used in the Raspberry Pi is equivalent to a chip used in an old smartphone (Android or iPhone). While operating at 700 MHz by default, the Raspberry Pi provides a real world performance roughly equivalent to 0.041 GFLOPS.[18][19] On the CPU level the performance is similar to a 300 MHz Pentium II of 1997-1999. The GPU provides 1 Gpixel/s or 1.5 Gtexel/s of graphics processing or 24 GFLOPS of general purpose computing performance. The graphics capabilities of the Raspberry Pi are roughly equivalent to the level of performance of the Xbox of 2001. The Raspberry Pi chip, operating at 700 MHz by default, will not become hot enough to need a heatsink or special cooling. The SoC is stacked underneath the RAM chip, so only its edge is visible.

The LINPACK single node compute benchmark results in a mean single precision performance of 0.065 GFLOPS and a mean double precision performance of 0.041 GFLOPS for one Raspberry Pi Model-B board.[20] A cluster of 64 Raspberry Pi Model-B computers, labeled "Iridis-pi", achieved a LINPACK HPL suite result of 1.14 GFLOPS (n=10240) at 216 watts for c. US$4,000.[20]

Overclocking

Most Raspberry Pi devices can be overclocked to 800 MHz and some even higher to 1000 MHz. In the Raspbian Linux distro the overclocking options on boot can be done by a software command running "sudo raspi-config" without voiding the warranty, see note 9 below. In those cases the Pi automatically shuts the overclocking down in case the chip reaches 85 °C (185 °F), but it is possible to overrule automatic over voltage and overclocking settings (voiding the warranty). In that case, one can try putting an appropriately sized heatsink on it to keep the chip from heating up far above 85 °C.

Newer versions of the firmware contain the option to choose between five overclock ("turbo") presets that when turned on try to get the most performance out of the SoC without impairing the lifetime of the Pi. This is done by monitoring the core temperature of the chip, and the CPU load, and dynamically adjusting clock speeds and the core voltage. When the demand is low on the CPU, or it is running too hot, the performance is throttled, but if the CPU has much to do, and the chip's temperature is acceptable, performance is temporarily increased, with clock speeds of up to 1 GHz, depending on the individual board, and on which of the turbo settings is used. The five settings are:

  • None; 700 MHz ARM, 250 MHz core, 400 MHz SDRAM, 0 overvolt,
  • Modest; 800 MHz ARM, 250 MHz core, 400 MHz SDRAM, 0 overvolt,
  • Medium; 900 MHz ARM, 250 MHz core, 450 MHz SDRAM, 2 overvolt,
  • High; 950 MHz ARM, 250 MHz core, 450 MHz SDRAM, 6 overvolt,
  • Turbo; 1000 MHz ARM, 500 MHz core, 600 MHz SDRAM, 6 overvolt.[21][22]

In the highest (turbo) preset the SDRAM clock was originally 500 MHz, but this was later changed to 600 MHz because 500 MHz sometimes causes SD card corruption. Simultaneously in high mode the core clock speed was lowered from 450 to 250 MHz, and in medium mode from 333 to 250 MHz.

RAM

On the older beta model B boards, 128 MB was allocated by default to the GPU, leaving 128 MB for the CPU.[23] On the first 256 MB release model B (and Model A), three different splits were possible. The default split was 192 MB (CPU RAM), which should be sufficient for standalone 1080p video decoding, or for simple 3D, but probably not for both together. 224 MB was for Linux only, with just a 1080p framebuffer, and was likely to fail for any video or 3D. 128 MB was for heavy 3D, possibly also with video decoding (e.g. XBMC).[24] Comparatively the Nokia 701 uses 128 MB for the Broadcom VideoCore IV.[25] For the new model B with 512 MB RAM initially there were new standard memory split files released( arm256_start.elf, arm384_start.elf, arm496_start.elf) for 256 MB, 384 MB and 496 MB CPU RAM (and 256 MB, 128 MB and 16 MB video RAM). But a week or so later the RPF released a new version of start.elf that could read a new entry in config.txt (gpu_mem=xx) and could dynamically assign an amount of RAM (from 16 to 256 MB in 8 MB steps) to the GPU, so the older method of memory splits became obsolete, and a single start.elf worked the same for 256 and 512 MB Pis.[26]

Networking

Though the Model A and A+ do not have an 8P8C ("RJ45") Ethernet port, it can connect to a network by using an external user-supplied USB Ethernet or Wi-Fi adapter. On the model B the Ethernet port is provided by a built-in USB Ethernet adapter.

Peripherals

Generic USB keyboards and mice are compatible with the Raspberry Pi.[11]

Video

The video controller is capable of standard modern TV resolutions, such as HD and Full HD, and higher or lower monitor resolutions and older standard CRT TV resolutions; capable of the following: 640×350 EGA; 640×480 VGA; 800×600 SVGA; 1024×768 XGA; 1280×720 720p HDTV; 1280×768 WXGA variant; 1280×800 WXGA variant; 1280×1024 SXGA; 1366×768 WXGA variant; 1400×1050 SXGA+; 1600×1200 UXGA; 1680×1050 WXGA+; 1920×1080 1080p HDTV; 1920×1200 WUXGA.[27] It can generate 576i and 480i composite video signals for PAL-BGHID, PAL-M, PAL-N, NTSC and NTSC-J.[28]

Real-time clock

The Raspberry Pi does not come with a real-time clock, which means it cannot keep track of the time of day while it is not powered on.

As alternatives, a program running on the Pi can get the time from a network time server or user input at boot time.

A real-time clock (such as the DS1307) with battery backup can be added via the I²C interface.

Specifications

Model A Model A+ Model B Model B+ Compute Module
Note: all interfaces are via 200-pin DDR2 SO-DIMM connector.
Target price: US$25 US$20[29] US$35[30][31] US$30 (in batches of 100)[32]
SoC: Broadcom BCM2835 (CPU, GPU, DSP, SDRAM, and single USB port)[1][32]
CPU: 700 MHz ARM1176JZF-S core (ARM11 family, ARMv6 instruction set)[1]
GPU: Broadcom VideoCore IV @ 250 MHz[33][34]
OpenGL ES 2.0 (24 GFLOPS)
MPEG-2 and VC-1 (with license),[35] 1080p30 h.264/MPEG-4 AVC high-profile decoder and encoder[1]
Memory (SDRAM): 256 MB (shared with GPU) 512 MB (shared with GPU) as of 15 October 2012
USB 2.0 ports:[11] 1 (direct from BCM2835 chip) 2 (via the on-board 3-port USB hub)[36] 4 (via the on-board 5-port USB hub)[30][37] 1 (direct from BCM2835 chip)
Video input: 15-pin MIPI camera interface (CSI) connector, used with the Raspberry Pi camera or Raspberry Pi NoIR camera[38] 2× MIPI camera interface (CSI)[32][39][40]
Video outputs: HDMI (rev 1.3 & 1.4),[41] 14 HDMI resolutions from 640×350 to 1920×1200 plus various PAL and NTSC standards,[27] composite video (PAL and NTSC) via RCA jack HDMI (rev 1.3 & 1.4), 14 HDMI resolutions from 640×350 to 1920×1200 plus various PAL and NTSC standards, composite video (PAL and NTSC) via 3.5 mm TRRS jack shared with audio out HDMI (rev 1.3 & 1.4), 14 HDMI resolutions from 640×350 to 1920×1200 plus various PAL and NTSC standards, composite video (PAL and NTSC) via RCA jack HDMI (rev 1.3 & 1.4), 14 HDMI resolutions from 640×350 to 1920×1200 plus various PAL and NTSC standards, composite video (PAL and NTSC) via 3.5 mm TRRS jack shared with audio out HDMI, 2× MIPI display interface (DSI),[32][40] MIPI display interface (DSI) for raw LCD panels,[42][43] composite video[39][44]
Audio inputs: As of revision 2 boards, I²S[45]
Audio outputs: Analog via 3.5 mm phone jack; digital via HDMI and, as of revision 2 boards, I²S Analog, HDMI, I²S
Onboard storage:[11] SD / MMC / SDIO card slot (3.3 V with card power only) MicroSD[30] SD / MMC / SDIO card slot MicroSD 4-GB eMMC flash memory chip;[32] may or may not support external SD cards with configuration changes
Onboard network:[11] None 10/100 Mbit/s Ethernet (8P8C) USB adapter on the third/fifth port of the USB hub (SMSC lan9514-jzx)[36] None
Low-level peripherals: GPIO,[46] plus the following, which can also be used as GPIO: UART, I²C bus, SPI bus with two chip selects, I²S audio[47] +3.3 V, +5 V, ground[33][48]
17× GPIO plus the same specific functions, and HAT ID bus GPIO, plus the following, which can also be used as GPIO: UART, I²C bus, SPI bus with two chip selects, I²S audio +3.3 V, +5 V, ground
17× GPIO plus the same specific functions, and HAT ID bus 46× GPIO, some of which can be used for specific functions including I²C, SPI, UART, PCM, PWM[49]
Power ratings: 300 mA (1.5 W)[50] 200 mA (1 W)[51] 700 mA (3.5 W) 600 mA (3.0 W)[30] similar to Model A+
Power source: 5 V via MicroUSB or GPIO header 5 V
Size: 85.60 mm × 56.5 mm (3.370 in × 2.224 in) – not including protruding connectors 65 mm × 56.5 mm (2.56 in × 2.22 in) – (same as HAT board) and 10 mm high 85.60 mm × 56.5 mm (3.370 in × 2.224 in) – not including protruding connectors 67.6 mm × 30 mm (2.66 in × 1.18 in)
Weight: 45 g (1.6 oz) 23 g (0.81 oz) 45 g (1.6 oz) 7 g (0.25 oz)[52]

Accessories

  • Camera – On 14 May 2013, the foundation and the distributors RS Components & Premier Farnell/Element 14 launched the Raspberry Pi camera board with a firmware update to accommodate it.[53] The camera board is shipped with a flexible flat cable that plugs into the CSI connector located between the Ethernet and HDMI ports. In Raspbian, one enables the system to use the camera board by the installing or upgrading to the latest version of the OS and then running Raspi-config and selecting the camera option. The cost of the camera module is 20 EUR in Europe (9 September 2013).[54] It can produce 1080p, 720p, 640x480p video. The footprint dimensions are 25 mm x 20 mm x 9 mm.[54]
  • Gertboard – A Raspberry Pi Foundation sanctioned device designed for educational purposes, and expands the Raspberry Pi's GPIO pins to allow interface with and control of LEDs, switches, analog signals, sensors and other devices. It also includes an optional Arduino compatible controller to interface with the Pi.[55]
  • Infrared Camera – in October 2013, the foundation announced that they would begin producing a camera module without an infrared filter, called the Pi NoIR.[56]
  • HAT (Hardware Attached on Top) expansion boards – Together with the model B+, inspired by the Arduino shield boards, were devised by the Raspberry PI Foundation. Each HAT board carries a small EEPROM (typically a CAT24C32WI-GT3)[57] containing the relevant details of the board,[58] so that the Raspberry PI's OS is informed of the HAT, and the technical details of it, relevant to the OS using the HAT.[59] Mechanical details of a HAT board, that use the four mounting holes in their rectangular formation, are here: [1]. More info here: [2].

Software

Operating systems

The Raspberry Pi primarily uses Linux kernel-based operating systems.

The ARM11 chip at the heart of the Pi is based on version 6 of the ARM. The current releases of several popular versions of Linux, including Ubuntu.,[60] will not run on the ARM11. It is not possible to run Windows on the Raspberry Pi.[61]

The install manager for the Raspberry Pi is NOOBS. The OSs included with NOOBS are:

Other OSs

Driver APIs

Scheme of the implemented APIs: OpenMAX, OpenGL ES and OpenVG

Raspberry Pi can use a VideoCore IV GPU via a binary blob, which is loaded into the GPU at boot time from the SD-card, and additional software, that initially was closed source.[91] This part of the driver code was later released,[92] however much of the actual driver work is done using the closed source GPU code. Application software uses calls to closed source run-time libraries (OpenMax, OpenGL ES or OpenVG) which in turn calls an open source driver inside the Linux kernel, which then calls the closed source Videocore IV GPU driver code. The API of the kernel driver is specific for these closed libraries. Video applications use OpenMAX, 3D applications use OpenGL ES and 2D applications use OpenVG which both in turn use EGL. OpenMAX and EGL use the open source kernel driver in turn.[93]

Third party application software

  • Mathematica – Since 21 November 2013, Raspbian includes a full installation of this proprietary software for free.[94][95] As of 1 August 2014 the version is Mathematica 10.[96]
  • Minecraft – Released 11 February 2013; a version for the Raspberry Pi, in which you can modify the game world with code.[97]

Reception and use

Technology writer Glyn Moody described the project in May 2011 as a "potential BBC Micro 2.0", not by replacing PC compatible machines but by supplementing them.[98] In March 2012 Stephen Pritchard echoed the BBC Micro successor sentiment in ITPRO.[99] Alex Hope, co-author of the Next Gen report, is hopeful that the computer will engage children with the excitement of programming.[100] Co-author Ian Livingstone suggested that the BBC could be involved in building support for the device, possibly branding it as the BBC Nano.[68] Chris Williams, writing in The Register sees the inclusion of programming languages such as Kids Ruby, Scratch and BASIC as a "good start" to equip kids with the skills needed in the future – although it remains to be seen how effective their use will be.[101] The Centre for Computing History strongly supports the Raspberry Pi project, feeling that it could "usher in a new era".[102] Before release, the board was showcased by ARM's CEO Warren East at an event in Cambridge outlining Google's ideas to improve UK science and technology education.[103]

Harry Fairhead, however, suggests that more emphasis should be put on improving the educational software available on existing hardware, using tools such as Google App Inventor to return programming to schools, rather than adding new hardware choices.[104] Simon Rockman, writing in a ZDNet blog, was of the opinion that teens will have "better things to do", despite what happened in the 1980s.[105]

In October 2012, the Raspberry Pi won T3's Innovation of the Year award,[106] and futurist Mark Pesce cited a (borrowed) Raspberry Pi as the inspiration for his ambient device project MooresCloud.[107] In October 2012, the British Computer Society reacted to the announcement of enhanced specifications by stating, "it's definitely something we'll want to sink our teeth into."[108]

Community

The Raspberry Pi community was described by Jamie Ayre of FLOSS software company AdaCore as one of the most exciting parts of the project.[109] Community blogger Russell Davis said that the community strength allows the Foundation to concentrate on documentation and teaching.[109] The community is developing fanzines around the platform, such as The MagPi.[110] A series of community Raspberry Jam events have been held across the UK[111] and further afield,[112] led by Alan O'Donohoe,[111][113][114] principal teacher of ICT at Our Lady's High School, Preston,[114][115] and a teacher-led community from RaspberryJam has started building a crowdsourced scheme of work.[116]

Use in education

As of January 2012, enquiries about the board in the United Kingdom have been received from schools in both the state and private sectors, with around five times as much interest from the latter. It is hoped that businesses will sponsor purchases for less advantaged schools.[117] The CEO of Premier Farnell said that the government of a country in the Middle East has expressed interest in providing a board to every schoolgirl, in order to enhance her employment prospects.[118][119]

The Raspberry Pi Foundation and Oxford, Cambridge and RSA Examinations launched a beta of the Cambridge GCSE Computing Online course or MOOC (Massive Open Online Course) based around the current GCSE Computing syllabus. The MOOC will consist of videos, animations and interactive tasks on every part of the curriculum presented by UK teachers. The beta is currently presented by Clive Beale who is the Head of Educational Development. All tasks will be supported by written materials and audio and text transcripts available for disabled students. The first MOOC will be linked to a formal GCSE qualification.[120]

Oxford, Cambridge and RSA Examinations also provide resources to use with a Raspberry Pi for teachers who would like to use the device in their lessons including Getting started, Singing Jelly Baby and other features about the Raspberry Pi.[121]

History

An early alpha-test board in operation using different layout from later beta and production boards

In 2006, early concepts of the Raspberry Pi were based on the Atmel ATmega644 microcontroller. Its schematics and PCB layout are publicly available.[122] Foundation trustee Eben Upton assembled a group of teachers, academics and computer enthusiasts to devise a computer to inspire children.[117] The computer is inspired by Acorn's BBC Micro of 1981.[123][124] Model A, Model B and Model B+ are references to the original models of the British educational BBC Micro computer, developed by Acorn Computers.[101] The first ARM prototype version of the computer was mounted in a package the same size as a USB memory stick.[125] It had a USB port on one end and an HDMI port on the other.

The Foundation's goal was to offer two versions, priced at US$25 and US$35. They started accepting orders for the higher priced model B on 29 February 2012,[126] the lower cost model A on 4 February 2013.[127] and the even lower cost (US$20) A+ on 10 November 2014.[29]

Pre-launch

  • July 2011 (2011-07): Trustee Eben Upton publicly approached the RISC OS Open community in July 2011 to enquire about assistance with a port.[128] Adrian Lees at Broadcom has since worked on the port,[129][130] with his work being cited in a discussion regarding the graphics drivers.[131] This port is now included in NOOBS.
  • August 2011 – 50 alpha boards are manufactured. These boards were functionally identical to the planned model B,[132] but they were physically larger to accommodate debug headers. Demonstrations of the board showed it running the LXDE desktop on Debian, Quake 3 at 1080p,[133] and Full HD MPEG-4 video over HDMI.[134]
  • October 2011 – A version of RISC OS 5 was demonstrated in public, and following a year of development the port was released for general consumption in November 2012.[65][135][136][137]
  • December 2011 – Twenty-five model B Beta boards were assembled and tested[138] from one hundred unpopulated PCBs.[139] The component layout of the Beta boards was the same as on production boards. A single error was discovered in the board design where some pins on the CPU were not held high; it was fixed for the first production run.[140] The Beta boards were demonstrated booting Linux, playing a 1080p movie trailer and the Rightware Samurai OpenGL ES benchmark.[141]
  • Early 2012 – During the first week of the year, the first 10 boards were put up for auction on eBay.[142][143] One was bought anonymously and donated to the museum at The Centre for Computing History in Suffolk, England.[102][144] The ten boards (with a total retail price of £220) together raised over £16,000,[145] with the last to be auctioned, serial number No. 01, raising £3,500.[146] In advance of the anticipated launch at the end of February 2012, the Foundation's servers struggled to cope with the load placed by watchers repeatedly refreshing their browsers.[147]

Launch

Raspberry Pi Model A
  • 19 February 2012 – The first proof of concept SD card image that could be loaded onto an SD card to produce a preliminary operating system is released. The image was based on Debian 6.0 (Squeeze), with the LXDE desktop and the Midori browser, plus various programming tools. The image also runs on QEMU allowing the Raspberry Pi to be emulated on various other platforms.[148][149]
  • 29 February 2012 – Initial sales commence 29 February 2012[150] at 06:00 UTC;. At the same time, it was announced that the Model A, originally to have had 128 MB of RAM, was to be upgraded to 256 MB before release.[126] The Foundation's website also announced: "Six years after the project's inception, we're nearly at the end of our first run of development – although it's just the beginning of the Raspberry Pi story."[151] The web-shops of the two licensed manufacturers selling Raspberry Pi's within the United Kingdom, Premier Farnell and RS Components, had their websites stalled by heavy web traffic immediately after the launch (RS Components briefly going down completely).[152][153] Unconfirmed reports suggested that there were over two million expressions of interest or pre-orders.[154] The official Raspberry Pi Twitter account reported that Premier Farnell sold out within a few minutes of the initial launch, while RS Components took over 100,000 pre orders on day one.[126] Manufacturers were reported in March 2012 to be taking a "healthy number" of pre-orders.[109]
  • March 2012 – Shipping delays for the first batch were announced in March 2012, as the result of installation of an incorrect Ethernet port,[155][156] but the Foundation expected that manufacturing quantities of future batches could be increased with little difficulty if required.[157] "We have ensured we can get them [the Ethernet connectors with magnetics] in large numbers and Premier Farnell and RS Components [the two distributors] have been fantastic at helping to source components," Upton said. The first batch of 10,000 boards was manufactured in Taiwan and China.[158][159]
  • 8 March 2012 – Release Raspberry Pi Fedora Remix, the recommended Linux distribution,[160] developed at Seneca College in Canada.[161]
  • March 2012 – The Debian port is initiated by Mike Thompson, former CTO of Atomz. The effort was largely carried out by Thompson and Peter Green, a volunteer Debian developer, with some support from the Foundation, who tested the resulting binaries that the two produced during the early stages (neither Thompson nor Green had physical access to the hardware, as boards were not widely accessible at the time due to demand).[162] While the preliminary proof of concept image distributed by the Foundation before launch was also Debian-based, it differed from Thompson and Green's Raspbian effort in a couple of ways. The POC image was based on then-stable Debian Squeeze, while Raspbian aimed to track then-upcoming Debian Wheezy packages.[149] Aside from the updated packages that would come with the new release, Wheezy was also set to introduce the armhf architecture,[163] which became the raison d'être for the Raspbian effort. The Squeeze-based POC image was limited to the armel architecture, which was, at the time of Squeeze's release, the latest attempt by the Debian project to have Debian run on the newest ARM EABI.[164] The armhf architecture in Wheezy intended to make Debian run on the ARM VFP hardware floating-point unit, while armel was limited to emulating floating point operations in software.[165][166] Since the Raspberry Pi included a VFP, being able to make use of the hardware unit would result in performance gains and reduced power usage for floating point operations.[162] The armhf effort in mainline Debian, however, was orthogonal to the work surrounding the Pi and only intended to allow Debian to run on ARMv7 at a minimum, which would mean the Pi, an ARMv6k device, would not benefit.[163] As a result, Thompson and Green set out to build the 19,000 Debian packages for the device using a custom build cluster.[162]

Post-launch

  • 16 April 2012 – Reports appear from the first buyers who had received their Raspberry Pi.[167][168]
  • 20 April 2012 – The schematics for the Model A and Model B are released.[169]
  • 18 May 2012 – The Foundation reported on its blog about a prototype camera module they had tested.[170] The prototype used a 14-megapixel module.
  • 22 May 2012 – Over 20,000 units had been shipped.[171]
  • 16 July 2012 – It was announced that 4,000 units were being manufactured per day, allowing Raspberry Pis to be bought in bulk.[172][173]
  • 24 August 2012 – Hardware accelerated video (H.264) encoding becomes available after it became known that the existing license also covered encoding. Previously it was thought that encoding would be added with the release of the announced camera module.[174][175] However, no stable software exists for hardware H.264 encoding.[176] At the same time the Foundation released two additional codecs that can be bought separately, MPEG-2 and Microsoft's VC-1. Also it was announced that the Pi will implement CEC, enabling it to be controlled with the television's remote control.[35]
  • July 2012 – Release of Raspbian.[177]
  • 5 September 2012 – The Foundation announced a second revision of the Raspberry Pi Model B.[178] A revision 2.0 board is announced, with a number of minor corrections and improvements.[179]
  • 6 September 2012 – Announcement that in future the bulk of Raspberry Pi units would be manufactured in the UK, at Sony's manufacturing facility in Pencoed, Wales. The Foundation estimated that the plant would produce 30,000 units per month, and would create about 30 new jobs.[180][181]
  • 15 October 2012 – It is announced that new Raspberry Pi Model Bs are to be fitted with 512 MB instead of 256 MB RAM.[10]
  • 24 October 2012 – The Foundation announces that "all of the VideoCore driver code which runs on the ARM" had been released as free software under a BSD-style license, making it "the first ARM-based multimedia SoC with fully-functional, vendor-provided (as opposed to partial, reverse engineered) fully open-source drivers", although this claim has not been universally accepted.[92] On 28 February 2014, they also announced the release of full documentation for the VideoCore IV graphics core, and a complete source release of the graphics stack under a 3-clause BSD license[182][183]
  • October 2012 – It was reported that some customers of one of the two main distributors had been waiting more than six months for their orders. This was reported to be due to difficulties in sourcing the CPU and conservative sales forecasting by this distributor.[184]
  • 17 December 2012 – The Foundation, in collaboration with IndieCity and Velocix, opens the Pi Store, as a "one-stop shop for all your Raspberry Pi (software) needs". Using an application included in Raspbian, users can browse through several categories and download what they want. Software can also be uploaded for moderation and release.[185]
  • 3 June 2013 – 'New Out Of Box Software or NOOBS is introduced. This makes the Raspberry Pi easier to use by simplifying the installation of an operating system. Instead of using specific software to prepare an SD card, a file is unzipped and the contents copied over to a FAT formatted (4 GB or bigger) SD card. That card can then be booted on the Raspberry Pi and a choice of six operating systems is presented for installation on the card. The system also contains a recovery partition that allows for the quick restoration of the installed OS, tools to modify the config.txt and an online help button and web browser which directs to the Raspberry Pi Forums.[186]
  • October 2013 – The Foundation announces that the one millionth Pi had been manufactured in the United Kingdom.[187]
  • November 2013: they announce that the two millionth Pi shipped between 24 and 31 October.[188]
  • 28 February 2014 – On the day of the second anniversary of the Raspberry Pi, Broadcom, together with the Raspberry PI foundation, announced the release of full documentation for the VideoCore IV graphics core[clarification needed], and a complete source release of the graphics stack under a 3-clause BSD license.[182][183]
Raspberry Pi Compute Module
  • 7 April 2014 – The official Raspberry Pi blog announced the Raspberry Pi Compute Module, a device in the form factor of a 200-pin DDR2 SO-DIMM memory module (though not in any way compatible with such RAM), intended for consumer electronics designers to use as the core of their own products.[32]
  • June 2014 – The official Raspberry Pi blog mentioned that the three millionth Pi shipped in early May 2014.[189]
  • 14 July 2014 – The official Raspberry Pi blog announced the Raspberry Pi Model B+, "the final evolution of the original Raspberry Pi. For the same price as the original Raspberry Pi Model B, but incorporating numerous small improvements people have been asking for".[30]
  • 10 November 2014 – The official Raspberry Pi blog announced the Raspberry Pi Model A+.[29] It is the smallest and cheapest (US$20) Raspberry Pi so far and has the same processor and RAM as the Model A and like the A it has no ethernet port, and just one USB port, but does have the other innovations of the B+, like lower power, micro-SD-card slot, and 40 pins HAT compatible GPIO.

See also

References

  1. ^ a b c d e f "BCM2835 Media Processor; Broadcom". Broadcom.com. 1 September 2011. Retrieved 6 May 2012.
  2. ^ a b Transistorized memory, such as RAM, ROM, flash and cache sizes as well as file sizes are specified using binary meanings for K (10241), M (10242), G (10243), etc.
  3. ^ At first, for a short time, revision 2 boards were made that had 256 MB of RAM
  4. ^ Cellan-Jones, Rory (5 May 2011). "A £15 computer to inspire young programmers". BBC News.
  5. ^ Price, Peter (3 June 2011). "Can a £15 computer solve the programming gap?". BBC Click. Retrieved 2 July 2011.
  6. ^ Bush, Steve (25 May 2011). "Dongle computer lets kids discover programming on a TV". Electronics Weekly. Retrieved 11 July 2011.
  7. ^ "about the Licensed manufacturing deal". Retrieved 16 September 2014.
  8. ^ http://www.raspberrypi.org/raspberry-pi-compute-module-new-product/
  9. ^ Brose, Moses (30 January 2012). "Broadcom BCM2835 SoC has the most powerful mobile GPU in the world?". Grand MAX. Archived from the original on 13 April 2012. Retrieved 13 April 2012.
  10. ^ a b "Model B now ships with 512MB of RAM". Raspberrypi.org. Retrieved 15 October 2012.
  11. ^ a b c d e "Verified USB Peripherals and SDHC Cards;". Elinux.org. Retrieved 6 May 2012.
  12. ^ "Raspberry Pi downloads".
  13. ^ "David Braben on Raspberry Pi". Edge. 25 November 2011. Retrieved 8 December 2011.
  14. ^ "Brandy Basic". Jaguar.orpheusweb.co.uk. 26 July 2005. Retrieved 6 May 2012.
  15. ^ "Oracle Java on Raspberry Pi". Raspberry Pi. 26 September 2013.
  16. ^ "Event driven Raspberry Pi GPIO programming in Ruby". github.com/jwhitehorn. 15 September 2014.
  17. ^ "According to the Pi Foundation on Twitter". Twitter.com. 11 October 2014. Retrieved 27 October 2014.
  18. ^ "Performance - measures of the Raspberry Pi's performance". RPi Performance. eLinux.org. Retrieved 30 March 2014.
  19. ^ Benchoff, Brian. "64 Rasberry Pis turned into a supercomputer". Hackaday. Retrieved 30 March 2014.
  20. ^ a b Cox, Simon J.; et al. "Iridis-pi: a low-cost, compact demonstration cluster" (PDF). Cluster Computing, June 2013. Retrieved 29 March 2014. {{cite web}}: Explicit use of et al. in: |first= (help)
  21. ^ "Introducing turbo mode: up to 50% more performance for free". Raspberrypi.org. Retrieved 20 September 2012.
  22. ^ "asb/raspi-config on Github". asb. Retrieved 12 December 2012.
  23. ^ "I have a raspberry pi beta board ama". Reddit.com. 15 January 2012. Retrieved 6 May 2012.
  24. ^ Raspberry Pi boot configuration text file
  25. ^ "Nokia 701 has a similar Broadcom GPU". Raspberrypi.org. 2 February 2012. Retrieved 22 June 2012.
  26. ^ "introducing new firmware for the 512 MB Pi". Retrieved 16 September 2014.
  27. ^ a b "Raspberry Pi, supported video resolutions". eLinux.org. 30 November 2012. Retrieved 11 December 2012.
  28. ^ Ozolins, Jason. "examples of Raspberry Pi composite output". Raspberrypi.org. Retrieved 22 June 2012.
  29. ^ a b c "Introducing Raspberry Pi Model A+". Raspberry Pi Foundation. Retrieved 10 November 2014.
  30. ^ a b c d e "Introducing Raspberry Pi Model B+". Raspberry Pi Foundation. Retrieved 14 July 2014.
  31. ^ Bowater, Donna (29 February 2012). "Mini Raspberry Pi computer goes on sale for £22". The Daily Telegraph. London.
  32. ^ a b c d e f "Raspberry Pi Compute Module: New Product!". Raspberry Pi Foundation. Retrieved 22 September 2014.
  33. ^ a b "Q&A with our hardware team". Raspberry Pi Foundation. Retrieved 20 September 2011.
  34. ^ Halfacree, Gareth. "Raspberry Pi - The Model B". bit-tech.net. Dennis Publishing Limited. Retrieved 10 June 2013.
  35. ^ a b "New video features! MPEG-2 and VC-1 decode, H.264 encode, CEC". Raspberry Pi Foundation. Retrieved 26 August 2012.
  36. ^ a b "SMSC LAN9512 Website;". Smsc.com. Retrieved 6 May 2012.
  37. ^ "Microchip/SMSC LAN9514 data sheet;" (PDF). Microchip. Retrieved 15 July 2014.
  38. ^ "diagram of Raspberry Pi with CSI camera connector". Elinux.org. 2 March 2012. Retrieved 22 June 2012.
  39. ^ a b Adams, James (3 April 2014). "Raspberry Pi Compute Module electrical schematic diagram" (PDF). Raspberry Pi Foundation. Retrieved 22 September 2014.
  40. ^ a b Adams, James (3 April 2014). "Raspberry Pi Compute Module IO Board elecrical schematic diagram" (PDF). Raspberry Pi Foundation. Retrieved 22 September 2014.
  41. ^ "Embedded Linux Wiki: Hardware Basic Setup". Elinux.org. Retrieved 25 May 2013.
  42. ^ "Raspberry Pi Wiki, section screens". Elinux.org. Retrieved 6 May 2012.
  43. ^ "diagram of Raspberry Pi with DSI LCD connector". Elinux.org. Retrieved 6 May 2012.
  44. ^ Adams, James (7 April 2014). "Comment by James Adams on Compute Module announcement". Raspberry Pi Foundation. Retrieved 22 September 2014.
  45. ^ "I2S driver development thread". Retrieved 16 September 2014.
  46. ^ More GPIOs can be used if you do not use the low level peripherals
  47. ^ Since the release of the revision 2 model
  48. ^ "Raspberry Pi GPIO Connector;". Elinux.org. Retrieved 6 May 2012.
  49. ^ Adams, James (7 April 2014). "Comment by James Adams on Compute Module announcement". Raspberry Pi Foundation. Retrieved 22 September 2014.
  50. ^ "Power supply confirmed as 5V micro USB". Raspberrypi.org. Retrieved 25 July 2012.
  51. ^ http://www.raspi.today/raspberry-pi-model-a-plus-out-now/
  52. ^ Adams, James (7 April 2014). "Comment by James Adams on Compute Module announcement". Raspberry Pi Foundation. Retrieved 22 September 2014.
  53. ^ "Elinux Wiki: Description of Raspberry Pi Camera Board". Retrieved 3 September 2013.
  54. ^ a b "RPI Camera board - Raspberry-Pi - Raspberry Pi Kamera-Board, 5MP | Farnell Deutschland". de.farnell.com. Retrieved 9 June 2013.
  55. ^ "Gertboard is here!". Raspberry Pi Foundation. 8 August 2012. Retrieved 9 August 2012.
  56. ^ "Pi NoIR". Raspberry Pi Foundation. Retrieved 16 August 2014.
  57. ^ "hats/eeprom-circuit.png at master · raspberrypi/hats · GitHub". GitHub. Retrieved 16 September 2014.
  58. ^ "hats/eeprom-format.md at master · raspberrypi/hats · GitHub". GitHub. Retrieved 16 September 2014.
  59. ^ "raspberrypi/hats · GitHub". GitHub. Retrieved 16 September 2014.
  60. ^ Gareth Halfacree. "Raspberry Pi review: Eben Upton reveals all". linuxuser.co.uk.
  61. ^ "Booting the Raspberry Pi for the first time". Raspberry Pi HQ. Retrieved 21 September 2014.
  62. ^ Bellavance, Nicolas (17 April 2012). "Quelle distribution utiliser sur Raspberry Pi ?". Retrieved 22 May 2012.
  63. ^ "raspbmc a light Linux distro designed for media application on the Raspberry Pi". Raspbmc.com. Retrieved 22 June 2012.
  64. ^ "openelec for XBMC". Openelec.tv. 28 February 2012. Retrieved 22 June 2012.
  65. ^ a b Holwerda, Thom (31 October 2011). "Raspberry Pi To Embrace RISC OS". OSNews. Retrieved 1 November 2011.
  66. ^ "Raspbian – Debian optimized for the Raspberry Pi hardware".
  67. ^ "Welcome to Raspbian". Raspbian. Retrieved 30 July 2012.
  68. ^ a b Vallance, Chris (10 January 2012). "Raspberry Pi bids for success with classroom coders". BBC News. Retrieved 29 February 2012.
  69. ^ "Introducing the Pi Store". Retrieved 16 September 2014.
  70. ^ Yau, Lawrence. "Raspbian Server Edition Version 2.4". The Rantings and Ravings of a Madman. sirlagz.net - Lawrence Yau. Retrieved 4 July 2013.
  71. ^ "Raspbian wheezy". Downloads. Raspberry Pi Foundation. Retrieved 10 January 2013.
  72. ^ Eben Upton (24 May 2013). "Wayland". Raspberry Pi. Retrieved 25 May 2013.
  73. ^ "Inspired by CrunchBang Linux, and based on Raspbian. Features the Openbox desktop environment".
  74. ^ "A fork of Raspbian for robotics projects with LEGO, Grove, and Arduino".
  75. ^ "XBian is a small, fast and lightweight media center distribution for the Raspberry Pi". xbian.org. Retrieved 21 October 2014.
  76. ^ "openSUSE on a Raspberry Pi".
  77. ^ "Raspberry Pi". Retrieved 3 August 2014.
  78. ^ SlackwareARM for the Raspberry Pi
  79. ^ "ArmedSlack working :)". raspberrypi.org. 18 May 2012.
  80. ^ "alt.os.linux.slackware – ARMed Slack running on Raspberry Pi". Retrieved 16 September 2014.
  81. ^ "raspberrypi.org – ArmedSlack 13.37". Retrieved 16 September 2014.
  82. ^ "The Slackware Linux Project: Installation Help". Slackware.com. Retrieved 22 June 2012.
  83. ^ "Slackware Linux Essentials: The Shell". Retrieved 16 September 2014.
  84. ^ v1.0.2 (en), xiando. "Desktops: KDE vs Gnome". Linux Reviews. Retrieved 22 June 2012.{{cite web}}: CS1 maint: numeric names: authors list (link)
  85. ^ "FreeBSD – Raspberry Pi".
  86. ^ "NetBSD – Raspberry Pi".
  87. ^ "NetBSD 6.0 released with initial Raspberry Pi support". The H. 18 October 2012. Retrieved 18 October 2012.
  88. ^ Richard Miller (18 August 2012). "9pi". 9fans.net mail archive.
  89. ^ Liz (5 December 2012). "Wednesday grab bag". Raspberry Pi Foundation. See the "Plan 9" section.
  90. ^ "Inferno OS ported to Raspberry Pi".
  91. ^ djwm (13 September 2011). "Raspberry Pi warms up". The H. Retrieved 12 March 2012.
  92. ^ a b "Raspberry Pi maker says code for ARM chip is now open source". Ars Technica. Retrieved 3 November 2012.
  93. ^ "Libraries, codecs, OSS". raspberrypi.org. 31 January 2012.
  94. ^ "Raspberry Pi Includes Mathematica Free". The Verge. 21 November 2013. Retrieved 16 September 2014.
  95. ^ "Wolfram Language™ & Mathematica free on every Raspberry Pi".
  96. ^ "Mathematica 10 – now available for your Pi! - Raspberry Pi". Retrieved 16 September 2014.
  97. ^ "Minecraft: Pi Edition - Minecraft: Pi Edition updates and downloads". Retrieved 16 September 2014.
  98. ^ Moody Glyn (9 May 2011). "As British as Raspberry Pi?". Computerworld UK Open Enterprise blog. Computerworld. Retrieved 2 February 2012.
  99. ^ Pritchard, Stephen (1 March 2012). "Raspberry Pi: A BBC Micro for today's generation". ITPRO. Retrieved 15 March 2012.
  100. ^ Stanford, Peter (3 December 2011). "Computing classes don't teach programming skills". The Daily Telegraph. London. Retrieved 27 February 2012.
  101. ^ a b Williams, Chris (28 November 2011). "Psst, kid... Wanna learn how to hack?". The Register. Retrieved 24 December 2011.
  102. ^ a b "One of the First Raspberry Pi Computers Donated to Museum". The Centre for Computing History. 9 January 2012. Retrieved 28 February 2012.
  103. ^ Osborn, George (23 February 2012). "How Google can really help improve STEM teaching in the UK". Cabume. Retrieved 28 February 2012.
  104. ^ Fairhead, Harry (2 December 2011). "Raspberry Pi or Programming – What shall we teach the children?". I Programmer. Retrieved 7 February 2012.
  105. ^ Rockman, Simon (21 February 2012). "Is raspberry pi a mid-life crisis?". ZDNet. Retrieved 24 February 2012. Just because young teens led the way in computing in the 1980s doesn't mean it should, will or can happen again. Those outside the tech age bubble have better things to do.
  106. ^ "Raspberry Pi - Innovation of the Year". T3 Gadget Awards. Retrieved 9 October 2012.
  107. ^ "Showtime | Crowdfunding the Light". 5 October 2012. Retrieved 17 April 2013.
  108. ^ "Latest Raspberry Pi has double the RAM". BCS website. BCS. 16 October 2012. Retrieved 18 October 2012.
  109. ^ a b c Bridgwater, Adrian (15 March 2012). "Community strength blossoms for Raspberry Pi". Computer Weekly. Retrieved 15 March 2012.
  110. ^ "The MagPi – Raspberry Pi online magazine launched". The Digital Lifestyle.com. Retrieved 16 September 2014.
  111. ^ a b Parkin, Tony (2 July 2012). "Raspberry Pi-oneers – the making of #RaspberryJam". Merlin John Online. Retrieved 30 August 2012.
  112. ^ "#RaspberryJam Locations". raspberryjam.org.uk website. Retrieved 30 August 2012.
  113. ^ Edney, Andrew (15 July 2012). "An afternoon at the Cambridge Raspberry Jam". Connected Digital World. Retrieved 30 August 2012.
  114. ^ a b "#RaspberryJam Man". raspberryjam.org.uk website. Retrieved 30 August 2012.
  115. ^ O'Donohoe, Alan (11 January 2012). "Computer science reboot". Teacher Network blog. The Guardian. Retrieved 30 August 2012.
  116. ^ website "#RPiSoW". Retrieved 2 October 2012. {{cite web}}: Check |url= value (help)
  117. ^ a b Moorhead, Joanna (9 January 2012). "Raspberry Pi device will 'reboot computing in schools'". The Guardian. London. Retrieved 20 January 2012.
  118. ^ Arthur, Charles (5 March 2012). "Raspberry Pi demand running at '700 per second'". The Guardian. London. Retrieved 12 March 2012.
  119. ^ "Raspberry Pi mini computer sells out after taking 700 orders per second". Digital Trends. Retrieved 9 June 2012.
  120. ^ Upton, Liz. "A preview of the new Camrbidge GCSE Computing Online!". Retrieved 25 June 2013.
  121. ^ "Computing/Computer Science - Raspberry Pi". OCR. 23 September 2013. Retrieved 8 October 2013.
  122. ^ Wong, George (24 October 2011). "Build your own prototype Raspberry Pi minicomputer". ubergizmo. Retrieved 2 November 2011.
  123. ^ "Raspberry Pi • View topic - Raspberry Pi as the successor of BBC Micro". raspberrypi.org. 22 April 2012. Retrieved 12 June 2013. The Foundation trustees tried very hard to get an agreement to use the BBC Micro name, right up to May 2011. /../ Eben touched on the subject a bit during his speech at the Beeb@30 celebration at the beginning of the month: http://www.raspberrypi.org/archives/970 starting at time index 11:30 {{cite web}}: External link in |quote= (help)
  124. ^ Quested, Tony (29 February 2012). "Raspberry blown at Cambridge software detractors". Business Weekly. Retrieved 13 March 2012.
  125. ^ "Tiny USB-Sized PC Offers 1080p HDMI Output". Retrieved 1 February 2012.
  126. ^ a b c Richard Lawler, 29 February 2012, Raspberry Pi credit-card sized Linux PCs are on sale now, $25 Model A gets a RAM bump, Engadget
  127. ^ "launch of the model A announced". Retrieved 16 September 2014.
  128. ^ Upton, Eben (23 July 2011). "Yet another potential RISC OS target?". RISC OS Open. Retrieved 12 March 2012.
  129. ^ Hansen, Martin (31 October 2011). "Raspberry Pi To Embrace RISC OS". RISCOScode. Retrieved 12 March 2012.
  130. ^ Lees, Adrian (8 February 2012). "RISC OS on the Raspberry Pi". RISC OS Open. Retrieved 12 March 2012.
  131. ^ JamesH (29 December 2011). "GPU binary blob question". Raspberry Pi. Retrieved 12 March 2012.
  132. ^ Humphries, Matthew (28 July 2011). "Raspberry Pi $25 PC goes into alpha production". Geek.com. Retrieved 1 August 2011.
  133. ^ "Raspberry Pi YouTube Channel". Retrieved 28 August 2011.
  134. ^ "Full HD video demo at TransferSummit Oxford". Retrieved 12 September 2011.
  135. ^ Dewhurst, Christopher (December 2011). "The London show 2011". Archive (magazine). Vol. 23, no. 3. p. 3.
  136. ^ Lee, Jeffrey. "Newsround". The Icon Bar. Retrieved 17 October 2011.
  137. ^ eben. "RISC OS for Raspberry Pi". Retrieved 12 November 2012.
  138. ^ "What happened to the beta boards?". Retrieved 16 September 2014.
  139. ^ "We have PCBs!". Retrieved 16 September 2014.
  140. ^ "More on the beta boards". Retrieved 16 September 2014.
  141. ^ "Bringing up a beta board". Retrieved 16 September 2014.
  142. ^ "We're auctioning ten beta Raspberry Pi's;". Raspberrypi.org. 31 December 2011. Retrieved 6 May 2012.
  143. ^ Williams, Chris (3 January 2012). "That Brit-built £22 computer: Yours for just £1,900 or more". The Register. Retrieved 10 January 2012.
  144. ^ Cheerin, Iris (11 January 2012). "Raspberry Pi Goes Into Production". TechWeekEurope UK. Retrieved 11 January 2012.
  145. ^ "eBay list of items sold by Raspberry Pi ''(retrieved 13 January 2012)''". Ebay.co.uk. Retrieved 6 May 2012.
  146. ^ "Raspberry Pi Model B beta board - #01 of a limited series of 10". Ebay.co.uk. 11 January 2012. Retrieved 6 May 2012.
  147. ^ ""Set your alarms!" – Raspberry Pi looks ready for early Wednesday launch". Cabume. 28 February 2012. Retrieved 28 February 2012.
  148. ^ "linuxnews showing the first release of Debian Squeeze for Raspberry running on QEMU". Linuxnewshere.com. Archived from the original on 2 April 2012. Retrieved 22 June 2012.
  149. ^ a b "Getting ready for launch: first root filesystem available for download". Raspberry Pi Foundation. 17 February 2012. Archived from the original on 20 February 2012. Retrieved 16 July 2013.
  150. ^ "The Raspberry Pi £22 computer goes on general sale". BBC News. 29 February 2012. Retrieved 29 February 2012.
  151. ^ Subramanian, Karthik (2 March 2012). "Low-cost mini-PC Raspberry Pi gets heavily booked". The Hindu. Chennai, India. Retrieved 12 March 2012.
  152. ^ Paul, Ryan (29 February 2012). "Raspberry Pi retailers toppled by demand as $35 Linux computer launches". Ars Technica. Retrieved 29 February 2012.
  153. ^ Naughton, John (4 March 2012). "The Raspberry Pi can help schools get with the programme". The Observer. London. Retrieved 12 March 2012.
  154. ^ "Raspberry Pi Buying Guide". Elinux.org. Retrieved 6 May 2012.
  155. ^ Upton, Liz (8 March 2012). "Manufacturing hiccup". Raspberry Pi Foundation. Retrieved 19 March 2012.
  156. ^ Gilbert, David (9 March 2012). "Raspberry Pi £22 Computer Delayed Due to 'Manufacturing Hiccup'". International Business Times. Retrieved 19 March 2012.
  157. ^ Gilbert, David (13 March 2012). "Interview with Eben Upton – Raspberry Pi Founder". International Business Times. Retrieved 19 March 2012.
  158. ^ Lee, Robert (17 January 2012). "Raspberry Pi Balks At UK Tax Regime". Tax-News.com. Retrieved 20 January 2012.
  159. ^ Weakley, Kirsty. "UK computing charity opts to manufacture product abroad". Civil Society Media. Retrieved 20 January 2012.
  160. ^ "Raspberry Pi Fedora Remix, our recommended distro, is ready for download!". Raspberrypi.org. 8 March 2012. Retrieved 22 June 2012.
  161. ^ Chung, Emily (24 February 2012). "$35 computer 'Raspberry Pi' readies for launch". Canada: CBC. Retrieved 28 February 2012.
  162. ^ a b c Brodkin, Jon (6 March 2013). "How two volunteers built the Raspberry Pi's operating system". Ars Technica. Technology Lab / Information Technology. Condé Nast. Archived from the original on 3 July 2013. Retrieved 17 July 2012. {{cite web}}: |archive-date= / |archive-url= timestamp mismatch; 26 May 2013 suggested (help); Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  163. ^ a b "ArmHardFloatPort". Debian Wiki. Debian. 20 August 2012. Archived from the original on 21 May 2013. Retrieved 17 July 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  164. ^ "ArmEabiPort". Debian Wiki. Debian. 28 June 2013. Archived from the original on 15 May 2013. Retrieved 17 July 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  165. ^ Connors, Jim (16 March 2013). "Is it armhf or armel?". Jim Connors' Weblog. Oracle Blogs. Archived from the original on 9 May 2013. Retrieved 17 July 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  166. ^ "ArmHardFloatPort VfpComparison". Debian Wiki. Debian. 27 April 2011. Archived from the original on 1 February 2013. Retrieved 17 July 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  167. ^ "the first reports of forum members reporting they received their Raspberry Pi". Raspberrypi.org. 16 April 2012. Retrieved 6 May 2012.
  168. ^ "engadget reports raspberry pi begins shipping (video)". Engadget.com. Retrieved 6 May 2012.
  169. ^ "schematic design, applicable for both version A and B of the Raspberry Pi revision 1.0". Raspberrypi.org. 19 April 2012. Retrieved 6 May 2012.
  170. ^ "CAMERA MODULE – FIRST PICTURES!". Retrieved 9 August 2014.
  171. ^ "Add your Raspberry Pi to the Rastrack map". Raspberrypi.org. 22 May 2012. Retrieved 14 June 2012.
  172. ^ "Raspberry Pi lifts sale restrictions, open to bulk buyers". Electronista. Macintosh News Network. 16 July 2012. Retrieved 29 August 2012.
  173. ^ "Want to buy more than one Raspberry Pi? Now you can!". Raspberrypi.org. 16 July 2012. Retrieved 16 July 2012.
  174. ^ "Hardware-assisted H.264 video encoding". raspberrypi.org. 7 February 2012.
  175. ^ Jurczak, Paul. "Raspberry Pi camera module". Raspberrypi.org. Retrieved 15 October 2012.
  176. ^ "H.264 Hardware encoding performance".
  177. ^ Owano, Nancy (18 July 2012). "Raspberry Pi gets customized OS called Raspbian". PhysOrg. Retrieved 5 September 2012.
  178. ^ "Upcoming board revision". Raspberrypi.org. 6 September 2012. Retrieved 5 September 2012.
  179. ^ "board revision for rev 2.0". Raspberrypi.org. 5 September 2012. Retrieved 15 October 2012.
  180. ^ Dunn, John E (7 September 2012). "Raspberry Pi resurrects UK computer industry with new jobs". Computerworld UK. Retrieved 13 September 2012.
  181. ^ "Made in the UK!". Raspberrypi.org. 6 September 2012. Retrieved 6 September 2012.
  182. ^ a b Brodkin, Jon (28 February 2014). "Raspberry Pi marks 2nd birthday with plan for open source graphics driver". Ars Technica. Retrieved 27 July 2014.
  183. ^ a b Upton, Eben (28 February 2014). "A birthday present from Broadcom". Raspberry Pi Foundation. Retrieved 27 July 2014.
  184. ^ Shead, Sam (18 October 2012). "Raspberry Pi delivery delays leave buyers hungry (and angry)". ZDNet. Retrieved 18 October 2012.
  185. ^ "Introducing the Pi Store". Raspberry Pi Foundation. 17 December 2012.
  186. ^ Upton, Liz (3 June 2013). "Introducing the New Out Of Box Software (NOOBS)". RPF. Retrieved 4 June 2013.
  187. ^ "BBC News - Baked in Britain, the millionth Raspberry Pi". bbc.co.uk. Retrieved 8 October 2013.
  188. ^ "TWO MILLION!". Retrieved 18 November 2013.
  189. ^ "RASPBERRY PI AT BUCKINGHAM PALACE, 3 MILLION SOLD". Retrieved 22 June 2014.

Further reading

  • Raspberry Pi For Dummies; Sean McManus and Mike Cook; 432 pages; 2013; ISBN 978-1118554210.
  • Getting Started with Raspberry Pi; Matt Richardson and Shawn Wallace; 176 pages; 2013; ISBN 978-1449344214.

Template:Z148