View Single Post
  #14 (permalink)  
Old 20th Aug 2009, 3:13 am
flasher86 flasher86 is offline
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

do you speak russian? I use google translator to follow the thread you mentioned, but its not too aquirate.

is this swirl saying that he works on the file access or would he like to use these functions? Because if he works on them its great, nevertheless I tried to use FOpen function (btw it is standard compiler function stored in stdio.h header which is transparent to the rockchip).

Rockchip software uses its own functions for opening file, and when I tried to use the standard ones, there was no reaction and the handle was always the same. The rockchip file opening functions are inavailable in RKP platform. They are stored in library RKUSBFS.A (FileOpen, FileRead, FileWrite) and there are too many links with firmware to apply it to the RKP compilation (or at least its above my programming abilities)

Btw, if anyone tries to experiment with this it is important how to write the path to the file on this platform. And to point some file at flash memory it is needed to use "U:\somefile.txt". Of course remember to double the slash in string. I dont know why they chose U for the drive, but it is the default drive for flash memory.

Last edited by flasher86; 20th Aug 2009 at 3:17 am.
Reply With Quote