Jump to content


Photo

New Project: The Open2x Project.


  • Please log in to reply
55 replies to this topic

#46 DJWillis

DJWillis

    Random GP32/GP2X/Wiz & Pandora Moocher

  • GP Guru
  • 1424 posts
  • Gender:Male
  • Location:Bath, Somerset, UK
  • Interests:Hmmm, Home Cinema, using Oxygen and not being dead just yet.

Posted 12 October 2005 - 09:11 PM

DJWillis, when are you going to post the kernel sources on the site? I'm uber-curious to see those device drivers  :)

View Post


Week to 10 days I think as I said in the 1st post ;).

There is a lot of source here not all of which is GPL'ed kernel or bootloader and it needs some sorting. My focus is on playing with the GP2X itself. The code will however be up as soon as I get the time.

#47 codesmith

codesmith

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 151 posts
  • Location:Northwest USA
  • Interests:Programming, old computers (especially Commodore models)

Posted 12 October 2005 - 09:50 PM

Why not do an internal mod to the GP2X for power to usb,saves modding all your usb hardware

View Post


Because the GP2X runs off two AA batteries - each at 1.5v and 1.5v * 2 = 3v, while USB requires 5v.

View Post

That's not a problem at all: http://www.st.com/st...f/docs/7403.pdf

View Post

thanks for that it saves me explaining LOL

View Post

Sorry, I should have probably provided a bit more than just the link to the datasheet. The relevant part of that for non-techies is:

OPERATING PRINCIPLE
The ST619LB is able to provide a regulated 5V output from a 2V to 3.6V (two battery cells) input.



#48 hagisbasheruk

hagisbasheruk

    Member

  • Members
  • PipPip
  • 14 posts

Posted 14 October 2005 - 09:56 AM

opps i think this has gone off topic
" The Open2x Project., One for all you low-level hackers "
:blink:
I have some ears pricked up when i posted to the debian_arm list about the GP2X
Looks like there could be debian/kernel/arm developers interested in the GP2X
Just one question and then back to the topic,does the GP2X have jtag pins? if thats what it is called,sorry deleted email before i wrote down note so mabey its jtig,if so we could very well see a new and very hackable OS running 2.6 kernel soon ;)

Edited by hagisbasheruk, 14 October 2005 - 10:07 AM.


#49 DJWillis

DJWillis

    Random GP32/GP2X/Wiz & Pandora Moocher

  • GP Guru
  • 1424 posts
  • Gender:Male
  • Location:Bath, Somerset, UK
  • Interests:Hmmm, Home Cinema, using Oxygen and not being dead just yet.

Posted 14 October 2005 - 10:19 AM

opps i think this has gone off topic
" The Open2x Project., One for all you low-level hackers "
:blink:
I have some ears pricked up when i posted to the debian_arm list about the GP2X
Looks like there could be debian/kernel/arm developers interested in the GP2X
Just one question and then back to the topic,does the GP2X have jtag pins? if thats what it is called,sorry deleted email before i wrote down note so mabey its jtig,if so we could very well see a new and very hackable OS running 2.6 kernel soon ;)

View Post


jTAG is exposed via the EXT port on the bottom of the console :D. I put some more info on the EXT outputs in the WiKi here. I'll add more as I find more out.

Got a link to the archive of your e-mail to the list?

#50 BBTroll

BBTroll

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 160 posts

Posted 14 October 2005 - 05:58 PM

codesmith: Is 20 mA(output of the 7403) enough for the USB port to be considered "powered"?

#51 Squidge

Squidge

    Mega GP Mania

  • X-treme Team
  • 8498 posts
  • Gender:Male
  • Location:UK

Posted 14 October 2005 - 06:28 PM

devices request power in one of there startup packets and state how many milliamps they require. I'd suggest 100ma as a minimum, although some devices can draw 500ma (normally harddisks). 20ma may be enough for usb pendrives though.

#52 theoddbot

theoddbot

    GP Mania

  • GP Guru
  • 341 posts

Posted 14 October 2005 - 09:27 PM

codesmith: Is 20 mA(output of the 7403) enough for the USB port to be considered "powered"?

View Post


The datasheet says the max is 120mA continuos.

#53 codesmith

codesmith

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 151 posts
  • Location:Northwest USA
  • Interests:Programming, old computers (especially Commodore models)

Posted 14 October 2005 - 09:43 PM

codesmith: Is 20 mA(output of the 7403) enough for the USB port to be considered "powered"?

View Post


The datasheet says the max is 120mA continuos.

View Post

In any case, that is only one out many chips that perform this function, I know that there are other chips that can handle several amps, and of course there are chips that handle other voltages, eg 9V -> 3.3V. You can do a quick Google search for "DC to DC" or "charge pump 5V", I just posted the first hit I got that referred to a 3V->5V chip.

#54 BBTroll

BBTroll

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 160 posts

Posted 16 October 2005 - 04:59 AM

Nice info for those of us that have steady hands :D

#55 DJWillis

DJWillis

    Random GP32/GP2X/Wiz & Pandora Moocher

  • GP Guru
  • 1424 posts
  • Gender:Male
  • Location:Bath, Somerset, UK
  • Interests:Hmmm, Home Cinema, using Oxygen and not being dead just yet.

Posted 24 October 2005 - 07:55 PM

The Open2x project has been updated with a few files releases of the MMSP2 Linux kernel and U-Boot source for those that are interested so there is no need to faff about with CVS to get access to the files if you just want to have a look at the code :D.

#56 fishybawb

fishybawb

    Hired Geek

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 1114 posts
  • Location:York, UK

Posted 24 October 2005 - 09:05 PM

The Open2x project has been updated with a few files releases of the MMSP2 Linux kernel and U-Boot source for those that are interested so there is no need to faff about with CVS to get access to the files if you just want to have a look at the code :D.

View Post


Thanks DJWillis! :)