Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Build

Video 'My Name is C.H.I.P. and I'll Be Your $9 Computer Today' (Video) 111

Video no longer available.
Think of C.H.I.P as a tablet computer that runs Linux instead of Android, "without the tablet bits," says interviewee Dave, who gave a talk -- which was mostly live demos -- at OSCON 2015. 50,000 C.H.I.P.s have already sold for $9 through their successful Kickstarter campaign, and Next Thing Co. plans to stick with the $9 price for the foreseeable future -- plus add-on boards (that they call "shields") they hope to sell you, but that won't flatten any but the skinniest wallets; given the projected price scale, you'll have trouble spending as much as $50 for a fully-accessorized C.H.I.P. unit.

"But," you may ask, "is C.H.I.P. Open Source?" You bet! No hedging here, just flat-out Open Source, from the bottom to the top, with all software (and hardware specs) freely available via GitHub. And lastly, the "I'll Be Your $9 Computer Today' statement in the headline above is allegorical, not factual. We've seen projected shipping dates for C.H.I.P ranging from "by the end of 2015" to a simple "2016." Either way, we're waiting with bated breath.

p>

Slashdot: Dave, you are standing next to a really big CHIP here. But this is a smaller version, can you tell us about that?

Dave: This is C.H.I.P. – the world's first $9 computer. So if we look at the big CHIP again I'll show you what's going on. We have a 1 gigahertz ARM Cortex-A8 processor, 4 gigabytes NAND Flash storage and 512 megs of RAM, Wi-FI and Bluetooth PGN Bluetooth 4.0 BLE compliant as well as a full sized USB port, a micro USB with on the go support, GPIO breakout, headers and pins. Here we have built in Bluetooth or rather battery power and charging you can hook any 3.7 V LiPo cell up to it and it will run charged for hours. So the whole thing is completely open source hardware. It runs mainline Linux and mainline U-Boot which means that you can take whatever that is recently committed into Linux and it just runs straightaway on CHIP.

Slashdot: Now, explain how you got that in a nine-dollar piece of equipment?

Dave: So it costs $9 because we're leveraging the enormous economies of scale of the tablet market in China. So we work with a company called Allwinner which is a fabless semiconductor company that builds ARM system on chips and we worked with them to implement a version of an older tablet processor which is now called the R8 which is based on the A13, such that when we paired it with our Linux kernel support and all of the custom drivers that we're now upstreaming, we’re able to basically make a tablet that runs Linux instead of Android without any of the tablet bits.

Slashdot: Can you talk about the display and other input output support that it has?

Dave: For sure, yeah, so, because it has this lineage in the tablet world it can support displays of a number of different sizes up to 8 and 10 inches and they actually connect to a parallel display which just comes out of these pins; you can also configure using a DTS overlay file these pins to not be displayed but to be GPIO.

Slashdot: How about the actual resolutions and when it comes to input, tablets usually deal things with touch screen display?

Dave: Yeah, so there's also built-in touch screen driver support. We’ve broke out nearly everything on the SSD itself. The resolution you're not going to drive 4K display with this. Again it's a tablet display. We do make adapters that convert the parallel display line into both VGA and HDMI. So I just dropped it. Oh no. It’s nine bucks, it doesn't really matter. And so if you do want to use it in a higher resolution situation we can do upscaling and things like that.

Slashdot: Now yesterday you showed some software running on it, can you explain what happened there?

Dave: Yeah, for sure. So I did talk yesterday here at OSCON and you know against all established best practice, I did mostly a bunch of live demos. So we showed a couple of things. We showed a SSH indoor camera auto that we made last year. And also showed the first live demonstration of the CHIP booting mainline Linux and that included flashing and showing the kernel compilation tools. We also opened up our GitHub repositories for all of the changes that we've made. That will be upstreamed into the kernel and U-Boot as well as our SDK that allows anyone to download the tools automatically create a virtual machine and build their own Linux kernel and flash it to CHIP.

