+ Reply to Thread
Results 61 to 80 of 421
Rockbox Project (M6)
This is a discussion on Rockbox Project (M6) within the Rockbox forums, part of the Community Development category; good news! Rika found in the DFU tools the file SST39VF800.dfu which is a bootloader in the 50 kb Boot ...
-
03-03-2008 #61
good news! Rika found in the DFU tools the file SST39VF800.dfu which is a bootloader in the 50 kb Boot ROM of our BLUE. so the developer disassembeled this file to find what out what does it figure exactly
-
03-03-2008 #62Senior Member
- Join Date
- Jan 2008
- Posts
- 349
- Thanks
- 0
Thanked 0 Times in 0 Poststhat sounds very promising, but is there not also a boot loader integrated in the official firmware updates ?
-
03-03-2008 #63
-
03-04-2008 #64Freshman
- Join Date
- Jan 2008
- Posts
- 46
- Thanks
- 0
Thanked 0 Times in 0 PostsAs I known, there's a build-in boottrap inside the Blues chip, it will load the first 8192 bytes of the NAND-flash into SRAM as the secondary bootloader(names M0 = Module 0), and the M0 will initialize the system registers, relocate the memory, and load the rest of the NAND-flash into SDRAM, which is call M1 = Module 1, then jump to it.
So, we can disassamble the first 8192 bytes of M6.ebn to find out how to boot up the box and make it rock......
-
03-04-2008 #65
interrupts handlers located in SST39VF800.dfu, that mean this is a first code processor will execute
-
03-04-2008 #66
-
03-04-2008 #67
How did you find this? And do you know what the NOR flash inside the Blues is used for?
btw, Blues_MSC.bin in the DFU Tools folder also contains interesting ARM code. A lot of the code and strings look like the code in the firmware updates, but not exactly.
It's still more than a week before I receive my M6. Could someone (with access to a linux machine) try this tool to see if it works with the Meizu in DFU mode?
Dfu-util - OpenMoko
-
03-04-2008 #68
markun, no, dont work for me. i have tried this 2-3 mouth ago on gentoo (don't remember kernel version)
-
03-04-2008 #69Freshman
- Join Date
- Jan 2008
- Posts
- 46
- Thanks
- 0
Thanked 0 Times in 0 PostsYou'll get more detail about this from an official document - "Blues_NANDBoot_UserGuide_070907.pdf" inside the zip file at URL http://creatoom.free.fr/Meizu/DFUMANAGER.zip.
I think the Blues_MSC.bin is a demo firmware comes with the original Blues SDK, just like the M1_Blues_SDK.bin in the DFU Tools for the M6SL version does. They're prepared by the FAE of Samsung to show the DFU funtion to the design house.
-
03-04-2008 #70
kgb, how make program from archive? o_O a program can't recongnize my player in dfu mode

edit: seems this program only for slLast edited by Rika!; 03-04-2008 at 06:53 PM.
-
03-04-2008 #71
kgb2008 yes it looks like that the Blues_MSC.bin is a demo firmware comes with the original Blues SDK. but it this programm is for sl only? have you tryied it?
Last edited by vcf; 03-04-2008 at 07:13 PM.
-
03-05-2008 #72Freshman
- Join Date
- Jan 2008
- Posts
- 46
- Thanks
- 0
Thanked 0 Times in 0 PostsYou may try to change the string "M6.EBN" in the secdfu.ini to "Blues_MSC.bin", and try to burn it into M6. But mostly, the demo firmware is targeted to the development board only, you can't hope to run it on the final product like M6/M6SL.
The MCU of M6SL is different to the one inside M6, the build-in codec is removed, and no NOR flash inside, so the DFU code is different and the firmware is burn to NAND flash instead of NOR flash, but the boot sequence stated in the document is still useful, the priority is : USB DFU Mode > NOR Flash >serial EEPROM > MMC moviNAND > NAND Flash
In the case of M6, if the DFU server is detected by the bootrom, the SST39VF800.DFU is downloaded thru' the USB port and excuted in the SRAM, where it will accept and burn the firmware into the 8Mb NOR flash, since the firmware image is large than 1M Byte, so it have to be compressed and a header is added.
At normal boot-up, the DFU mode is skipped, and jump to the NOR boot, the header will extract the compressed firmware image to SDRAM and run there.
In fact, I don't have a M6 in hand, just give some idea, maybe wrong.Last edited by kgb2008; 03-05-2008 at 06:26 AM.
-
03-05-2008 #73
-
03-05-2008 #74
we need some pictures of meizu m6 sl's hardware. but we cant find it on the internet. maybe usres of sl will disassemble there players and give us some fotos!
-
03-05-2008 #75Freshman
- Join Date
- Jan 2008
- Posts
- 46
- Thanks
- 0
Thanked 0 Times in 0 PostsThere're some photos on Meizu's website:
http://www.meizu.com/support/article...?articleid=462
-
03-05-2008 #76Administrator
- Join Date
- Mar 2007
- Location
- Budapest, Hungary
- Posts
- 4,485
- Thanks
- 237
Thanked 1,024 Times in 375 Posts
-
03-05-2008 #77
this link is very good. dont worry
-
03-05-2008 #78
guys! the samsung support doesnt send me the specs so we need to find them on our own. our platform is used on iriver u10 (Cilx), iriver e10, Meizu M6, Samsung YP-T9 so maybe you can email this companyes and ask them for specs? they must have them because they developed those players!
-
03-05-2008 #79
sorry, guys, i have been sick. i will help you all when i can wake up from bed "/
-
03-05-2008 #80
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ür 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


