Search results

  1. G

    GP2X Thumb Life

    I don't know if anyone here is interested in using the Thumb instruction set... but I've packed my tinylife down to 412 bytes by converting most of it. http://www.glost.eclipse.co.uk/gfoot/gp2x/thumblife.zip The functionality is the same, and some of the optimizations would probably have...
  2. G

    GP2X Rsync For Gp2x

    rsync is a tool to synchronize files between two computers without sending much traffic over the wire - it uses quite a sophisticated mechanism to only upload portions of large files which have changed. I've built it for the GP2X because the USB link is rather slow; it should come in handy...
  3. G

    GP2X Dropbear Ssh Server

    A few weeks ago I built the DropBear SSH server for the GP2X. It allows you to log in using your favourite SSH client instead of telnet, and allows one-shot command running remotely (ssh -c ...). It doesn't include an sftp server, but one could be added fairly easily. Putty's pscp command...
  4. G

    GP2X Tiny Pong

    Here's an attempt at getting quite a lot done in not much space. It's a playable pong game in 512 bytes. http://www.glost.eclipse.co.uk/gfoot/gp2x/tinypong.gp2xe It's not as crammed in as it could be - I squashed it quite a bit after getting the ball bouncing around, when I figured out a few...
  5. G

    GP2X Using Gdb To Debug

    I couldn't find any serious information on the Wiki about using gdb on the GP2X, though I know some people are. With the networking support in the latest firmware, this is an even better option than it was when I was last using the GP2X. As such, I've tried a few things out and put some notes...
  6. G

    Hardware Hangs When Trying To Read Mmsp2 Status Register

    Hi guys, I've been looking at why the hardware accelerated Allegro doesn't work, and I've narrowed it down to a very short segment of code. This fragment is a standalone program, and I've inlined all the MMIO addresses and register numbers so it's very straightforward. The code does basically...
  7. G

    GP2X Windows Access To Partitioned Usb Storage Devices

    I saw this and thought of you... http://www.codeproject.com/useritems/sovie...ect_hooking.asp
  8. G

    GP2X More Usb Hacking

    I was kind of worried about the data rates I've been seeing over the mass storage driver, and the fact that g_serial seemed to be collapsing under heavy load rather often. But less so now. I've been playing with gadgetfs a bit, which is really quite neat. Essentially it provides user-space...
  9. G

    GP2X Gp2x Allegro V0.3

    I've uploaded a new version of Allegro for GP2X. The main change is the addition of accelerated routines for filling and copying rectangles within video memory - basically, the routines paeryn wrote for SDL. I wrote some documentation about the port too - what to download, how to install it...
  10. G

    GP2X Usb Gadget Serial Drivers For Gp2x

    This is the USB Gadget Serial module from a 2.6 kernel, backported to work with the 2.4.25 kernel the GP2X uses. Note that I don't really know what I'm doing, I just blundered along until it worked! http://www.glost.eclipse.co.uk/gfoot/gp2x/...dget_serial.zip The zip contains a prebuilt...
  11. G

    GP2X Building Kernel Modules

    DJWillis said in IRC that some people have successfully built and loaded kernel modules, and I see BBTroll posted here that he'd done it. Is there anything special you need to do, e.g. use the same compiler that GPH built the kernel with? Is the kernel configuration in linux-gp2x in the open2x...
  12. G

    GP2X Jgmod Ported

    I've built JGMOD for the GP2X. No prebuilt libs this time - it should build fine in Windows anyway, the build process is fairly simple. http://www.glost.eclipse.co.uk/gfoot/gp2x/jgmod.html I don't actually use JGMOD, not really being a fan of MOD files, but it seems to work. The first three...
  13. G

    GP2X Allegro Patches V0.2

    Get gp2xallegro-0.2.diff.gz and see the last thread for setup instructions. Pay attention to the configure line I posted before. You can also get the compiled demo game if you like - unzip and copy to SD card as usual. The FLI player still doesn't work, and I'm not sure why. So the splash...
  14. G

    GP2X Allegro Patches For Gp2x

    I've uploaded some preliminary patches against Allegro 4.2.0, to make it build for the GP2X. It's not yet complete - see the end of the post for a list of what's working and what isn't. You can download the patches at http://gfoot.homeip.net/~gfoot/gp2x/gp2xallegro-0.1.diff.gz Initially I was...
  15. G

    Dc Power Adapters And Batteries

    I got a power adaptor from Argos - it was about £8, catalogue number 982/9701. It has a voltage selector, interchangeable jacks (the smallest one fits the GP2X), and switchable polarity by rotating the jack 180 degrees before plugging it in. Seems to work fine - rated 1200mA. Though I'm not...
  16. G

    GP2X Booting From Sd Card

    I've read in various places that the device supports booting from an SD card, but Squidge said in a post in the squashing-the-penguin thread that the "HH" mode he's working with involves modding the bootloader. Are the references to booting directly from SD cards just wrong? If it's possible...
Back
Top