From: Wing Wong on
In comp.arch.embedded Bertrand Augereau <bertrand_myfamilynamegoeshere(a)yahoo.fr> wrote:
> binary-nomad(a)hotmail.com a ?crit :
> > Hello!
> > Can someone tell me if there is any way to replace the "OS" that
> > manufacturers provide on various types of handheld devices, eg. the
> > Gizmondo, PSP, different PDAs....., and replace it with something else?
> > Also, where is information on these devices (technical docs) and how to
> > program them? (I'm just a hobbyist, not a big software company of any
> > kind). I'd like information, for example, on what CPU it has, how much
> > memory, is there a ROM of some kind and what does it have on it, and
> > also how to program any other hardware that may be there, eg. a USB
> > port, or camera etc.
> >
> >
> > Thanks.
> >
>
> The closest thing to an open-architecture programmer-oriented handheld
> you can get is the GP2X (http://www.gp2x.com/)
>
> The GBA itself has no OS, is easy to program (in an emulator), and well
> documented too.

You can also look at the host of Linux projects for various PDA's. Most
of the source code are great fun(in a sadistic sense) to read.

Wing.
From: 42Bastian Schick on
On 27 Apr 2006 10:24:02 -0700, binary-nomad(a)hotmail.com wrote:

>Hello!
>Can someone tell me if there is any way to replace the "OS" that
>manufacturers provide on various types of handheld devices, eg. the
>Gizmondo, PSP, different PDAs....., and replace it with something else?

It very much depends on the device and how "open" it is.
I think it is quite easy for PDAs, more complicated for PSP.

>Also, where is information on these devices (technical docs) and how to

Google.

>program them? (I'm just a hobbyist, not a big software company of any
>kind).

Gameing handhelds which are easy(1) to program (even with simulators
on PC) that come to mind: Atari Lynx, GP32, Gameboy (various), Sega
GameGear.

(1) "easy" in the sense of "you get a lot of information". For some
of these you need to have some experience writing assembler :-)


--
42Bastian
Do not email to bastian42(a)yahoo.com, it's a spam-only account :-)
Use <same-name>@monlynx.de instead !
From: Tom Lucas on

"Bertrand Augereau" <bertrand_myfamilynamegoeshere(a)yahoo.fr> wrote in
message news:44519907$0$22714$8fcfb975(a)news.wanadoo.fr...
> binary-nomad(a)hotmail.com a ?crit :
>> Hello!
>> Can someone tell me if there is any way to replace the "OS" that
>> manufacturers provide on various types of handheld devices, eg. the
>> Gizmondo, PSP, different PDAs....., and replace it with something else?
>> Also, where is information on these devices (technical docs) and how to
>> program them? (I'm just a hobbyist, not a big software company of any
>> kind). I'd like information, for example, on what CPU it has, how much
>> memory, is there a ROM of some kind and what does it have on it, and
>> also how to program any other hardware that may be there, eg. a USB
>> port, or camera etc.
>>
>>
>> Thanks.
>>
>
> The closest thing to an open-architecture programmer-oriented handheld you
> can get is the GP2X (http://www.gp2x.com/)
>
> The GBA itself has no OS, is easy to program (in an emulator), and well
> documented too.

I'm still toying with getting one of these myself. I do like a retro game
and Mario Kart on SNES is gameplay perfection - no-one has ever made a
better game IMHO.

However, Nokia bring out the N80 next month and that looks like fun to play
with as well. Not so much for the gameplay but using the wi-fi to get TV
progs I've stored on my PVR to watch on the phone on the train is going to
be great.


From: rambam on
binary-nomad(a)hotmail.com writes:

> Hello!
> Can someone tell me if there is any way to replace the "OS" that
> manufacturers provide on various types of handheld devices, eg. the
> Gizmondo, PSP, different PDAs....., and replace it with something else?


Yes.
I ran linux on an Ipaq for a while.
First  |  Prev  | 
Pages: 1 2
Prev: Style Guidelines
Next: I'd like to learn asm...