热度 21
2015-7-24 10:56
1710 次阅读|
0 个评论
一群工程师和艺术家创建了Next Thing公司,今年5月在Kickstarter上发起了9美元电脑C.H.I.P.的众筹项目,最终成功筹集到207万美元。 C.H.I.P.是类似Raspberry Pi的单板电脑,配备了全志1 GHz四核R8 ARM处理器,512MB内存,4GB板载空间,内置蓝牙和Wifi,运行Debian操作系统。 与Raspberry Pi 2相似,C.H.I.P.可以不同的方式使用。与必要部件(键盘、鼠标、显示器)相连后,C.H.I.P.就成了一台个人电脑。此外,你还可以将其当作复古游戏模拟器、机器人或者任何你能想象得到的东西。正如你可能猜测的那样,C.H.I.P.并非是一款非常强大的计算机,但它的1GHz Allwinner A13处理器、512MB RAM、4GB内部闪存足够运行应用和浏览网页。 此外,C.H.I.P.拥有标准尺寸的USB接口、微型USB接口、配有麦克风的音频插口、内置Wi-Fi支持802.11 b/g/n国际无线传输协议以及蓝牙等。C.H.I.P.可运行任何基于Linux的操作系统。C.H.I.P.也配备基于Debian的操作系统,它可使用相当多的Linux应用程序。 9美元的价格令人感到不可思议,根据全志的官方定价:R8的价格为4.80美元,而R8模块的价格为16美元。9美元的价格是怎么做到的? 因为这是广告宣传。Next Thing证实在众筹之后C.H.I.P.的售价是39美元。 Makezine的一篇文章报道了C.H.I.P.的开源细节:R8 data sheet在知识共享相同方式共享授权下发布,Next Thing公司加入了Linux基金会,运行4.2 Linux kernel,首批1000个 C.H.I.P.电脑板将提供给内核开发者。公司CEO Dave Rauchwerk称,许多众筹的支持者都是内核开发者。 下面Makezine的原文。 With Linux and Creative Commons, The $9 CHIP Computer Reveals Its Open Source Details We’ve been wondering exactly how open source CHIP, the $9 computer, is. Turns out, it’s really freaking open! The initial launch of CHIP from the Oakland, California-based Next Thing Co. made big waves a few months back with its capabilities (1GHz R8 ARM processor, 512MB of RAM, 4GB of NAND storage, and WiFi and Bluetooth built-in) and crazy-low price (just $9, but international shipping pushes that higher for some). Ultimately, the team raised over $2 million dollars through crowdfunding and got the attention of Makers and mainstream media alike. Yet, much of the excitement surrounding CHIP has stayed focused on the low cost and technical specifications. Today, Dave Rauchwerk, CEO of Next Thing Co. shared more details on their board, and we’re impressed with what we heard: CHIP is licensed as Creative Commons ShareAlike, the R8 data sheet is available, Next Thing Co. is joining the Linux Foundation, and CHIP is getting even more interesting than just a low cost board. While inexpensive hardware is nice, and high clock rates move bits and bytes faster, these mean nothing without a robust software stack for Makers to develop in. To those ends, Rauchwerk and his team have partnering with Free Electrons, to add their embedded Linux engineering talents to the mix, and that partnership is beginning to show with today’s announcement of CHIP’s Linux support. This is noteworthy. As of today, CHIP runs the 4.2 Linux kernel. That’s the absolute most current version of the Linux kernel and comes with all the latest and greatest features. Typically, embedded systems running Linux do not use the latest kernel. Instead, the kernel is downloaded and patched with software which enables the board to boot it. Rauchwerk says this will not be the case with CHIP. He and his team are pushing towards mainlining all of CHIP’s code. That’s a fancy way of saying the they are working on getting their code for CHIP into the main branch of the Linux kernel. Their new relationship with the Linux Foundation will certainly help them accomplish this. The biggest benefit of CHIP becoming mainline is to the users and developers of the board. All the latest features of Linux will be available to developers. You will not have to patch the kernel with custom board files — a laborious process — and it will be significantly easier for distributions of Linux to port their code to CHIP. In addition to announcing that CHIP is currently running Linux with latest 4.2 kernel, Rauchwerk unveiled their software development kit (SDK). Thanks to the way that Rauchwerk structured the shipping dates for CHIP, the first 1,000 CHIP boards are heading to kernel developers. While the kernel developer tier is simply a name, Rauchwerk is confident that many of these backers are in fact hardcore Linux kernel hackers. Releasing the boards to developers allows for any potential Operating System level issues that might arise on a new board to get sorted out before the majority of backers even get CHIP. In fact, installing the SDK is quite straight forward. You grab a copy of VirtualBox 4.3( which is free), download and install an extension package to enhance VirtualBox, and then clone Next Thing Co.’s git repository. git clone https://github.com/NextThingCo/CHIP-SDK Once you begin the installation of vagrant, the software will pull all the necessary files from the Internet and configure the development environment. Compared to many development environment setups, it’s sort of magical. “It’s not fair to the kernel hackers to make them do all this dev/ops” says Rauchwerk, “Here is an out of the box turnkey build system and hardware.” The SDK is not the only new software from Next Thing Co. They released a version of U-Boot (which has been heavily modified to support the NAND onboard CHIP), a Linux build, buildroot, and scripts to flash CHIP with the custom Linux compiled by the SDK. Today, Rauchwerk took steps to deliver on the open source promise he made to all his crowdfunding backers and we applaud the move. The most exciting thing about CHIP is not that it is the first $9 computer, but that it is the first truly Open Source $9 computer. http://makezine.com/2015/07/22/with-linux-and-creative-commons-the-9-chip-computer-reveals-its-open-source-details/