Search results

  1. T

    Cramfs

    NK's libs are included in cramfs.
  2. T

    Sdl_mixer Delays

    Try reducing 2048 to 1024 or 512.
  3. T

    Nand Error Checking Program?

    Sounds like your gp2x is fucked. Send it back.
  4. T

    GP2X Reading Gp2x Serial Number

    It's living in an eeprom on the i2c bus. I will write something to trace GPH's access to the bus and see what I can figure out what's going on exactly.
  5. T

    Nand Error Checking Program?

    Try installing cramfs and see if you have the same problems.
  6. T

    Serial Cable Or Usb Serial Connection?

    It works just fine. What are your commands/errors?
  7. T

    Gadget Serial (cramfs 0.4)

    I'll be making something that allows you to switch between network/serial/storage for the next version.
  8. T

    Vektar High Scores

    303,400 damn batteries :) I still had 2 green ships left. Edit: 545,750
  9. T

    The Davec List And Where We Are Now.

    vmware and qemu do it on linux x86 with the help of a kernel module. No doubt gba could be done the same way.
  10. T

    Love Cramfs But...

    It's my fault, related to the way I'm handling the USB-Serial connection. The next round of releases will have much nicer USB handling. If you want to build a custom image, remove the ttygs0 line from /etc/inittab . But since I have no other way of connecting to my gp2x, this is staying in...
  11. T

    Real Media

    ffplay should play this already, though really slowly :)
  12. T

    Suggested Improvements And Inside Info?

    Try reading it again. Pay close attention to the differences between the 920T and the 940T.
  13. T

    GP32 Python Interface

    The framebuffer driver was getting a divide by zero. I'm pretty sure the the framebuffer driver was returning 0 for the pixel clock rate. My solution is a hack but it was enough to play around with. Starting at line 345 of evas_fb_main.c: if (hpix == 0) hpix = mode->width; if (lines...
  14. T

    Bricked In Less Than A Day :(

    right, it seems like your bootloader is stuffed. try with a power adapter i guess.
  15. T

    Qtopia For Permanent Interface?

    I don't think enlightenment gives you anything you can't do in SDL. For all its crazy stuff, the eem demo wouldnt be very hard to re-implement in SDL.
  16. T

    Linux

    http://dvdshrink.sourceforge.net/ I've not used it though.
  17. T

    Bricked In Less Than A Day :(

    You can reflash cramfs from the cramfs kernel. It will probably crash Linux soon afterwards but I've done it a few dozen times by flashing then rebooting immediatly. Worst that would happen is a kernel panic when it can't figure out what the hell you've just done to it's root :)
  18. T

    How To Program Sound?

    Right, mad is what you want.
  19. T

    GP2X Native Arm Toolchain On Gp2x

    Well for an editor vi is already on there. If anyone has other suggestions I'll look at integrating them. nano is a possibility.
  20. T

    Qtopia For Permanent Interface?

    I've ported a bunch of the efl libraries but not eem itself. Performance was pretty average as it seemed to depend on floating point stuff a lot, and doesn't have much use for the hardware blitter as it's all for fancy alpha effects and whatnot. Look for a new custom interface designed to be...
Back
Top