Rockbox Development > New Ports

Meizu M6 "miniplayer"

<< < (25/30) > >>

tonghuren:
I have got the source files, but i don't have the complier on my PC.So, can somebody tell me where I can download the rockboot.ebn?If you have already got one,can you send it to me?I'm using M6SP.

bertrik:
The rockboot.ebn file is created when compiling the meizu bootloader. I can't really explain the entire building/compiling process here, but please have a look at the rockbox wiki pages on development, for example http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide

bertrik:
Update on the Meizu M3:
We have audio out working with DMA-driven PCM. We can't access the NAND flash yet, so the first sound was done by compiling a 2-second audio clip directly into the bootloader. The uda1380 audio codec driver could be re-used from the iriver Hxxx port, but this driver will need some modification to properly work with the meizus (there are some differences in use of the MCLK clock signal for example).
FM radio can now also be controlled, again from the bootloader only for now.
The PCM can be easily enabled for the M6's too, the fm radio can be enabled for the M6SL only (the M6SP has a different FM chip).

The clean parts of this have been committed to SVN. To actually hear audio or control the fm radio on the M3, some hacks are needed that are not in a committable state yet. If people want to play with this, just let me know and I can make a patch that includes these hacks.

paul356:
Hey, guys. It seems that this post haven't been updated for a long time. I hope people won't give hope for rockbox port on m6 series.
I request somebody who can run test code on m6sl to share your rockboot.ebn file with me. I really don't know why I can't run the test code on my m6sl, because I should be able to toggle the backlight if the code is run. I couldn't help to doubt that my cross-complier is not correctly built.

PS: I assume that the test code is run by replacing the firmware updating code. And the firmware update code is the first image file sent by the DFU tool during the normal DFU process. So our test code should be run just after the player accepting the first rockboot.ebn file. Do I need to reset the my player after that? Do I miss some thing?

bertrik:
Last weekend I was able to display a rockbox logo on my Meizu M6 SP. Unfortunately there is a spurious yellow line at the bottom of the screen (looks like part of the logo) and the player hangs after displaying the image. Probably the next thing will be enabling the SDRAM on the M6SP.

In principe it should be possible to run things directly from RAM in DFU mode, but I haven't been able to make that work on the SP yet (it did work on the Samsung YP-S3 which has the same SoC, using the M6SL DFU method). So I'm still running all test code from NOR flash now.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version