Slashdot: You are brave to do that in front of so many people.

Dave: It was a close call, we got it working it sort of the last moment thankfully but yes, it was super fun.

Slashdot: You’ve sold more than a handful of these at point, will people still be able to get these for $9 after the initial 50,000?

Dave: Yeah, we’ve sold about 50,0000 on Kickstarter for nine bucks. C.H.I.P. will be $9 when it becomes available for sale to everyone. It will always be $9—it’s a really important part of what we do. Yeah, and we will be announcing when they become available for pre-order pretty soon.

This discussion has been archived. No new comments can be posted.

'My Name is C.H.I.P. and I'll Be Your $9 Computer Today' (Video)

Comments Filter:
  • by Anonymous Coward

    "50,000 C.H.I.P.s have already sold for $9"

    And not a single unit shipped! Remarkable, its all profit when you don't actually sell anything.

  • by Anonymous Coward
    Raspberry Pi 2 can run Windows 10, so I can play all of my favorite games including Halo and Call of Duty.

    CHIPS can't run Windows, only bad and evil command-line Linux.
    • by Anonymous Coward

      Ah, yeah, no....

      http://hackaday.com/2015/08/13/raspberry-pi-and-windows-10-iot-core-a-huge-letdown/

    • Yes and no.

      I cant see if the CPU in this thing supports THUMB, NEON, and real floating point or not-- If it does, then it could conceivably run Exagear dekstop on it.

      http://eltechs.com/product/exa... [eltechs.com]

      It's assembly optimized for arm CPUs with those features, and is fast enough to run x86 emulation at useful speeds. (they claim more than 10x faster than QEMU.) It can be used to run WINE on an ARM platform, meaning that if CHIP supports those CPU features, then CHIP could possibly run commodity desktop softwa

  • by future assassin ( 639396 ) on Friday August 14, 2015 @03:36PM (#50318443)

    that all you have to do is plug in CHIP and you have a media players ready to go with all connections say HDMI and USB.

  • by 93 Escort Wagon ( 326346 ) on Friday August 14, 2015 @03:39PM (#50318475)

    Where's Eric Estrada?

  • 'My Name is C.H.I.P. and I'll Be Your $9 Computer Today'

    Was there any point to this headline, or did someone just think it was cute (for some reason)?

  • From my phone:

    [@MSM8974:/]$ uname -a
    Linux localhost 3.4.0-g635b2f7 #1 SMP PREEMPT Thu Aug 13 11:22:15 PDT 2015 armv7l GNU/Linux

  • For my cheap computing needs, I'd rather get the Raspberry Pi, which is Cortex A9. But what I'm really waiting for is something that implements ARMv8. Probably won't get something in this price range for a while.

    • For my cheap computing needs, I'd rather get the Raspberry Pi, which is Cortex A9

      Umm no, the raspberry pi 2 is Cortex A7. Original raspberry pi was some arm11 variant.

  • by Anonymous Coward

    They shouldn't have included the wifi. I'm pretty sure the RTL8723BS chipset is dependent on proprietary firmware.

    https://github.com/hadess/rtl8723bs/blob/master/hal/HalHWImg8723B_FW.c contains:

    u1Byte Array_MP_8723B_FW_AP_WoWLAN[] = {
    0x01, 0x53, 0x20, 0x00, 0x12, 0x00, 0x02, 0x00, 0x12, 0x02, 0x11, 0x28, 0x4A, 0x3C, 0x00, 0x00,
    0x9E, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x02, 0x45, 0x8D, 0x02, 0x53, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00

  • by TheDarkener ( 198348 ) on Saturday August 15, 2015 @12:14AM (#50320741) Homepage

    Why are you *still* using Adobe Flash for your videos? Even YouTube knows how to do HTML5 video.

    Sincerely,
    A Flash Hater

    • Maybe they are taking after the BBC which for some reason if you go on the mobile site doesn't use Flash but on the regular site does.

  • that's cool but does it have systemd on it?

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...