Search results

  1. B

    Fast Boot Firmware - 15 Second Boots

    djchk: If an app is not running, it mean that they are trying to write to the NAND. They shouldn't be doing that anyways.
  2. B

    GP2X Adding Tv-out Support To Your Software

    I would like to note that foreign language comments >>>>>> no comments Vimacs: at least he was nice enough to add them.
  3. B

    Fast Boot Firmware - 15 Second Boots

    Shouldn't they have released it? It is my understanding of the kernel license that, if you build a piece of code with the kernel(ie. single file) you have to release the code. But, if you build it separately you don't have to release the code(Like nvidia, ati, and the madwifi modules do). At...
  4. B

    Gp2x Bootchart

    It is standard practice in a multi-user unix/linux systems to write setting to "$HOME/.{app_name}/" For example: If you are running as "root"(like the gp2x), and you start an app called "car", it will write its "settings" to "/root/.car/settings". If you are running as "my_user", and you start...
  5. B

    GP2X Creating Sockets

    Parkydr: No, GPH's kernel doesn't have networking, even "ifconfig lo up 127.0.0.1" doesn't work. theoddbot: Yeah, I was getting kernel panics after the first incoming packet using the CDC Ethernet part of the driver.
  6. B

    We Now Have The 1.4 Kernel Source Code

    Is that suppoced to be a joke? There are enough references to mplayer in the final binary that there is no way that it couldn't be mplayer. Just open it with a hex editor and look, it is not that hard find references to mplayer.
  7. B

    We Now Have The 1.4 Kernel Source Code

    GeminiDomino: Are you sure about that? If you are refering to the "essential codecs package" that you can build mplayer with, those are binary codecs for x86 platforms that add support of closed formats(real, wmv, quicktime). And, they are not required to build mplayer. Also, mplayer by...
  8. B

    Boot Time Poll

    theoddbot: hahaha. Now to make it available for all. :D
  9. B

    Firmware Is Out

    The boot screen is correct. You have 1.4.0 installed.
  10. B

    Gp2x Bootchart

    isn't cramfs read-only? Even if you are using something like Unionfs to add wrte support. You would be missing wear-levelling. I rather have a slow boot, than a dead nand.
  11. B

    Initial Load And Splash Screens

    1 problem with displaying the console on the LCD: I don't think you want to see the console when the menu(or any other app/game) loads. Think sterm + gp2xmenu. Something would have to unload fbcon(frame buffer console) before the menu is loaded.(and redirect stdout back to the serial port)...
  12. B

    Need Help Encoding Videos

    I guess someone stopped reading at the ( note: "I need help (dev stuff only)" LIZARDKING: sure... lol2232: http://www.gp32x.de/board/index.php?showforum=48 <- try there
  13. B

    GP2X Stripping The Gp2x Toolchain

    You could have a folder full of tar.bz2 files. Then add a rc script that extracts them to the root partions during boot. But that would require you to be able to write to the root partition.
  14. B

    GP2X Screen Corruption

    I have seen it on STerm. When you have the character selection curson on '9' or 'a', they will show up. Pixels 58 through 68 are moved to the last 8. Strange.
  15. B

    GP2X Usb Gadget Serial Drivers For Gp2x

    DOS -> Unix/Linux dir -> ls cd -> cd cd.. -> cd .. (note the space) del -> rm copy -> cp move -> mv rename -> use mv cls -> clear /? (the help dialog) -> -h , -help, or --help Just remember that Unix people are lazy, and have removed the vowels from most commands. Stuff to remember: Tab will...
  16. B

    GP2X Ac97 Codec Registers

    paeryn: Yeah, the taiwanese company that makes the LCD doesn't have the fastest or best site in the planet. I have only been able to find documentaion for their analog interface LCDs. We could always send them an e-mail.
  17. B

    Gph/digisys Gpl Compliance W/ 1.3.0 Firmware

    They wouldn't be THAT stupid? Or would they? *cough* grep -r -i prop drivers/mmcsd/* gp2x/linux-gp2x/drivers/mmcsd/mmcsd_bus.c:MODULE_LICENSE("Not GPL, Proprietary License"); gp2x/linux-gp2x/drivers/mmcsd/mmcsd_disk.c:MODULE_LICENSE("Not GPL, Proprietary License")...
  18. B

    GP2X Usb Gadget Serial Drivers For Gp2x

    a. You don't need to flash U-Boot. It would be a horrible idea to flash it anyways, as GPH's u-boot source doesn't have SD support. b. Flashing a custom kernel is safe. If the new kernel doesn't work, reflash it with a different one. You can't permanently brick your unit flashing kernels(unless...
  19. B

    GP2X Usb Gadget Serial Drivers For Gp2x

    luteijn: The source it easy to get. Just PM me, and I'll send it to you. Or e-mail PLX. It is GPL after all. The problem is that it crashes on linux. It works great on Windows(strange enough). And you need to add a build a custom kernel in order to add network support(it would be the same if...
  20. B

    Frozen Bubble 2x Early Port

    Doesn't Frozen Bubble use Perl?! :blink:
Back
Top