Search results

  1. D

    Getting Code On The Arm940

    I want to use the 2nd core of the gp2x. But up to now nothing happens. Here is the code that is supposed to load the binary that resides in "940bin.hpp" #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include...
  2. D

    GP2X Gp2xjoy.o -- Valid Linux Joystick Support For Gp2x

    Hi there, Some weeks ago I wrote a kernel module to be able to read the joystick like a normal linux joystick. I was told to properly advertise the module, so I updated the wiki page and provided a file in the file archive: gp2xjoy in file archive Wiki page: Reading from input device (fixed...
Back
Top