+ Reply to Thread
Page 16 of 22 FirstFirst ... 6 14 15 16 17 18 ... LastLast
Results 301 to 320 of 421

Rockbox Project (M6)

This is a discussion on Rockbox Project (M6) within the Rockbox forums, part of the Community Development category; Originally Posted by roelandb so there is no risks to bricking the meizu m6 by doing anything wrong by this? ...

  1. #301
    Valued Member
    Join Date
    Jun 2007
    Posts
    682
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by roelandb View Post
    so there is no risks to bricking the meizu m6 by doing anything wrong by this?
    There are risk as any other attempt to change anything in a player.

    It has to be a way to solve such errors, like a DFU program or anything that let's the users recover the player. Or simply good instructions on how to do the installation. This is up to Rockbox developers.

    By personal experience if there is a way to recover my player nothing would stop me to try a new resource in my player...


  2. #302
    Freshman
    Join Date
    Oct 2007
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    great to hear about this progress! very good work guys!

    yesterday i wanted to make a compile to try something by myself.
    i've downloaded the VMplayer, the debian image and the current source. i got a few errors while compiling. the target seems to be little endian and some of the to linking objects seems to be big endian. i tried to change the option for the gcc from big to little endian (-mlittle-endian). but no luck.
    can someone help me regarding this? maybe there is a patch for the arm missing (big endian patch)?
    i dont have to much time, but i would like to try something to support the port to the meizu player.

    cheers
    jens
    Last edited by Jensu; 09-09-2008 at 11:59 AM.

  3. #303
    Junior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Jensu View Post
    great to hear about this progress! very good work yesterday i wanted to make a compile to try something by myself.
    i've downloaded the VMplayer, the debian image and the current source. i got a few errors while compiling. the target seems to be little endian and some of the to linking objects seems to be big endian. i tried to change the option for the gcc from big to little endian (-mlittle-endian). but no luck.
    can someone help me regarding this? maybe there is a patch for the arm missing (big endian patch)?
    Hi Jensu, I added big-endian support to the rockbox ARM cross-compiler when we started the port, but I guess the debian image hasn't been updated after that. You can build the cross-compiler by running tools/rockboxdev.sh from the rockbox source tree.

    Good luck

  4. #304
    Freshman
    Join Date
    Oct 2007
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    thank you markun! the compiling of the bootloader was no problem after this.
    the next problem i was running in was to compile the dfu tool. i got there a lot of errors (conficting/incomplete types undeclared definitions). do i need anything else what's not included in the rockbox source path?

  5. #305
    Valued Member
    Join Date
    Jun 2007
    Posts
    682
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Jensu View Post
    thank you markun! the compiling of the bootloader was no problem after this.
    the next problem i was running in was to compile the dfu tool. i got there a lot of errors (conficting/incomplete types undeclared definitions). do i need anything else what's not included in the rockbox source path?
    This means that're step advanced... great!!!


  6. #306
    Junior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Jensu View Post
    thank you markun! the compiling of the bootloader was no problem after this.
    the next problem i was running in was to compile the dfu tool. i got there a lot of errors (conficting/incomplete types undeclared definitions). do i need anything else what's not included in the rockbox source path?
    Yes, I think you need to install libusb, but I'm not sure if it will work inside vmware.

    Quote Originally Posted by DaremoS View Post
    This means that're step advanced... great!!!
    This is what will become the bootloader, it's not actually working yet

  7. #307
    Freshman
    Join Date
    Oct 2007
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    with the libusb installed i could make the dfu tool. thanks again.
    but it seems that you are right with the vmplayer. the samsung usb device can be initialized successfully, but the first try with usb_control_msg() fails
    i'm not sure if it could work this way. but i'm getting a valid usb handle...?!
    what do you think markun?

    cheers
    jens
    btw. i've a meizu M6 SL
    Last edited by Jensu; 09-10-2008 at 07:55 PM.

  8. #308
    Junior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    We managed to read the touchpad and output the value by blinking the backlight (code is in SVN) Next will probably be the display.

    Me and another rockbox dev also have M6SL's. Another dev has an M6SP and M3 I think.

  9. #309
    Administrator
    Join Date
    Mar 2007
    Location
    Budapest, Hungary
    Posts
    4,485
    Thanks
    237
    Thanked 1,024 Times in 375 Posts
    Great! Keep up the good work!

  10. #310
    Senior Member
    Join Date
    Jan 2008
    Posts
    349
    Thanks
    0
    Thanked 0 Times in 0 Posts
    this all sounds very promising, what you are doing now is making the drivers for the screen right? is there anything we can do to help on this?
    could you make a video on youtube from the current progress, and post it here (when you find the time of course)

  11. #311
    vcf
    vcf nincs online
    Member
    Join Date
    Apr 2007
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by markun View Post
    We managed to read the touchpad and output the value by blinking the backlight (code is in SVN) Next will probably be the display.

    Me and another rockbox dev also have M6SL's. Another dev has an M6SP and M3 I think.
    great! i will try it now! do you meen wpyh? he has m6 sp and m3.

  12. #312
    Freshman
    Join Date
    Jun 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I've have received my M6sl few days ago (after my m6sp have been stolen), I think I might help you on drivers developpement. I just need to find time to first finish another project, then I will focus on rockbox development. I'm so happy that rockbox will be available for the m6, when I bought it, the only bad point I saw is that I couldn't install rockbox on it. And as that this point will be removed, it will be the perfect player :D

    ++
    LTourist

  13. #313
    Senior Member
    Join Date
    Jan 2008
    Posts
    349
    Thanks
    0
    Thanked 0 Times in 0 Posts
    thank you for your offer, we can use all the help we can get to get the drivers to work, since it would be very nice to have gapless playback and lots of other improvements like no library updates.
    Are the drivers different for the different types of players: sp/tp/sl ?

  14. #314
    Member
    Join Date
    Mar 2008
    Posts
    130
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You need different Firmwares, so In guess the drivers are different, too.
    But who knows, maybe they are similar.
    Be aware!
    One day the M8 will come
    And YES, it CAN make coffee!

  15. #315
    vcf
    vcf nincs online
    Member
    Join Date
    Apr 2007
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts
    ofcourse the drivers are not different. we need to make separate parts of prt gor sp/sl/tp from that moment

  16. #316
    Junior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Most important drivers to write are display, NAND and USB I think. We already have drivers for our FM and audio chips from other ports. The NAND driver might be similar to one in one of the other ports being worked on and the USB driver will be the same as the one for the Cowon D2.

    Hopefully we can report some progress on the display driver this week.

  17. #317
    Freshman
    Join Date
    Jun 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I found this, which seems to be a driver for a S6D0129 (look at the bottom of the page). Obviously, the page seems to be in chinese or japanese, but maybe the code can be usefull :D

    lcd_driver_step_by (based_samsung_s6 开发工具:ads1.2 主要IC:MCU:lpc2210(NXP) LCD驱动及控制 s6d012( ) Embeded-SCM Develop 嵌入式/单片机编程 - www.pudn.com

    EDIT : found a complete driver :
    http://ww1.microchip.com/downloads/e...ry%20v1.52.zip

    In Microchip\Drivers\...
    Maybe we can take some part of the code, cant we ?
    Last edited by LTourist; 09-14-2008 at 10:58 PM.

  18. #318
    vcf
    vcf nincs online
    Member
    Join Date
    Apr 2007
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts
    good find, i think we can. the second driver seems to be full. we can use parts of it

  19. #319
    Passing By
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by vcf View Post
    good find, i think we can. the second driver seems to be full. we can use parts of it
    No we can't. There is such a thing as licensing

  20. #320
    Freshman
    Join Date
    Jun 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You could at least read the code and see how it's working and then make the driver easily, no ?


 

Similar Threads

  1. Rockbox! - CLOSED
    By Sammy in forum Rockbox
    Replies: 5
    Last Post: 02-29-2008, 02:55 PM
  2. Rockbox - CLOSED
    By Ourkim in forum Rockbox
    Replies: 51
    Last Post: 02-29-2008, 02:54 PM
  3. Rockbox f黵 Meizu M6
    By mojooo in forum German
    Replies: 2
    Last Post: 01-30-2008, 01:17 PM
  4. Rockbox on meizu m3???
    By Exekias in forum Technical
    Replies: 1
    Last Post: 12-07-2007, 05:22 AM
  5. [Project] German FAQ-Page for M6
    By ExilWessi in forum General Meizu M6
    Replies: 2
    Last Post: 03-30-2007, 10:37 AM