OMG, I missed this thread because of school lately, I am out now.
Quick questions, this is running on top of linux, correct?
It runs as is on Firmware 2.0 is what I am hearing.
Can we make an option to run Qtopia on boot instead of gp2xmenu?
Is there enough room on the Nand for one of these images? I would pick the 2.2 image if it is stable and complete.
TV-Out is functioning? Would I need to start the TV-Out and then Qtopia?
Edit: Is there any reason Qtopia is using all the RAM? Can we make it stop, or is it necessary?
Hardware Idea (anyone who knows about the "normal" way a PDA uses/stores Time and Date it would be cool to have their input):
I think if some enterprising hardware genius could make a simple clock/battery for this and make it internal we would be so set right now. Is there room on the i2c bus for simple time and date info to be uploaded from a chip like that? Just a small CR2032 and pcb in a heat shrink inside the GP2X shell and a couple i2c "modchip like" wires and we would so have a PDA
.
Edit 2:
I found a chip, I assume it is common knowledge to those who actually build circuits, I am just a hacker.
DS1307 64 x 8, Serial, I2C Real-Time Clock
Schematic of circuit using this DS1307, pay attention to the area around the DS1307, especially the SCL and SDA lines (Serial Clock and Serial Data), the circuit is very simple.
I am not sure of the current design of the i2c bus, but if there is a way, this mod could cost under $20 for a real clock, maybe even a design could implement a wake-alarm or a sleep/low power alarm function.
How long would a GP2X run on minimal RAM refresh in sleep mode? Might be a kinda fun experiment.
Any other ideas for interfacing a real-time clock? It could have a microcontroller or PIC powered by the GP2X when turned on that would send the clock data to the serial in the EXT port on request.
Edit 3:
Maybe I should bump, or start a new topic,
According to this:
I2C Bus Protocol, it would be entirely possible to add another device into the I2C bus, it could be this chip, just need a driver for it, I haven't a clue what to do aside from wiring it in.