Rockbox Development > New Ports

Cowon D2

<< < (75/194) > >>

Bkd11:
Great job shotofadds. Boots everytime for me so far after making the new bootloader (d2_patched.bin), even with the last version of rockbox.zip I have the 8gb version by the way.

I'm still using the build (rockbox.zip) that andiator posted in Reply #352 because is has the correct pacbox control mappings. With svn version, right = down and left = up. Mabey andiator can post a patch so someone can commit it to the svn.

Thanks for all your work.

shotofadds:

--- Quote from: adamorjames on May 21, 2008, 10:12:43 PM ---I get errors like "File not found" and such when using the new rockbox.zip. It works when I replace the iaudio file the first time usually.
--- End quote ---
Did you upgrade the bootloader as well, or just rockbox.zip?


--- Quote from: Bkd11 on May 22, 2008, 02:15:20 AM ---I'm still using the build (rockbox.zip) that andiator posted in Reply #352 because is has the correct pacbox control mappings. With svn version, right = down and left = up. Mabey andiator can post a patch so someone can commit it to the svn.
--- End quote ---
Yeah, a patch would be appreciated - it'd be good to make sure things like this get committed. I'd fix the pacbox mappings myself, but I don't have the ROMs to confirm they are correct.

andiator:
It was/is busy time for me too. Too much to do in my project, the next test is in the end of the next week and all people you (me) need have vacation  ???
But well, that's life...

I don't want to post a new patch only because of four lines that are different, so I'm posting it here  :P , could anyone commit this please?

found in apps/plugins/packbox/pacbox.h:142

#ifdef HAVE_TOUCHPAD
#ifndef PACMAN_UP
#define PACMAN_UP       BUTTON_TOPMIDDLE
#endif
#ifndef PACMAN_DOWN
#define PACMAN_DOWN     BUTTON_BOTTOMMIDDLE
#endif
#ifndef PACMAN_LEFT
#define PACMAN_LEFT     BUTTON_MIDLEFT
#endif
#ifndef PACMAN_RIGHT
#define PACMAN_RIGHT    BUTTON_MIDRIGHT
#endif
#ifndef PACMAN_1UP
#define PACMAN_1UP      BUTTON_BOTTOMLEFT
#endif
#ifndef PACMAN_2UP
#define PACMAN_2UP      BUTTON_BOTTOMRIGHT
#endif
#ifndef PACMAN_COIN
#define PACMAN_COIN    BUTTON_CENTER
#endif
#ifndef PACMAN_MENU
#define PACMAN_MENU    (BUTTON_TOPLEFT|BUTTON_REL)
#endif
#endif



[Edit1] updated ftp (new rockbox version + new patched original FW 2.57 and 3.57)
[Edit2] sorry, the ftp update gone completly wrong, I'm on it
[Edit3] the ftp is working again, the problem was, the files had the windows line end character in the names (???) like this: d2N...bin'\r', because I changed my patching script with windows editor...
Didn't know it's possible...

shotofadds:

--- Quote from: andiator on May 22, 2008, 05:39:03 AM ---It was/is busy time for me too. Too much to do in my project, the next test is in the end of the next week and all people you (me) need have vacation  ??? >:(
But well, that's life...

I don't want to post a new patch only because of four lines that are different, so I'm posting it here  :P , could anyone commit this please?

--- End quote ---

No problem, I'll commit it later today (assuming nobody else does it first). Thanks!

adamorjames:
Yeah, I was using an old bootloader. With the newest bootloader it works without error. Also, the plugin Doom doesn't give me lots of  errors anymore (though it stops at "Starting Graphics engine"). Pretty nice. I'm using a 4GB D2 by the way.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version