Rockbox Development > New Ports

Ingenic Jz4740/Jz4732 players

<< < (15/37) > >>

jaining:
thanks mcuelenaere, it compile ok now. both bootloader and firmware. i get partition not found error on loading. but i think that is because of sd driver.

mcuelenaere:

--- Quote from: jaining on February 17, 2009, 08:11:38 AM ---thanks mcuelenaere, it compile ok now. both bootloader and firmware. i get partition not found error on loading. but i think that is because of sd driver.

--- End quote ---
Check if your partition is FAT32 and not FAT(16), Rockbox doesn't have support for FAT16 by default.

Also, you do have a .rockbox folder on it with files in them? (you can get them by doing 'make zip')

cluex:
 :o
I'm so happy that my onda vx747 clone mp4 player which I have had for almost a year has got rockbox port. Though it's not completed n fully supported yet, but it really rocks. Thank to Rockbox n the developers especially to mcuelenaere.

BTW, I can't help with the programming, but I can inform that my Mp4 Player is "Simbadda Deo Vision 3.0" which is an onda vx747 clone. It works perfectly with custom VX747 BBE Audio firmware from mp4nation. This player is available in Indonesia. I don't know in the other countries. So I guess later when the port is fully supported, Simbadda's owner can try it as well.
The current firmware shipped with my simbadda player sucks. So I hope this rockbox port will be supported soon.

I also haven't tried to compile the SVN code since I don't know how. Any chance giving me the compiled version ??? ;D

Is this port suspended coz I don't see any further post in this forum? Any chance this port would be fully supported in the next Rockbox 3.2 ? Correct me if I'm wrong.

mcuelenaere:

--- Quote from: cluex on February 28, 2009, 09:22:49 AM --- :o
I'm so happy that my onda vx747 clone mp4 player which I have had for almost a year has got rockbox port. Though it's not completed n fully supported yet, but it really rocks. Thank to Rockbox n the developers especially to mcuelenaere.

BTW, I can't help with the programming, but I can inform that my Mp4 Player is "Simbadda Deo Vision 3.0" which is an onda vx747 clone. It works perfectly with custom VX747 BBE Audio firmware from mp4nation. This player is available in Indonesia. I don't know in the other countries. So I guess later when the port is fully supported, Simbadda's owner can try it as well.
The current firmware shipped with my simbadda player sucks. So I hope this rockbox port will be supported soon.

I also haven't tried to compile the SVN code since I don't know how. Any chance giving me the compiled version ??? ;D

--- End quote ---
See this link.
Extract it to the root of a SD card and copy .rockbox/rockbox.bin as onda.bin (for usbtool, see OndaVX747 wiki for more info).

All Onda VX747-related devices/clones (and VX747+, VX777, VX757(?), perhaps more) should be supported with this build.

Other ChinaChip devices (like VX767, Ainol V2000SE, ...) shouldn't require much porting as the basis has already been done.

--- Quote ---Is this port suspended coz I don't see any further post in this forum?

--- End quote ---
No, the forum thread just doesn't really reflect the port status of the Onda VX747.

--- Quote ---Any chance this port would be fully supported in the next Rockbox 3.2 ? Correct me if I'm wrong.

--- End quote ---
Probably not.

mcuelenaere:
I cleaned this thread a bit to get rid of the non-development posts.

Basically what the posts boiled down to is this:

(to add the MIPSel compiler to your PATH in Ubuntu)

--- Quote from: mcuelenaere on March 01, 2009, 08:23:30 AM ---
--- Quote from: Gametot on March 01, 2009, 07:54:22 AM ---   
But how do I now link together?

Can you give me an example say?

--- End quote ---
Like saratoga said:

--- Quote from: saratoga on February 28, 2009, 07:45:10 PM ---In Ubuntu you can add


--- Code: ---PATH=$PATH:/path/to/your/compiler/
--- End code ---

to your .bashrc file, or to one of your other startup scripts.

--- End quote ---
If you don't know how to edit the file, the easiest way to set the PATH is like this:

--- Code: ---export PATH=$PATH:/usr/local/mipsel-elf/bin

--- End code ---

(or to add it to .bashrc without a text editor:

--- Code: ---echo 'export PATH=$PATH:/usr/local/mipsel-elf/bin' >> ~/.bashrc

--- End code ---
)

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version