Search results

  1. L

    Beta Shadergen For Linux

    Hello, while learning modern OpenGL (ES 2 or not), I found it handy to update 3Dlabs ShaderGen that reproduces some of the fixed pipeline functionality using shaders. Here is my quick hack. It replaces the source directory found in ShaderGen source package. I tested it using Mesa 7.8.2 on a...
  2. L

    Qemuonarm

    I decided that instead of talking of running QEMU on ARM, I would try it :P I entered the project in the Beagleboard contest. Here is the summary I just sent to the BB mailing-list. The user mode QEMU i386 on ARM (that is a program able to run a Linux i386 program on an ARM target) has been...
  3. L

    Earthquake In China

    I was wondering if the earthquake in China will impact the build of the Pandora. BTW, this is just an informative question, the most important thing is that Chinese people recover well from that disaster...
  4. L

    Neon Instructions

    I found some official information about NEON instructions. It's part of ARM RealView Development Suite documentation. Look on the wiki: http://pandorawiki.org/Hardware_documentation#Cortex-A8 Hope this helps :)
  5. L

    Pandora Documents And Developer Tools For Pandora

    Could a moderator close this thread, it's been obsoleted by wiki :) This post is just a list of useful documents and tools for Pandora. It's not meant to be a list of information, just links :) DocumentsOMAP3530OMAP35x: Main page on TI site OMAP3530 specific page: Link. This lists the features...
  6. L

    GP2X Problem Reading Kernel Memory

    I am trying to read kernel memory by using /dev/mem. I have been trying both by mmap'ing and by file reading, but both methods fail to provide me with information about where exception vectors should be (either 0 or 0xFFFF0000). The funny thing is that for both methods the 4k page @0 is full of...
  7. L

    GP2X Toolchain

    I am wondering what people use as toolchain. I opted for oopo's based gp2xdev, but I am wondering if anyone tried some more uptodate version of gcc (GPH provides 4.0.3). gcc is improving quickly and the ARM support has been greatly improved partially thanks to CodeSourcery (at ARM, where I...
  8. L

    GP2X Alignment Problems

    There is something wrong going on with alignment: [root@gp2x /]$cat /proc/cpu/alignment User: 1 System: 32108 Skipped: 0 Half: 1 Word: 32107 Multi: 0 User faults: 0 (ignored) [root@gp2x /]$cat /proc/cpu/alignment User: 1 System: 32210 Skipped: 0 Half: 1 Word...
  9. L

    GP2X Usbnet Problem

    Hello, I just received a gp2x as Xmas gift. It is a recent one with firmware 2.1.0 installed. My computer is running FC5 x86_64. I had some problems with the USB cable provided and so use another one that works fine. I now have no problem seeing the SD card in the gp2x. I followed the...
Back
Top