Show Posts
|
|
Pages: [1]
|
|
2
|
Hardware and U-Boot firmware / Hardware / Re: Sensors, Power Management, Clock Speeds and Memory
|
on: January 09, 2011, 05:44:10 AM
|
|
Thanks for responding, I appreciate it.
Regarding the RAM soldering, I wouldn't be doing it myself, I would be sending it to a specialist shop to do the work with proper industrial soldering equipment. In the past they upgraded the RAM in my HTC Universal from 64MB to 128MB without any problems, and I expect this would be similar.
|
|
|
|
|
3
|
Hardware and U-Boot firmware / U-Boot stuff / Making u-boot boot boot.scr instead of hard-coding the kernel name
|
on: December 24, 2010, 04:34:29 AM
|
|
I would like to make u-boot on the Sheeva Plug behave like it does on the Efika Genesi MX Smartbook, i.e. scan boot devices (SD, USB, MTD, in that order) for a a first partition on the device, and then if it is a partition it understnds (fat, ext2, in that order), looks for boot.scr in the root directory, and boots from the instructions there.
How can this be configured into the u-boot? What does the environment need to be set to? If somebody could provide a link to documentation on this, I'd appreciate it.
|
|
|
|
|
4
|
Hardware and U-Boot firmware / Hardware / Sensors, Power Management, Clock Speeds and Memory
|
on: December 20, 2010, 04:25:53 PM
|
|
I have a few questions:
1) Are there any built in sensors (e.g. temperature) that are accessible via lm_sensors or similar on the Sheeva Plug? Some probes cause a lock-up crash, others find nothing. Are there any sensors?
2) Is there a way to adjust the clock-seed at run-time on the Sheeva? I notice that most ARM based Android phones work with an application called SetCPU that allows the CPU to be underclocked to improve battery life and overclocked to improve performance. Are there controls available on the Sheeva to do this? Can it work with the cpuspeed package/daemon to improve idle power savings? I norice the kernel enables the cpuidle ladder and menu governors. How does this compare to the x86 equivalents such as EIST on the Atom? When under-clocking to save power, is there a way to drop the CPU voltage at the same time to save even more power like with EIST? Since ARM is all about power efficiency, I'm hoping such features exist.
3) I can see in the Kirkwood spec that it supports up to 2GB of RAM. Does anyone know what chips could be used to upgrade a Sheeva to 2GB? I'll take my chances with my soldering skills, but I need to know what chips would work.
|
|
|
|
|
6
|
Hardware and U-Boot firmware / Hardware / Re: Will there ever be a 1GB / 2GB RAM spec sheevaplug with 2.0Ghz CPU?
|
on: December 20, 2010, 03:26:58 PM
|
|
A couple of things: 1) You may want to look into ramzswap (google compcache). Recent kernels have it built in. You can create a virtual compressed swap disk in RAM. It works wonders when you're short on RAM and swapping isn't an option. 2) I haven't checked this myself yet (haven't taken my sheeva apart yet) but I heard that the board actually has space for 4 RAM chips, but only 2 are populated. So with a tiny soldering iron, a bit of patience, and a couple of extra memory chips, you should be able to DIY upgrade it to 1GB. I'm going to investigate this myself, and if it looks plausible, I'll probably do it.
|
|
|
|
|