Quote:
|
Quote:
|
I have a little bit different question. Does RK2705 support TV-OUT? My player doesn't have it, but I've been looking through some datasheets and it seems that tv-out is pretty easily connected to the Rockchip.
If that so, maybe there is a chance to introduce such a feature. I am just wondering how much RK2705 differs from RK2706 (which for sure support TVOUT). |
To my knowledge there is no MMU (and Im pretty sure). There is a remapping-feature that allows switching between boot ROM and SRAM and you can mark parts of the memory-map to be non-cacheable but this surely has nothing to do with the features a MMU provides.
Concerning TV out on rk2705, the chip has an RGB interface (RGB+Sync signals) which is primarily intended for LCDs but you could of course hook up a DAC or PAL/NTSC encoder to this and get a TV signal. Btw, here is a spec-sheet for the rk2705: http://www.szxizhuo.com/UploadFiles/...8105248185.pdf. |
Well. I have sota fixed the red screen video problem, I just commented out the line causing it for now in videowin.c
Quote:
Also fixed another where you can't select a song in the "HOLD" list in HoldOnPlay.c Quote:
|
Thanks for the tip.
BTW. I found a perfect idea how to fix the audio, and I am just working on it. I made two almost identical compilations of SDK, but in one of them I artificially changed one value in the Codec_PowerOnInitial function. Then I compared the two BASE.RKW files in Total Commander, and found where this difference in code occurs. I got a correct address and found it in IDA Disassembler. It's just a start, I have to figure this out, and find out whether this address differs much from the one in original FW. The address in compiled SDK for Codec_PowerOnInitial is 600288C0. You may also do some experiments with this. Well, the sdk is full of bugs, I got tons of warnings that some variables are not used (what a dirty waste). But we can clean it up after we get used to the structure of the system. |
I've just identified the address of the Codec_PowerOnInitial in our original FW guys. It's 600278A8. Now it's possible to translate it into C and apply it to our compilation.
Of course, I am not sure whether it will fix the audio issue, maybe there is something else that need to be copied from original firmware. Code:
Codec_PowerOnInitialEDIT: Well, at first I didn't notice that, but this function is exactly the same as in the SDK. It's not the reason of our problem Perhaps CodecCommandSet is called differently than here just before loading an audio file. What a disappointment :confused: If you have any ideas, which function may be responsible for this, tell me and I'll give another shot. |
I get no sound from my speaker at all.
I can't help wondering if somehow the player is in TV-out mode for the audio. The TV-out version player could have a different audio socket because the jack plug has an extra contact, however afaik the SDK support all types of player, it might just be an error somewhere in the source, there seem to be quite a few errors and bugs! |
I meant if the speaker works well in your original FW. Because even with proper audio it's too quiet. Maybe it's just my piece issue.
|
With my original firmware my speaker isn't that good, but it's no worse than other rockchip players I have had.
Did you backup your original firmware? Is it exactly the same as mine? Mine is uploaded to Mympxplayer if you want to try it. |
| All times are GMT -7. The time now is 7:34 am. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2