myMPX
Advertisement



Hooray!!! Rockchip SDK!
Like Tree1Likes
Reply
Post New Thread
 
LinkBack Thread Tools
  #381 (permalink)  
Old 9th Oct 2009, 8:26 am
sid6581's Avatar
Member
Keen on MPx players
 
Join Date: Sep 2009
Posts: 54
Default


HOLY ................................ WOW !
Can you point me on a link to download this SDK ? I guess I don't have that one !!!

WONDERFUL !!
__________________
Rockchip Powah !
Reply With Quote
  #382 (permalink)  
Old 9th Oct 2009, 8:44 am
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

RockCompiler.rar

I uploaded the whole rock compiler. It's the part of FWTools - SDK for RK26XX.

There is no documentation regarding calling these apps although I found out how to call sdcc.exe

I used the following command line to compile RKP stuff. I think the whole package is a modified version of SDCC compiler (SDCC - Small Device C Compiler). I didn't found any info that SDCC support ZSP400, and original sdcc doesn't compile rkp files like this one, BUT command line switches seems to match.

Code:
 "C:\Program Files (x86)\RockTools\RockCompiler\sdspI\bin\sdcc.exe" -O1 -mlong_call -mlong_builtin_call -o "D:/Projekty/FM_Radio/Src/FM.out"  -ID:/Projekty/FM_Radio/. -Wa,-W -Wa, D:/Projekty/Hello/src/Hello.lcf -Wl,-Map -Wl,"D:/Projekty/FM_Radio/Src/MemMap.txt"  D:/Projekty/FM_Radio/Src/Radio.c D:/Projekty/FM_Radio/Src/Delay_asm.s -Wl,--start-group -Wl,--end-group
Reply With Quote
  #383 (permalink)  
Old 9th Oct 2009, 10:12 am
sid6581's Avatar
Member
Keen on MPx players
 
Join Date: Sep 2009
Posts: 54
Default

1000 thanks guys !
__________________
Rockchip Powah !
Reply With Quote
  #384 (permalink)  
Old 9th Oct 2009, 1:18 pm
knob's Avatar
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

I have got 2 fwtools front ends. 2.6.1.0 for creating rkp apps and 3.0.29.02 for rk26xx firmware.

If you want the other one let me know. both appear to have the same compiler underneath but 3.0.29.02 works only with firmwares for some reason.
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote
  #385 (permalink)  
Old 13th Oct 2009, 10:06 am
New Member
 
Join Date: Oct 2009
Posts: 4
Default

Guys, I want to do something and I think you could maybe help (or at least tell me it's impossible). I got a Ramos T11RK based on the RK2806, it's firmware lacks some features and has some nasty bugs in it. The Oppo s39 has a really good firmware and is based on the same Rockchip. I'd like to alter the Oppo firmware so it can be run on the Ramos T11RK. I think the only file that needs editing would be the BASE file, am I right? All the hardware parts should be replaced with the Ramos ones, because with the Oppo BASE file the screen (for example) wouldn't work.

The problem is, I can't change the BASE file without source code, can I?
Reply With Quote
  #386 (permalink)  
Old 13th Oct 2009, 1:09 pm
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

Hey guys. Yesterday I finally got my RK2705 player from TINYDEAL.

Knob, I tested your compilation from SDK, and I noticed that the audio problem we got isn't just about mono. I plugged the player into my Creative PC speakers and it plays sharply as hell (both channels!), it makes problems using my earphones.

This is similar to what one of the members around was complaining about, though regarding his own original firmware.

It seems that if player is heavilly sucked of power voltage from earphones it happens this weird thing with audio. But when the signal is not "sucked" like in case of my creative PC speakers (whereas signal goes into its own amplifier) it works as it should.

I will look further into this.

BTW. Where is album art support? I test it now and I cant find anything like that. Also, our original firmware does not include time and data support while this sdk provides these features. Is it going to work? I mean, I couldn't check it by myself and set the time because of malconfiguration of the keys.
Reply With Quote
  #387 (permalink)  
Old 13th Oct 2009, 1:23 pm
sid6581's Avatar
Member
Keen on MPx players
 
Join Date: Sep 2009
Posts: 54
Default

Quote:
Originally Posted by flasher86 View Post
H
It seems that if player is heavilly sucked of power voltage from earphones it happens this weird thing with audio. But when the signal is not "sucked" like in case of my creative PC speakers (whereas signal goes into its own amplifier) it works as it should.

I will look further into this.
Good to see you got the same player as ours

Interesting, maybe you could look that on a scope in DC mode and see if there is a DC offset in the output ? There must be some settings in the CODEC that can get rid of this problem.

The best would be to output a sine-wave, fully amplitude and see what's going on
__________________
Rockchip Powah !
Reply With Quote
Sponsored Links
  #388 (permalink)  
Old 13th Oct 2009, 1:28 pm
sid6581's Avatar
Member
Keen on MPx players
 
Join Date: Sep 2009
Posts: 54
Default The rk27xx does not use ZSP400 ?

According to the datasheet of rk7xx, the DSP has a eight stages pipeline.
This is not ZSP400 which employs a five stages pipeline.

The eight stages pipeline corresponds to the ZSP 500
And there is a place in the code where i saw a comment saying "initialize ZSP500" or something .....

Now, i am not sure the opcodes for ZSP500 are the same as the ones for ZSP400.
They say they are compatible at the assembly level, but it is still possible that the opcodes are different...
__________________
Rockchip Powah !
Reply With Quote
  #389 (permalink)  
Old 13th Oct 2009, 1:59 pm
knob's Avatar
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

flasher look in ID3_Jpeg.c for the album art bit.

Interesting about the sound. Rockchip senses the presence of jackplug insertion, funny thing that the loudspeaker doesn't work either, there is no mechanical switch in the jackplug. I guess it measures the impedence of whatever is plugged in, is the player internal speaker working when you plug into the creative sound system?

Do you get a red screen the first few seconds with video too?
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote
  #390 (permalink)  
Old 13th Oct 2009, 2:10 pm
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

Quote:
Originally Posted by knob View Post
flasher look in ID3_Jpeg.c for the album art bit.

Interesting about the sound. Rockchip senses the presence of jackplug insertion, funny thing that the loudspeaker doesn't work either, there is no mechanical switch in the jackplug. I guess it measures the impedence of whatever is plugged in, is the player internal speaker working when you plug into the creative sound system?

Do you get a red screen the first few seconds with video too?
Yeah, you are right. I was a little bit shocked when I came across this jackplug detection in rockchip players. I think mechanical (traditional) speaker switch is much more sufficient than those new solutions.

I also get red screen with videos. But I've already realized why it is happening It seems that this video bar with scrolls and info are stretched to the whole screen - probably there is something in the code regarding resolution which you had missed.
This bar was red, and a little bit transparent. The same effect happens here.

Besides, the player is great even despite that videos don't play so smoothly as I expected.
Reply With Quote
Reply

Sponsored Links

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
NEW rockchip player (Rockchip RK27xx series) availability knob General Discussion 38 12th Nov 2008 10:47 am
Rockchip Editor: for Rockchip 27xx ALP1987 Support and How To 6 17th Oct 2008 5:25 pm


All times are GMT -7. The time now is 8:51 am.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2
Back to Top

Designed by indiqo.media