First Menlow Board Released
nerdyH writes "German board vendor Lippert has unveiled what it claims to be the first motherboard based on Intel's 'Menlow' chipset for ultra-mobile PCs. The CoreExpress-Menlow is smaller than a credit card, yet clocks to 1.5GHz, has 1GB of RAM soldered onboard, has multiple PCI Express lanes, USB 2.0, HD audio, an IDE interface, and a digital LVDS video interface. The board is the first in a proposed 'CoreExpress' standard motherboard form-factor measuring 2.6 by 2.3 inches (65 x 58 mm)."
Which is a pity - it would be perfect for a SLAM-capable robot project I've got on hold since half a year because even the crappiest embedded motherboards out there are damn expensive when you want to buy just one or two of them and are a student...
This is Slashdot. Common sense is futile. You will be modded down.
screw that.. i wanna attach a 3g module and use it as a phone. ;)
http://www.xkcd.com/354/
Well, the article is skimping on details, but does anybody know where I can find more info on the power consumption? I doubt it's anywhere comparable to ARM... speaking of ARM. Anybody know where I can get a small ARM based board? I've been searching and searching, can't seem to find anything that isn't mass-order.
In a mobile device, encryption is very important. If you have any important data on your local disk, you are going to want to encrypt it - ideally encrypting the entire volume, which means you need encryption for any I/O, including swapping. You also need encryption for pretty much any WiFi usage and for a lot of general network stuff (e.g. IMAPS, SMTPS).
I am TheRaven on Soylent News
The other aspect is, of course, performance. Ultra-mobile chips are underpowered by the standards of desktops or even laptops. While you can do full-disk encryption with a Core 2 without much slowdown, trying to do it with a much slower chip is likely to make things crawl, and network encryption is even worse. When I connect my MacBook Pro to my PowerBook with a FireWire cable and try to scp a file, the bottleneck is the PowerBook's 1.5GHz G4 CPU. 802.11n promises to be three quarters of the speed for FireWire 400, and even if it's only one quarter then it's still going to place a big load on this kind of CPU.
The big killer for battery life is clock speed. Power consumption goes up a lot faster than clock speed, which is why it's important to reduce the clock of mobile CPUs when they are not fully loaded to get the best battery life. If you have some dedicated silicon for a commonly-used algorithm, you can get the same overall performance by running the CPU at a lower speed, which can give a huge improvement to battery life.
I am TheRaven on Soylent News