Search results

  1. F

    The software side

    First of all, Sorry for re-opening this thread. I just heard about the Pyra, and as an owner of the classic Pandora I am excited. I've been reading some of the discussions, and have been thinking about the new PND format. I thought I'd share my idea, some of this may have been discussed at...
  2. F

    Pandora Pnd Extracting In Windows

    Does any know how to extract PNDs in Windows? Unsquashfs.exe throws an error once an icon and pxml are added, and I can't find a command line tool for extracting ISOs. I've tried to split the icon and pxml out, but so far it hasn't worked properly. Does anyone know an easy way to extract ISOs...
  3. F

    compiling wifi driver help

    Ok so now I've got a new error: error: 'struct net_device' has no member named 'wireless_handlers' which from reading online sounds like wireless extensions aren't being compiled into the kernel or that the driver is using older stuff that has been removed from the kernel. I've tried...
  4. F

    compiling wifi driver help

    Yup that fixed the multiline errors but I get other errors now: error: 'struct net_device' has no member named 'wireless_handlers' error: implicit declaration of function 'vfree' error: implicit declaration of function 'vmalloc' there's also a warning about symbol version dump is missing...
  5. F

    compiling wifi driver help

    The symbolic links fixed the arm-linux-gcc issue. I figured out the other issue was a problem with the kernel's makefiles, the new version of make is pickier about how rules are written, so I fixed that and it seems to be fine. But now I get a gcc error for the driver gcc: -msoft-float and...
  6. F

    compiling wifi driver help

    Here are the errors I'm getting now. make[1]: arm-linux-gcc: Command not found make[1]: Entering directory `/media/DEV/pandora-kernel' Makefile:1610: *** mixed implicit and normal rules. Stop. make[1]: Leaving directory `/media/DEV/pandora-kernel' make: *** [all] Error 2 I can't find...
  7. F

    compiling wifi driver help

    I am trying to compile drivers for a mini usb wifi N stick, but I've run into a deadend. I finally got make and gcc installed and thought I could just run "make", then "make install" but it says /lib/modules/2.6.27.46-omap1/build is missing I'm pretty sure it's looking for the kernel...
  8. F

    Beta Windows Pnd Manager

    Here's a quick PNDmanager I made today to make it easier for me to delete,move,add PNDs to my SD card. It's designed to run from the SD card itself, but you can put elsewhere and specify the folder locations in the Options screen. It also let's you browse a few websites to find new PNDs but it's...
  9. F

    Beta Pndbuilder

    As long as you change the output folder to somewhere else cause the default folder is the one where the program is running from (which is a temp folder). Is there someway to find out the names of the sd cards? cause I don't want it to output to the nand by default
  10. F

    Beta Pndbuilder

    There is a new version(1.1): http://www.freedomdown.ca/storage/pndb.pnd the old version(1.0) is now here: http://www.freedomdown.ca/storage/pndbOLD.pnd This is the pandora pnd only, I'm having some issues with the windows and linux versions but hopefully they will be working soon. This...
  11. F

    Beta Pndbuilder

    Yes sorry that was a typo, I edited the post so people won't accidentally overwrite their pnds. Anyone know what package mkisofs would be in? I can't find it in the angstrom repos. Also I've tested the linux(x86) version and it seems mksquashfs isn't installed by default on most desktop...
  12. F

    Beta Pndbuilder

    Yes it correctly appends the icon and pxml, but no it doesn't validate the pxml. I think I will change "edit" to "choose". I might not be able to work on it today but the Linux x86 version just needs to be tested and should be working. Is there a pxml validation script? Cause I could call that...
  13. F

    Beta Pndbuilder

    Description: Here's a graphical .pnd file maker I made. There is a Pandora version and a windows version. Linux(x86) and MacOSX versions should be ready soon(-ish). Your settings can be saved to .pndb files and loaded later. In windows you can set PNDbuilder.exe as the default program for...
  14. F

    [SOLVED] Opkg Won't Update

    It looks like it's wifi related, after trying several wifi networks with both the new beta wifi driver and the older one, I finnaly found one that would let it connect and update. I hope the wifi drivers get fixed more. EDIT: apparently I can't rename my topic as [SOLVED] so if a moderator...
  15. F

    [SOLVED] Opkg Won't Update

    I just received my pandora today (yay!), and I've been trying to compile a program I made in glbasic. There's a install_gcc shell script I'm supposed to run to make sure everything is installed but it hangs on 'opkg update'. It is getting the correct ip address for www.angstrom-distribution.org...
Back
Top