Slashdot Mirror


VIA Unveils $79 Rock and $99 Paper ARM PCs

Don't yet have one of those million Raspberry Pis, but you're in the market for a tiny, cheap ARM computer? An anonymous reader writes with this snippet from geek.com: "VIA has decided it's time to update the APC (ARM PC) board with new components and the choice of two configurations. The new systems are called APC Rock and APC Paper. The hardware spec for both boards is exactly the same except for the fact the Rock ships with a VGA port whereas the Paper doesn't. The Rock also costs $20 less at $79, whereas the Paper is $99. The reason for the price difference is the fact that the Paper ships with a rather novel case whereas the Rock is a bare board. The Paper's case is made from recycled cardboard attached to an aluminum chassis to help with strength, meaning it will keep the dust off the components and make it easier to carry while keeping weight to a minimum."

1 of 158 comments (clear)

  1. Have they fixed the memory controller yet? by tlambert · · Score: 4, Insightful

    Have they fixed the memory controller yet?

    The biggest performance bottleneck for graphics on ARM systems has not been the GPU; I've used Mali-400 systems (like this one is supposed to be), and I've used the nVidia system. Graphics performance sucked on both.

    Part of this has to do with the fact that the graphics architecture in standard Linux penalizes you for not GPL'ing your drivers, but the Android graphics stack gets around this by duplicating some kernel interfaces with slightly non-GPL'ed versions - yet the performance is still terrible.

    The blame rests squarely on the memory copy speeds, which comes down to the memory controller. Apple has completely addressed this in their ARM chips (but are not sharing), and Samsung has partially addressed this in their ARM chips (and are also not sharing). Has VIA addressed the memory controller bandwidth issues in the WonderMedia, or does "WonderMedia" actually mean "I wonder when they will get media support in their ARM chips"?