View Single Post
Posts: 110 | Thanked: 362 times | Joined on May 2014
#24
Originally Posted by wicket View Post
I'd like to think that part of the problem is that the usual operating systems that are installed on Raspberry Pis lack the power management that something like Maemo has. This is a software problem and is fixable.

Also, the Raspberry Pi Zero which was suggested, draws significantly less power than the traditional model B series. I'd personally like to see a phone built from the Pi Compute Module (draws a bit more power than the Zero but not close to model B). It's easier to embed than the Zero and can potentially be upgraded. A new Compute Module based on the Pi 3 is due in a few months.

There's a lot going for the Raspberry Pi and it's community is huge compared to ours. I think a Pi phone has potential to be successful if done right. I bet the Android Pi community would love to have a Pi phone.
Suspend power consumption is dominated by ram refresh.
There are hardware differences in ram, lpddr consumes 3 times less than ddr.
On an atmel a5 for example suspend to ram with lpddr is 9-15 ma @ 3.3V, with normal ram around 33-40 ma.

The Pi Zero is currently at 100 ma (AFAIK). Would be amazing if someone could fix this to 10ma, but i wont hold my breath on this issue. And the newer versions, powerwise, are going in the wrong direction.

So if you want to build something in the pi range with power management you might consider something like this
http://www.micro-technic.com/Webshop...A5D3X-MT0.html
or
http://www.emacinc.com/products/syst...dule/SoM-A5D36

lpddr2 seems to be a rare commodity, somewhere i read the DIPFORTy2 "All Programmable Linux" is "delayed", because even 64MB lpddr2 seems hard to get.
 

The Following 9 Users Say Thank You to pythoneye2 For This Useful Post: