+ Reply to Thread
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? ...
-
09-07-2008 #301
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...
-
09-09-2008 #302Freshman
- Join Date
- Oct 2007
- Posts
- 23
- Thanks
- 0
Thanked 0 Times in 0 Postsgreat 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
jensLast edited by Jensu; 09-09-2008 at 11:59 AM.
-
09-09-2008 #303
-
09-10-2008 #304Freshman
- Join Date
- Oct 2007
- Posts
- 23
- Thanks
- 0
Thanked 0 Times in 0 Poststhank 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?
-
09-10-2008 #305
-
09-10-2008 #306
-
09-10-2008 #307Freshman
- Join Date
- Oct 2007
- Posts
- 23
- Thanks
- 0
Thanked 0 Times in 0 Postswith 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 SLLast edited by Jensu; 09-10-2008 at 07:55 PM.
-
09-11-2008 #308
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.
-
09-11-2008 #309Administrator
- Join Date
- Mar 2007
- Location
- Budapest, Hungary
- Posts
- 4,485
- Thanks
- 237
Thanked 1,024 Times in 375 PostsGreat! Keep up the good work!
-
09-11-2008 #310Senior Member
- Join Date
- Jan 2008
- Posts
- 349
- Thanks
- 0
Thanked 0 Times in 0 Poststhis 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)
-
09-11-2008 #311
-
09-12-2008 #312Freshman
- Join Date
- Jun 2007
- Posts
- 22
- Thanks
- 0
Thanked 0 Times in 0 PostsI'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
-
09-12-2008 #313Senior Member
- Join Date
- Jan 2008
- Posts
- 349
- Thanks
- 0
Thanked 0 Times in 0 Poststhank 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 ?
-
09-12-2008 #314Member
- Join Date
- Mar 2008
- Posts
- 130
- Thanks
- 0
Thanked 0 Times in 0 PostsYou 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!
-
09-12-2008 #315
ofcourse the drivers are not different. we need to make separate parts of prt gor sp/sl/tp from that moment
-
09-14-2008 #316
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.
-
09-14-2008 #317Freshman
- Join Date
- Jun 2007
- Posts
- 22
- Thanks
- 0
Thanked 0 Times in 0 PostsI 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.
-
09-15-2008 #318
good find, i think we can. the second driver seems to be full. we can use parts of it
-
09-15-2008 #319Passing By
- Join Date
- Apr 2008
- Posts
- 3
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
09-15-2008 #320Freshman
- Join Date
- Jun 2007
- Posts
- 22
- Thanks
- 0
Thanked 0 Times in 0 PostsYou could at least read the code and see how it's working and then make the driver easily, no ?
Similar Threads
-
Rockbox! - CLOSED
By Sammy in forum RockboxReplies: 5Last Post: 02-29-2008, 02:55 PM -
Rockbox - CLOSED
By Ourkim in forum RockboxReplies: 51Last Post: 02-29-2008, 02:54 PM -
Rockbox f黵 Meizu M6
By mojooo in forum GermanReplies: 2Last Post: 01-30-2008, 01:17 PM -
Rockbox on meizu m3???
By Exekias in forum TechnicalReplies: 1Last Post: 12-07-2007, 05:22 AM -
[Project] German FAQ-Page for M6
By ExilWessi in forum General Meizu M6Replies: 2Last Post: 03-30-2007, 10:37 AM




Reply With Quote