myMPX
Advertisement


Go Back MyMPx.org > MyMPx.org Forum > General Discussion

Hooray!!! Rockchip SDK!
Like Tree1Likes
Reply
Post New Thread
 
LinkBack Thread Tools
  #671 (permalink)  
Old 26th Mar 2012, 3:16 am
Junior Member
 
Join Date: Aug 2010
Location: Perm, Russia
Posts: 23
Default


Quote:
Originally Posted by knob View Post
You are right, it is playing in mono! I don't use the old SDK anymore, Rockbox is
much easier to work with, the audio on my player is really perfect with Rockbox!

I now use Rockbox all the time. if you want to make themes I suggest building the Rockbox simulator
it works well and is easy to do.

I have another rk2706 player, from hacking the OF seems to be ILI9320 screen type, it's a touch screen clone of teclast M33.
Click the image to open in full size.
I have put in all the screen setting but sadly the display does not work.

The data_transform setting I am not sure about.
The dump from OF is
ROM:6003D488 sub_6003D488 ; CODE XREF: sub_6003D4AC+4p
ROM:6003D488 ; sub_6003D4C0+4p
ROM:6003D488 AND R1, R0, #0x3F000
ROM:6003D48C MOV R1, R1,LSR#2
ROM:6003D490 AND R2, R0, #0xFC0
ROM:6003D494 MOV R2, R2,LSR#4
ROM:6003D498 MOV R0, R0,LSL#26
ROM:6003D49C MOV R0, R0,LSR#24 (shift left 2?)
ROM:6003D4A0 ADD R1, R1, R2
ROM:6003D4A4 ADD R0, R0, R1,LSL#8
ROM:6003D4A8 BX LR
ROM:6003D4A8 ; End of function sub_6003D488


Which I have translated in lcdif-rk27xx.c as

unsigned int lcd_data_transform(unsigned int data)
{
unsigned int r, g, b;

#if defined(M33)
/* 16 bit interface */
r = (data & 0x0003f000) >> 2;
g = (data & 0x00000fc0) >> 4;
b = (data & 0x0000001f) << 2;
#else
#error "Unknown target"
#endif
return (r | g | b);
}

This could be wrong I am not sure.
I've got ili9320 working (my one is 320x240), but i can't get normal audio =) It's mono in Rockbox on either rf-8800 and rf-8900, so I'm very disappointed... I've even implemented FM radio and RTC, but can't figure out why audio is still mono... Code seems to be step-by-step identical with OF and recommendations from RK27xx datasheet, but it's still mono, not stereo. I don't like mono =)
Reply With Quote
  #672 (permalink)  
Old 26th Mar 2012, 11:36 am
knob's Avatar
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

Quote:
I've got ili9320 working (my one is 320x240), but i can't get normal audio =) It's mono in Rockbox on either rf-8800 and rf-8900, so I'm very disappointed.
Strange, audio sounds fine for me using Rockbox, but I can't get audio to sound right using the SDK.

I can't get ili9320 LCD display working at all, my second player is 320x240 too,would you please you post your ili9320 changes to compare:?:
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote
  #673 (permalink)  
Old 16th Apr 2012, 7:34 am
Member
Keen on MPx players
 
Join Date: Aug 2008
Posts: 51
Default

flasher86 what you did with creating this FM radio is AMAZING! Please contonue the great work!
I hope you will make more cool stuff for your and ours Rockchips
Greetings from "G V D"
Reply With Quote
  #674 (permalink)  
Old 8th May 2012, 3:16 am
Junior Member
 
Join Date: Sep 2009
Posts: 20
Default

Is there any guide on how to install Rockbox on rk27xx players? I can compile it but the installation process is still unclear to me.
Reply With Quote
  #675 (permalink)  
Old 31st Jul 2013, 12:03 am
New Member
 
Join Date: Jul 2013
Posts: 1
Default

MAYDAY.
I need a file RK2606A_SDK_1.08_Release
Reply With Quote
Reply

Sponsored Links



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 5:57 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