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.

Odroid-U3: A quad-core 1.7GHz ARM single-board computer for $59

88 pointsby damian2000about 11 years ago

24 comments

sgentleabout 11 years ago
I have one of these, and there are a couple of notable things I found out while setting it up.<p>* It has CEC support, which is rare among similar devices. (The only other one I know is RPi. Thanks for nothing Ouya.)<p>* The extra CPU and RAM is fantastic. The little guy flies along. I was happily compiling things on it at quite reasonable speeds.<p>* The eMMC option is pretty cool, but be careful because their MicroSD adapter is pretty finicky (it wouldn&#x27;t work on my Macbook, did work on my Mac Mini running Linux)<p>* It has a terribly annoying blinking blue light that can&#x27;t be turned off and is brighter than the sun. I put some tape over it and felt briefly like macgyver.<p>* Nothing except for XBMC supports hardware video decoding. That means if you want to use VLC or something, too bad (for now anyway).<p>* Android on it was just about useless, but it&#x27;s neat to have it as an option.<p>* There are a bunch of proprietary blobs and versions of things that need to be installed on the device for it to work. In practice, this isn&#x27;t really a problem because this is all done for you in the stock image.<p>* XBMC was still pretty laggy on Ubuntu, and couldn&#x27;t play video without skipping. Apparently it&#x27;s better on Debian. Nobody seems to understand why this is. Apparently it&#x27;s blazing fast on Android.<p>* The devs are insanely active, both in pushing code and on the forums. I say devs, I think it&#x27;s one guy who never sleeps.<p>All told, I&#x27;m currently not using it for XBMC (holding out for the Ubuntu situation being fixed), but I am running other stuff on it that was taxing the memory and CPU of my Pi, so I&#x27;m pretty happy with that. It doesn&#x27;t have anything like the plug-it-in-now-it-works experience of Raspbmc.<p>I found myself going down a dark and terrible road of alternate mali drivers, Xorg munging and running es2gears over and over again. If you&#x27;re considering doing that, don&#x27;t do it. You will achieve only regret.
评论 #7634651 未加载
评论 #7635792 未加载
评论 #7638142 未加载
评论 #7635364 未加载
评论 #7638784 未加载
rwmjabout 11 years ago
I have an ODROID-XU which is a 8 core (in theory) 32 bit ARM chip. A few things I&#x27;ve learned along the way:<p>* You need to get a serial cable. The XU required a strange serial cable (ie. NOT the usual 3.3V CP2102).<p>* You&#x27;ll need a lot of other stuff to make ARM usable: at a minimum: a high quality SD-card, SSD or eMMC; and a monitor which can handle all of DisplayPort, DVI, HDMI (since you never know which one will work, if any).<p>* ODROID kernel support is terrible. You&#x27;ll get a kernel which works, but nothing is upstreamed or developed in the open so forget about ongoing support or updates.<p>* Everyone who&#x27;s serious about ARM is waiting for 64 bit to become available. 32 bit hardware just isn&#x27;t that interesting.<p>Lots more on my blog: <a href="http://rwmj.wordpress.com/?s=ARM" rel="nofollow">http:&#x2F;&#x2F;rwmj.wordpress.com&#x2F;?s=ARM</a>
评论 #7633960 未加载
roemeabout 11 years ago
All these tiny board SoC&#x27;s are fine and dandy, but as long as they do not have a better I&#x2F;O (i.e. more bandwidth, read gigabit ethernet speeds) than the RPi; there&#x27;s no real advantage IMO.<p><pre><code> * You can already output HD with the RPi * You can use (some) codecs at an useful speed (no need for more GHz) * It&#x27;s cheap * It uses almost no power * You have useful (physical) IO * (fill in what you like about the RPi) </code></pre> So what does that leave with the alternatives? More RAM and more processing power. But of what use is it, when you&#x27;re still limited how fast you can bring data you want to crunch on in and out of the system only at a slow pace?<p>And if you need a lot of processing power but have only little data; I&#x27;m tempted to say that such a small system is the wrong choice anyway.
评论 #7634251 未加载
评论 #7634177 未加载
评论 #7634166 未加载
评论 #7634323 未加载
lispmabout 11 years ago
I run a Lisp web server at home on an ODROID-XU.<p><a href="http://lispm.de/ccl" rel="nofollow">http:&#x2F;&#x2F;lispm.de&#x2F;ccl</a><p>The ODROID is much faster than a Raspberry Pi. Basically an U3 runs native Common Lisp ten times faster than the RPi.<p>I now have an XU, an X2 and the U3. The U3 is the best: small, no fan, silent, fast - and a bit cheaper.
评论 #7634805 未加载
darklajidabout 11 years ago
I own one. I prefer the Raspberry Pi.<p>- Running Android seems .. useless without a touch device. Tried it, was basically useless for me.<p>- Running various Linux distributions was not nice either:<p>* (Fixable) The community projects feel a lot less polished than anything the Pi has<p>* (Unfixable) The HDMI port sucks. On all TVs I connected it to I have under-&#x2F;overscan issues. There are no boot options similar to the Pi that allow me to fix that. The IRC channel suggested to &#x27;Fix the TV&#x27;...<p>Looks nice, cheap, interesting specs, but collects dust over here.
评论 #7634507 未加载
评论 #7635157 未加载
notacowardabout 11 years ago
I&#x27;m using the predecessor ODROID-U2 as a small home server. It runs Linux (Ubuntu via Linaro IIRC) and I&#x27;ve never had a problem with software I need not being available because it&#x27;s ARM instead of x86. Basically, it rocks. Do get the MMC adapter and USB cable for setup, and have fun.
sjwrightabout 11 years ago
Why do so many devices favour mini and micro HDMI ports like some kind of miniaturization fetish? Yet they determined they had enough room on their PCB for three full size USB ports.<p>It just forces everyone to add a mandatory adapter or adapter-cable into their shopping carts.
评论 #7636495 未加载
评论 #7633956 未加载
muyuuabout 11 years ago
No OpenBSD support, closed source graphics, blob ridden.<p>The performance&#x2F;price is awesome and I guess it&#x27;s cool if you can get it to work for whatever you have in mind. But I prefer supporting a platform that contributes upstream and promotes a proper open work ethic.<p>Beaglebone Black for me although the performance is nowhere near this.
评论 #7638797 未加载
评论 #7635577 未加载
hardwaresoftonabout 11 years ago
The hardkernel team hit it out of the park with the U3.<p>Better specs than the U2, better form factor, and CHEAPER than the U2. You don&#x27;t see that much nowadays.<p>The processing power alone is significant, compared to the other options on the market, and they&#x27;ve added support for GPIO to the U3.
nkozyraabout 11 years ago
Every once in a while I really consider how much, say, my parents and grandparents paid for computer processing power (grandfather&#x27;s C64 at ~ $500, our first PC running a 386 at $1100) and compare it to the torrent of amount of memory, processing speed, etc. that&#x27;s shooting out of the Earth now.<p>It&#x27;s astonishing, Moore&#x27;s Law (and variants) not withstanding.<p>We know there is some limit to Moore&#x27;s Law, but I have a hard time really wrapping my head around what kind of nano computing we&#x27;ll have available for pennies in a decade.
评论 #7635803 未加载
评论 #7634946 未加载
评论 #7635758 未加载
spacec0wb0yabout 11 years ago
Raspberry Pi on steroids? Looks like a better host for my home media server. Main site is down - some info here <a href="http://liliputing.com/2013/12/odroid-u3-59-dev-board-with-the-power-of-a-galaxy-s3.html" rel="nofollow">http:&#x2F;&#x2F;liliputing.com&#x2F;2013&#x2F;12&#x2F;odroid-u3-59-dev-board-with-th...</a>
评论 #7634054 未加载
alyandonabout 11 years ago
I&#x27;d like to try out building my own router on a hobbyist budget. Are there any cheap SoC type devices like that come with dual rj45 ethernet ports?<p>It seems to be a common trait that all the sub-$100 USD SoC devices have one rj45 port.
评论 #7635707 未加载
评论 #7635031 未加载
评论 #7635737 未加载
评论 #7635272 未加载
userbinatorabout 11 years ago
As its name somewhat hints at, this looks like the SoC from a Galaxy S3 in a RPi-like form factor. A quick Google brought up a pretty detailed 900+ page datasheet for the SoC, so they&#x27;re ahead of the RPi in openness already.
评论 #7634017 未加载
评论 #7635331 未加载
dominicgsabout 11 years ago
I love seeing all of these cheap ARM boards coming on to the market. I am a big fan of the BeagleBone Black but the supply problems recently have had me looking around for an alternative. Unfortunately my project uses the USB device port and there don&#x27;t seem to be alternatives that offer USB device or OTG support.<p>Am I the only one who wants OTG support? Or are there boards with USB OTG ports that I have missed?
评论 #7637160 未加载
Osirisabout 11 years ago
If you&#x27;re running a PHP site, please, please turn off display_errors. It&#x27;s really bad practice to have your PHP code dumping your query strings to the web when you have a failure.
评论 #7635672 未加载
_superposition_about 11 years ago
Still waiting for the A15 based boards to drop in price so I can attempt to get an openstack&#x2F;ARM cloud up and running. Just for the hell of it.
tyrionabout 11 years ago
The site is not working anymore. I can&#x27;t finish my purchase :&#x2F;<p>And .. is it really showing username and password of their mysql?
评论 #7635658 未加载
ausjkeabout 11 years ago
doing armlinux for a living, these sub-100 devices pop up daily nowadays, I was thinking yesterday probably it&#x27;s a good idea to set up a small site to list all of them.<p>the primary ones are : TI AM335x(beaglebone), Freescale iMX6, Allwinner A20. all the three have SATA, HDMI, Android,etc
pnathanabout 11 years ago
This board will be the next part to my home fanless network. It will be running RabbitMQ and pgSQL
danielweberabout 11 years ago
I am using one of these right now. Pretty fun.
memmingabout 11 years ago
It says traffic limit reached
rasz_plabout 11 years ago
board = $59 shipping = ANOTHER $50
评论 #7634236 未加载
nutjob2about 11 years ago
Plus $25 shipping. Ugh. Also no gigabit ethernet is a massive fail.<p>Just wait for a cheap board with a CPU in the AMD A1100 series, it seriously rocks.
egeozcanabout 11 years ago
I need something like this for a test server. It has similar resources to what I allocate for my VMs. 25$ shipping is a deal-breaker though and I&#x27;m also not sure if it would get past the EU customs problem-free.
评论 #7634158 未加载
评论 #7633863 未加载