First Run of Raspberry Pi Boards To Be Completed Feb 20th 181
An anonymous reader writes "Raspberry Pi has confirmed the first batch of $35 PCs will be constructed on February 20. They've also coaxed Broadcom into releasing the datasheet for the board. Apparently the company hit a snag with the quartz crystal package so there was a manufacturing delay, but it's since been resolved and things are on schedule for later this month."
From the announcements: "Eben and I may be going to China to make sure that the boards can be brought up properly for that date if necessary. We’ll be airfreighting them to the UK immediately, so you should be able to buy them before the end of the month."
What about shipping directly from China? (Score:5, Insightful)
Infact, for all non EU destinations wont it make more sense to ship directly from China?
Will avoid multiple customs duties as well. (no customs will need to be paid for the UK entry)
Re: (Score:2)
Re: (Score:2)
I've been looking forward to it, where can I buy it in the US? Will I have to get it delivered, or will they be in stores?
Re: (Score:2)
raspberrypi.com
That is the only place they will be sold in the foreseeable future.
Re: (Score:2)
It sounds like they're planning on moving that way eventually, but it takes time to negotiate, etc when dealing with many different nations. From the official FAQ:
Will the device be available internationally?
We intend to ship worldwide from launch. We may establish a distribution network in due course.
How much will it cost to ship to [country X]?
We don’t know yet; we’re still negotiating about logistics. The people we’re talking to have local distribution points all over the world, so you
Re: (Score:2)
We don’t know yet; we’re still negotiating about logistics. The people we’re talking to have local distribution points all over the world, so you can have your Raspberry Pi shipped from somewhere closer than the UK.
This is a fancy way of saying "We've got an account manager with a well-known international courier such as UPS, and we're negotiating terms with them.".
Re: (Score:2)
wont it make more sense to ship directly from China?
Will avoid multiple customs duties as well. (no customs will need to be paid for the UK entry)
Alec Guinness voiceover: The customs laws are more complex than you can possibly imagine.
Re: (Score:3)
Re: (Score:2)
How many were made in China? How many were shipped to you directly from China?
Well, most were made in China/Thailand/Malaysia and shipped from those countries to local warehouses here in India
From there they were shipped/moved to my home
Re: (Score:2)
The problem with DX is that it's painfully slow to get a delivery. Oh they have lots of neat stuff, but it takes over a month for a delivery to NY...
Re: (Score:3)
For a small company, why don't you setup multiple distribution channels and regional based logistics ?
Not constructed - Completed (Score:4, Informative)
Raspberry Pi has confirmed the first batch of $35 PCs will be constructed on February 20
To save any ambiguity, the actual release says:
The good news is that this finally means we have a date for the first batch: the boards will be finished on February 20
Re: (Score:2)
So is anyone going to be creating some sort of box for these or will we be getting a bare board?
Re: (Score:2)
The foundation isn't going to have an official case until they are ready to put them in schools(later this year), so just bare boards for now.
Several individuals have designed papercraft, CNC'd, or 3d printed cases. At least one of the 3d printed cases has been put up on Thingiverse or Shapeways.
Others will just use the shipping packaging it comes in.
broadcom soc (Score:2)
Anyone read the broadcom SOC doc in detail? I won't lie and claim I read the whole two hundred pages in detail but I did page thru it. Has anyone found any reason why it was secret? Superficially I've found nothing shocking or amazing. Sometimes there is something "new" which is cool and amazing. Think back to the first time you wrote a 16550 driver. The funniest thing I've found so far is a little example on page 11 where a 250 meg clock with a too-small implementation divider means you literally can
Re: (Score:2)
Re: (Score:3)
Re: (Score:2)
Has anyone found any reason why it was secret?
This is a very competitive space, and Broadcom does not want a competitor to find a weakness in their product or duplicate a feature that other SOCs do not currently have (which may have been the reason this chip was used for the rasberry pi in the first place).
That said, I find it somewhat disappointing that an open source project is dependent on a chip that is not able to/does not release complete specifications. But at least (apparently) the important parts of the datasheet were released.
Re: (Score:2)
Yeah that was exactly my point, I was not shocked by what I read. Oh look, it has a very-nearly 16550-compatible UART, be still my shuddering heart.
Supermarkets are a competitive marketplace too ... but a fairly bland commodity does not need to be kept secret. The grocery market business is pretty cutthroat, but you don't need to make it a secret that the 3 pound bag of gala apples contains gala apples, just need to sell it cheap and good condition.
Now if the chip had something utterly unexpected, like a
Incomplete. (Score:2)
The "VideoCore IV" (aka BCM2763) is hardly mentioned, so the answer is that this document doesn't include the interesting parts. When they say it could be used to port a new OS to the chip, that port wouldn't include any interesting [accelerated] video output.
How quaint. (Score:2)
Any truly innovative bits will be patented.
Any non-innovative bits can generally be reverse engineered for relatively little money, by buying a device, and having it closely analysed.
The notion that the manual being secret buys you anything much, once the device is released is basically laughable.
Re:broadcom soc (Score:4, Funny)
Understandably, he is kind of touchy about that.
Re: (Score:3)
>Has anyone found any reason why it was secret?
It still is. Whole thing is a GPU/FPGA with glued in ARM core. They released all the ARM details, but omitted everything about GPU/FPGA.
Re: (Score:2)
The funniest thing I've found so far is a little example on page 11 where a 250 meg clock with a too-small implementation divider means you literally cannot run 300 baud RS232 with this dude.
As one of the people who needs 45 baud (I restore Teletype machines from the 1920s and 1930s [aetherltd.com]) this is mildly annoying. It's also irksome that in Linux, you specify one of a set of standard named constants for well known speeds. In Windows, you specify a baud rate to the driver as an integer, which allows nonstandard baud rates UNIX was built for the PDP-11, which had a serial device with 14 fixed baud rates (16 with an external clock.) DOS was designed for the IBM PC, which used an 8250 UART, of which the
Re: (Score:2)
Broadcom keeps their datasheets so locked down that you have to sign an NDA to get anything, generally. This release comes as a bit of a surprise.
This is good news, but in retrospect, this seems backwards. If you want to grow an ecosystem, you need spec sheets. Did they choose Broadcom for the RPi design without any assurances that the datasheet would get opened up? Was this agreed upon from the beginning, and it's taken Broadcom this long to redact the datasheet? Or did Broadcom have a change of heart when
Re: (Score:2)
When you said 16550 driver I was reminded of the VIC-20 where MOS couldn't produce 6551s in time so they software emulated it on the 6522 (and 6526 on the C64.) It could burst up to 1200 baud but 600 baud was it's sustained max. I remember friends an I "turbo" speeding our 300 baud modems to 600 baud on clean lines.
The 68hc11 was a cool chip. I loved the "upper register" of extra op codes. I built myself a nice little FORTH platform way back in the day with it.
Are they going to make cases? (Score:2)
Re: (Score:2)
Break out your Legos and make a case.
Re: (Score:2)
Re:Are they going to make cases? (Score:4, Interesting)
.. with no case (just bare board)...
I made a quick check and if you have a replicator or access to one or a friend with one, thingiverse seems to be flooded with different case designs for the pi. I would not be surprised if a replicator owner would squirt one out for you in exchange for a six pack.
I have noticed over the years that /. is stereotypically wimpy about basic handyman skills... Buy a box at radio shack or home depot electronics dept and drill a couple holes in it, no problemo...
Re: (Score:2)
I have noticed over the years that /. is stereotypically wimpy about basic handyman skills... Buy a box at radio shack or home depot electronics dept and drill a couple holes in it, no problemo...
Use a cardboard box.
Re: (Score:3)
I have noticed over the years that /. is stereotypically wimpy about basic handyman skills...
The funny part is, in the last Raspberry Pi story about 2/3 of the comments were complaints that you couldn't get the SMD and BGA parts as a kit to hand solder.
Re: (Score:2, Informative)
Already some great cases proposed here
http://www.raspberrypiforums.com/forum/viewtopic.php?f=7&t=9
Re: (Score:2)
Until you can buy or print a tailored case made for this device, note that a Penguins or Altoids tin appears to be a perfect fit (after cutting holes for the ports that stick out).
Re: (Score:2)
Re: (Score:3)
because of the rounded corners.
Wait, what?
When did this turn into an Apple design patent issue?
Re: (Score:2)
Case? Where we're going, we don't need cases...
If you have a monitor with built-in speakers, and a built-in USB hub, that is all you need.
Plug the Pi into the USB hub as both master (to control USB) and slave (to suckle power from the USB hub). Plug Ethernet into the Pi. Plug wireless keyboard/mouse dongle into the USB hub. Add one HDMI cable to the monitor.
Then, use *** DOUBLE SIDED FOAM TAPE ** to attach the Pi to the back of the monitor. Simple, elegant computer. If you tidy up the cables in the ba
Re: (Score:2)
a case is in the works
Re: (Score:2)
The fact that it has no case and is so small is, IMO, its best feature. You can have it in any form factor you want. Add a hard drive, a couple of tuner cards, stick it in an old VCR you've ripped the guts from, and you have a home made DVR that says VCR on it. Gees, so many uses for this thing. How about an "FM" radio that will pick up almost every station in the world? Put it in an old stereo. The possibilities are endless.
Um, you're not a hardware hacker, are you? I haven't done this kind of thing since
sheepish question (Score:3)
What does the quartz crystal do? Is it like the crystal radio I made when I was 9? Does the Pi do wi-fi via a cat's whisker? Or does the quartz crystal control the clock like my dad's wristwatch? Or is it a "healing crystal" for absorbing the dangerous electromagnetic radiation that the Pi almost certainly emits. Wait, it says the "quartz crystal package". Does the Pi come embedded in a crystal???
Please excuse me for not being geek enough to know this already. I had no idea that computer boards had quartz crystals on them.
Re: (Score:2, Insightful)
The clock oscillator on pretty much every board is based on a quartz crystal oscillator. (or, maybe, a silicon ring resonator, but my money's on a regular XO of some sort).
They're available in a myriad of sizes and configurations and while there's some basic standards, there are variations among mfrs, not so much in the pad layout, but in things like how far the weld on the can sticks out, and so forth.
Troll on bro (Score:2)
But here's the wiki link anyway: https://en.wikipedia.org/wiki/Crystal_oscillator [wikipedia.org]
Re: (Score:2)
You clearly don't know who you're talking to.
Re:sheepish question (Score:4, Informative)
Quoting user shirro from the Raspberry Pi comments [raspberrypi.org]:
Re: (Score:2)
I had no idea that quartz crystals are still used for time keeping on computer chipsets. Thanks for the education, all. I figured that by now it would all be silicon.
I feel warmer toward my equipment knowing this.
Re: (Score:2)
http://www.google.co.uk/search?q=quartz+die [google.co.uk]
quartz is used as spacers in chip packaging.
Re:sheepish question (Score:4, Informative)
Quartz crystals for geeks 101:
Quartz crystals are the basis of reliable, relatively frequency stable oscillators. They are at the heart of most every computer system of any size or complexity (yes, some use RC oscillators, others use more exotic stuff, but, we're talking the 99% here...)
Without a reliable time source, you cannot do asynchronous serial communications and any number of other things that require your computer to have the same sense of time as another computer it is attempting to talk to.
These same crystals are also at the frequency basis for many radio systems for similar reasons, except in the radio realm the crystals can be used to control the radio frequency for transmitters and receivers to lock to each other without much tuning fuss.
Extra geek points if you remember the crystal color combinations to make Sleestak repellent noise (from Land of the Lost).
Re: (Score:2)
Any time you see a CPU speed listed for a computer, you're actually seeing information about a quartz crystal. For example, the Raspberry Pi has a 700 MHz processor, which really means that there's a stable clock source timed to oscillate 700 million times per second. At the core of this clock source is a quartz crystal to serve as a time reference.
It's rare to see the oscillation frequency of a crystal to be used directly as a clock frequency nowadays, so don't assume that the crystal in the RP is 700 MH
Re: (Score:2)
You ain't gonna meet a realer geezer than me, boyee.
Biggest Issue is Supported Codecs (Score:3)
It's not quite the Apple TV, Boxee or Roku killer... yet. While the SoC supports a fair number of codecs, only a small number are licensed at this point (see the Pi FAQ), and if you have hopes for Flash and Silverlight based streaming services (Netflix, Hulu, etc.) , that's not going to happen unless Chrome or Firefox release a browser with embedded support.
Re:Biggest Issue is Supported Codecs (Score:5, Interesting)
...if you have hopes for Flash and Silverlight based streaming services...
How much widget-ry (advertising sources) do you even need? I have hopes that Raspberry Pi will accomplish their mission of letting whoever wants to program, learn how to program. In my opinion, the smarter the human race, the better. /naivedreams. And the best part about all of this is, if you do care enough about Hulu etc, you can just take chromium and adapt it to the PI or wait till it runs android apps, etc. I think the biggest issue is getting these things out to the people that want them.
Re: (Score:2)
So, in a few years, when this unit is obsolescent, or in a few years further when it's obsolete... It'll be a good thing? And you expect them to keep producing it, even as the costs of sourcing the
Meh. (Score:2)
Re: (Score:2)
Is it just me or has all the hype caused anyone else to just wait for the 2nd gen?
I wouldn't hold your breath. There are maybe two things I could see them adding: built-in WiFi and more RAM. For wifi, you can simply use USB, and likely make it cheaper than a chip/antenna they could build in. For RAM, it's apparently not cost effective to go to 512MB at this point:
http://sdr-radio.com/http://www.raspberrypi.org/forum/general-discussion/how-much-ram-does-the-bcm2835-support
Re: (Score:2)
Considering the low-cost target, I doubt many features will be added. Most improvements will simply be implemented via USB or extension boards anyway.
That said, here's my wish list of 2nd generation improvements, which are mostly just incremental improvements and rely heavily on Broadcom:
1) More RAM
2) Upgraded CPU speed (a given, really)
3) More hardware decoding options for video, audio, etc.
4) Even smaller form factor
And although these could technically be done as an external extension, I would like to se
Re: (Score:2)
$35 is cheap enough that I can both try it now and wait and see later.
software defined radio runs on rasberry pi (Score:3)
http://sdr-radio.com/ [sdr-radio.com]
Re: (Score:2)
yes, and SDR is good, but I'd like one that is a TRX, and is cheaper. Perhaps a digital radio operating in MW low HF only (to save costs).
The real education... (Score:2)
I think of this as an advanced arduino and a bit more. NOT as a replacement for a PC. I think it should be the basis for 'doing cool things' - by kids or adults. I expect lots of hardware add-ons will be made, and many of these made for resale. I plan on ordering two model Bs at launch, and then model As as needed. There's lots of projects I have in mind for them. I don't think I am alone in wanting to use these for "cool stuff" - I don't think these are meant to be a replacement for the OLPC.
I like the mod
Re: (Score:2)
Good luck with that, they are limiting sales of the first batch to 1/customer and only made model Bs.
As for your model C desires, have you considered a PIC or Atmel chip?
Re: (Score:2)
I hadn't heard the limit of 1. I know they have only made the B so far. I am ok with that. No, a PIC won't do, perhaps an Atmel or something similar. But I am not ready to roll with my projects quite yet, so the delay in getting my R-PI is just annoying to my curiosity and doesn't delay and projects (yet).
Use as server? (Score:2)
I've been spoiled with linux on modern machines, so I don't have much experience running it in resource-strapped environments. Do you think I could run this machine as a file server if I put a text-mode linux distro on it?
Re: (Score:2)
This thing has more than enough power to run X, so don't bother with the text-mode distro.
The problem you'll run into is not processing power, but connectivity. No SATA connector, for example. As long as you're OK with serving files from an external USB 2.0 drive or the SD card, you'll be OK.
http://elinux.org/Rpi_Hardware [elinux.org]
I only want one thing (Score:2)
Just tell me when MAME and a decent front-end are available for it, complete with FAT32 SD card, 44.1KHz, 16-bit, stereo audio, 60Hz framerate and USB HID joystick support.
Re:Hot damn, it's about time (Score:5, Insightful)
I predict all of the Pi stories will move from my Slashdot RSS feed to my Hackaday RSS feed.
Re: (Score:3)
Wait. I thought these were supposed to be **$25**?
Yeah, and I thought they were coming without ethernet ports, but we were both wrong, and I'm happier for it.
If the $25 board came out first, I'd have to buy both flavors, this way I can just get the one I really want.
Re:Hot damn, it's about time (Score:5, Informative)
Read up on it for more information. This is my understanding of it:
The first run is of the Model B, as they anticipate more people are interested in that set of hardware. Their FAQ [raspberrypi.org] likely provides more in-depth information that what I have provided here.
Re: (Score:2)
Because of the lack of Ethernet, the Model A is predicted to be more of a niche board aimed mostly at schools teaching programming. The Model B is more of a mainstream board with more practical features (thus the extra $10).
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
If all of a school's other computer-related needs are already covered, getting together a programming environment equal or superior to a 700MHz linux box with 128 MB of RAM should be comparatively simple via LiveCD, PXE boot, VM, installing cygwin(or
Re: (Score:2)
The model A still has USB, so who needs integrated ethernet? You can attach whatever you need to it that way.
Re: (Score:2)
no.
Re: (Score:2)
Neither model precludes a USB wifi dongle(and some stuff, particularly some RaLink, actually works); but it looks like the default options are either "None" or "10/100 ethernet provided by a SMSC9512 [smsc.com] USB hub/Ethernet controller hanging off the SoC's USB master port.
A case design allowing for a USB dongle to be installed; but protected inside the case, should be trivial enough; but is not default.
Re: (Score:2)
http://www.dontronics-shop.com/olimex-duinomite-mega.html [dontronics-shop.com]
Re: (Score:2)
So, less for more.
(Yes, I know, different intended environments, but, still, why do you bring it up as a comparison - they're made for entirely different markets.)
Re: (Score:3)
Also, that's not ARM, it's MIPS. Worse, it's Microchip's PIC32 version of MIPS, which uses a crippled version of gcc with optimization levels above -O1 disabled unless you buy a really expensive license from Microchip that's DRM-locked to one particular PC. I think there are also code size limitations in the free (as in beer) toolchain.
Re: (Score:2)
The problem with PIC32 is that all the peripheral access libraries and headers are tied to Microchip's DRM-crippled payware version of gcc for MIPS and the license agreement forbids their use with a non-crippled version of gcc, or with any version of gcc that's compiled by anyone except Microchip. Oh, and until very recently they only released toolchain binaries for Windows.
Re: (Score:2)
Re: (Score:2)
>
I'm hoping for the second - at least that gives me *some* sort of chance if I'm quick and lucky.
LOL! Having a bad day?
You just described (Score:2)
Why prices below market equilibrium rates always lead to shortages.
Re: (Score:2)
Re:Hot damn, it's about time (Score:4, Informative)
They're only making them in batches of 10,000 so I don't think there's a risk of them over producing giving their current demand. If the number of people subscribed to the mailing list and raspberry pi forums is any indication of interest they will easily sell several 10,000 lots this year. Many people, myself included are interested in buying multiple of these devices each.
If you compare the $50 roku to the $35 raspberry pi, the $50 roku contains no ethernet port, no usb port and no SD card. It also only support 720P instead of the 1080P the raspberry PI supports. The $35 raspberry pi has more hardware features and is $15 less expensive than the $50 roku. The $50 roku does come with a remote control and free shipping which the $35 raspberry pi does not have.
Re: (Score:2)
The $50 roku does come with a remote control and free shipping which the $35 raspberry pi does not have.
And WiFi, which is a biggie. If they produce a Raspberry Pi with integrated WiFi at the pricepoint of the roku, well, roku should be very worried. Let's say a Raspberry Pi can be produced for $50 with Wifi instead of Ethernet. For under $5 more you could add an IR receiver, a dirt cheap infrared remote (heck, or just use your favorite remote from some other device), an enclosure and wall-wart USB power supply. Now imagine if some startup or hobbyist set all that up, worked out the kinks, and sold it as
Re: (Score:2)
Re: (Score:2)
The thing is the size of a business card, just make a case about the size of a paperback book and use some very short cables to put all the ports on one side.
Re: (Score:2)
Or 3) They make Millions of these boards and only sell thousands, stuck with a massive overstock, and the company goes bankrupt. I seriously doubt they will sell that many, since there are already many alternatives at low cost. If Roku can sell their box for $50 and still make a profit, the Pi can't be that big a deal.
I don't know that Roku makes a profit on selling their hardware. They have a black-box content delivery mechanism. I think most of their money comes from content sales and deals, not the hardware.
Re: (Score:2)
I thought that was called the Microsoft Windows Method.
Still waiting on my WinFS, you know.
Re: (Score:2)
Have seen that - but none of it mentions the killer feature that WinFS promised (and that even the Opera browser has managed to apply to my Gigabytes of email but not one OS vendor has managed to apply to even just my "documents" filesystem in a practical way) - file tagging and database-backed storage.
When I can do "Find all files on Project X dated last week" and have the query return as quickly as an SQL statement would execute WITHOUT needing indexing daemons, trawling over the disk, specific file organ
Re: (Score:2)
I've been thinking of a "tagging" filesystem as a backburner idea, mostly toying with ideas to make it compatible with existing programs by giving it a directory structure. Say, for instance, all my files are tagged Qzukk automatically: everything I have is in /Qzukk/ then if I want to narrow it down, my music is in /Qzukk/music/, but let's say I want all the music, that would be in /music/ or from there I could get to my music in /music/Qzukk. To prevent loops, the filesystem could disallow /music/Qzukk/
Re: (Score:2)
Other than the GPS (which was removed from the spec, and even though it's still in there, it performs horribly for most users), what other spec was downgraded? And I'm not aware of any promised features that it was released without (though for all practical purposes, I'll accept GPS as an answer here since it's so bad it might as well not even exist). I'll grant you the GPS was a tremendous screw up on their part, but other than that you seem to be exaggerating. I'm not aware of anything else that changed.
Re: (Score:2)
OK, so in all of that, other than the GPS (which I already acknowledge), I see no mention of what I asked...features that had been removed or specs downgraded. I want to know what these supposed "repeatedly downgraded" and "without several features" are.
And I hardly see a delay from Dec 8 to Dec 19 as being very notable for a preorder. Limited quantity issues after that, sure. But many people actually had these before christmas. I ordered mine from amazon on Dec 21 (after the release date) and received it b
Re:Who cares? (Score:4, Informative)
Troll, but:
Don't have a TomTom then?
Or one of the thousands of set-top boxes that use it?
Don't have a TV from a big-name manufacturer (e.g. Sony to name one) with media capabilities?
Don't have a Kindle?
Don't have an Android phone?
Seems to me that Sony, Kindle, Android, TomTom are all big-names and all in the consumer market where almost everyone has at least one themselves, or certainly know someone with one. That's without even trying to dig for more information, too.
P.S. How's Windows Phone coming along?
Re: (Score:2)
Just because your (and my) phone hardware manufacturer put some closed source pieces of code on our android OS based phones does not mean Android, the google project, is closed source. It's very much open source. Download it here: http://source.android.com/source/downloading.html [android.com]
What do you mean when you say it's not open source?
Re: (Score:3)
It doesn't ship with Linux. Or any other operating system. You can buy an SD card with Linux pre-installed, but that's a separate purchase.
We appreciate your prediction that it has a good chance of succeeding.
Re: (Score:2)
The OS is a free (as in beer) download if you want to use your own SD, or you can buy an SD with the S preinstalled.
Re: (Score:2)
where's azimov when you need him.
The same place he's been since April 1992, dust in the wind. After his death his body was cremated and his ashes were not interred.
Re: (Score:2)
On my bookshelf. Isn't he on yours?
Re: (Score:2)
I'd love to have one with more than 128 or 256MB ram. I wonder if the Broadcom SOC design allows for piggybacking a larger chip on top?
I'm sure a model B with 1GB of RAM wouldn't be out of the question at a price point of $50. I realize we're just going more and more "I want" in price but I think it would be nice to have that extra headroom
+1
Even 512MB RAM would be better. I still plan on getting (at least) one, but more RAM + MPEG-2 support would make its usage as an HD MythFrontend a lot more practical.
Re: (Score:2)
According to the foundation, the largest available PoP RAM chip of the required physical size manufactured at the time is 512Mb, it costs way more than twice of the price of the 256Mb one and is not yet available in the required volumes. ...
You'll have to wait for Rev.C & D boards