TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hardware for OpenWrt

90 pointsby jgjalmost 11 years ago

15 comments

eric_bullingtonalmost 11 years ago
This is an interesting project, but it&#x27;s a shame they&#x27;re using a Mediatek chipset instead of an Allwinner one. Mediatek is one of the biggest GPL violators out there, while Allwinner chips are among the most open hardware out there (perhaps <i>the</i> most open). See:<p><a href="http://linux-sunxi.org/Main_Page" rel="nofollow">http:&#x2F;&#x2F;linux-sunxi.org&#x2F;Main_Page</a><p>The only non open hardware on Allwinner chips is the ARM-licensed Mali GPU, but it&#x27;s been reversed engineered to the point of producing a working, third-party, open source driver (the <i>lima</i> driver).<p>Both are very inexpensive Chinese chip manufacturers that use ARM-licensed MCUs, so it&#x27;s not like the Allwinner is a vastly different product.<p>I personally prefer licensing projects with a permissive license that permits closed commercial development, such as the MIT or BSD license, over the GPL. However, when a company like Mediatek chooses to use GPL&#x27;ed software and then fails to follow the license terms, I think that displays a contempt for the entire open source community that I cannot support.
评论 #7966941 未加载
mhwalmost 11 years ago
A fun comparison: 20 years ago you could spend a large number of dollars (anyone remember how much?) on a dreamy Silicon Graphics Indigo2 Unix workstation. From <a href="http://en.wikipedia.org/wiki/SGI_Indigo%C2%B2_and_Challenge_M" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SGI_Indigo%C2%B2_and_Challenge_...</a> its specs included:<p>* MIPS CPUs ranging from the the R4000 to the R10000, with clock rates of up to 250MHz. (This project uses a related MIPS CPU that clocks at 600MHz.)<p>* Up to 512Mb of RAM, equal to that in this project. The Wikipedia articles explains that the Indigo2 hardware could theoretically support 1Gb of RAM, but the thermal output of the DRAM available at the time was too great for the enclosure.<p>* 100Mbit&#x2F;s wired Ethernet network interface (this project provides 802.11n wireless networking, which Wikipedia claims will reach 600Mbit&#x2F;s).<p>I find it staggering that the hardware that was once powering a high-end workstation is now being put to good use as a low power router. It&#x27;s good to see that after all this time you can still run a version of Unix on the same hardware though.
评论 #7965707 未加载
评论 #7966108 未加载
评论 #7966080 未加载
Noel_loalmost 11 years ago
Hello people, I am Noel from WRTnode.com. Very glad that you notice us. Actually, we have opened public Beta version sale in China for RMB$148(as US$24), and closed today as two month later. We have donated 20 boards for the BattleMesh V7 <a href="http://battlemesh.org/BattleMeshV7#Donated_OpenHardware_-_WRTnode" rel="nofollow">http:&#x2F;&#x2F;battlemesh.org&#x2F;BattleMeshV7#Donated_OpenHardware_-_WR...</a>. And the Schematic is: <a href="http://cn.wrtnode.com/wp-content/uploads/2014/05/WRTnode_sch_v01.pdf" rel="nofollow">http:&#x2F;&#x2F;cn.wrtnode.com&#x2F;wp-content&#x2F;uploads&#x2F;2014&#x2F;05&#x2F;WRTnode_sch...</a>, and we will give all the BOMlist and PCBlayout soon. Maybe it will be sold publicly at the ends of July. All OpenWrt firmware source comes from dev.openwrt.org. The board is officially supported by OpenWrt.org as one of the three devices on MT7620n. the only thing bothered is that the Wi-Fi driver of MT7620n is close-sourced by the MTK, so we have to provide the .ko binary driver in <a href="https://github.com/WRTnode/openwrt-packages/tree/master/ralink/ralink-wifi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;WRTnode&#x2F;openwrt-packages&#x2F;tree&#x2F;master&#x2F;rali...</a> , We are trying to communicating with MTK to open the driver&#x27;s source.
dublinbenalmost 11 years ago
It seems unusual to pick a Mediatek SoC, if the goal is open source compatibility. It would have made much more sense to go with an Atheros SoC and Atheros modems, which can be used with no proprietary binaries whatsoever.
评论 #7965924 未加载
评论 #7966887 未加载
slewisalmost 11 years ago
Check this out too: <a href="http://8devices.com/carambola-2" rel="nofollow">http:&#x2F;&#x2F;8devices.com&#x2F;carambola-2</a><p>The hardware design isn&#x27;t open-source, but all the software is, and it&#x27;s available now for 19euro per module.<p>It&#x27;s built on Atheros&#x27; AR9331 chipset which means you get to use the awesome open-source ath9k driver.
评论 #7967940 未加载
click170almost 11 years ago
Frankly I&#x27;m getting tired of these empty posts. Where is the source?<p>Can we stop posting &quot;news&quot; like this unless it is actually significant, ie contains the thing that they claim is open?<p>Its almost to the point where these posts should be flagged IMO.
评论 #7967963 未加载
morleyalmost 11 years ago
Is OpenWRT safe to use? The latest release, at least according to <a href="https://openwrt.org" rel="nofollow">https:&#x2F;&#x2F;openwrt.org</a>, was in April 2013. I&#x27;m not intimately familiar with what software packages it uses, but it seems like it could, at the very least, be vulnerable to Heartbleed.
评论 #7965327 未加载
评论 #7965439 未加载
评论 #7966446 未加载
daveloyallalmost 11 years ago
I&#x27;m missing something: where is the source code (design files?) for this &quot;open source hardware&quot;?
评论 #7965991 未加载
cottonseedalmost 11 years ago
It seems very hard to find an high-performance (i.e., not TI&#x27;s CC3000 module), open Wifi module for a project like this. I assume that&#x27;s why they choose a chip that requires a binary blob Wifi driver. Has anyone researched the open alternatives? Novena for example didn&#x27;t integrate Wifi but left it to a PCIe module. Are there open PCIe modules?<p>edit: I should say, TI&#x27;s module isn&#x27;t open either. As far as I know the firmware, which includes a TCP&#x2F;IP stack, isn&#x27;t open.
评论 #7967561 未加载
mschuster91almost 11 years ago
I&#x27;m sorry to bust the fun on this, but I would never rebuild this device (or anything other with radio capability)... simply because of the costs of certification which is mandatory for any RF transmitter.
评论 #7965418 未加载
评论 #7965388 未加载
评论 #7965896 未加载
tavish1almost 11 years ago
Less open than many competitors. But more choice is always nice. Hopefully they get the module FCC&#x2F;CE certified.
hwhalmost 11 years ago
The latest post there that I was able to find was from April 2014 - is there any news? Am I missing something?
评论 #7965874 未加载
tonypacealmost 11 years ago
This looks very useful, but price, RAM and flash sizes are not readily apparent. Am I missing something?
评论 #7964795 未加载
daveloyallalmost 11 years ago
Did they choose a wireless chipset that requires &quot;binary blobs&quot;?
评论 #7965949 未加载
adultSwimalmost 11 years ago
Would this be a good router?
评论 #7965136 未加载
评论 #7965304 未加载