Mar 03
When $100 laptops are attempted, why not a $10 mobile phone - Linux again will be the OS. With just 3MB footprint for the OS, I beleive that with the falling prices in the memory, I bet it is not far from having a $10 phone.To reach the next 1 billion, it is important to keep the price down with limited features
What could be the minimal features for a $10 mobile?
Do you think this is possible?
Let me know your views
Oct 30
I finally converted the mobile phone in to a desktop!
I borrowed the source code from Linwizard and cross compiled on my openSuse. I borrowed the initrd file also from linwizard.
I copied zImage and Initrd to my SD card and booted using HaRET.
The journey was smooth and in about 30 seconds, the HTC Wizard booted into Linux and the login prompt appeared. I logged in as root. There is no password for this account!!
When I issued the command “startx”, the GPE came alive with a touch screen caliberation screen. On completion, it started the GPE desktop - the GPE-enabled mobile phone is ready for operation, but without any phone functionality
I am looking under the hood to understand the complexities involved.
One thing you can expect - I will log everything.
This is what I did to boot HTC Wizard using Linux
- git cloned gnimirror http://mirrors.gni.com/mirrors/linwizard/polaris/linwizard-kernel.git
- Created a local branch
- make htcwizard_defconfig
- Changed the CROSS_COMPILE option to reflect the prefix of the command
- Make zImage
- Copy the zImage to SD card
- Copy the initrd from linwizard site
- Booted using Haret
Recent Comments