Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Ingenic Jz4740/Jz4732 players
« previous next »
  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 13

Author Topic: Ingenic Jz4740/Jz4732 players  (Read 141779 times)

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #105 on: July 29, 2009, 05:38:36 PM »
Hello mcuelenaere

I'm not, I hope you can help me.
I have rockbox for the VX747 + Compiling.
Have it on the microSD card copied.
But what should I do the manual leads me nowhere.
I got the firmware 1.0 from vx747p downloaded.
And what should I do now?

Thanks
Logged

Offline no1be4me

  • Member
  • *
  • Posts: 23
Re: Ingenic Jz4740/Jz4732 players
« Reply #106 on: July 29, 2009, 07:10:37 PM »
How to upload the Rockbox bootloader to NAND

Compile the bootloader
Download the Original Firmware (OF) package (called VX747.HXF or SG301.HXF; vx777.HXF for the VX777)
Compile HXFreplace in utils/jz4740_utils/ (read the README)
Run ../utils/jz4740_utils/HXFreplace VX747.HXF output.HXF ccpmp.bin in the dir where you compiled your bootloader
Put output.HXF in the root of the NAND drive (boot into the OF as Rockbox currently can't access the NAND storage) and name it SG301.HXF (or VX747.HXF on some targets)
Reset your player while holding VOL DOWN (on the VX777 you don't need to hold any buttons)
If you want to have dual-boot capabilities:

Run HXFsplit VX747.HXF output/ and copy output/ccpmp.bin to the root of your SD card
(The bootloader will boot into the OF (loaded from ccpmp.bin from the SD card) when you switch the HOLD switch on, it will boot into an USB mode when pressing VOL UP and if nothing is pressed it will boot Rockbox from the SD)
Logged
I have a lot to learn ! Using Onda VX747

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #107 on: July 30, 2009, 05:59:18 PM »
   
   
If I HXFreplace compile the following error message

Quote
daniel@linux:~/jz_xloader/jz4740$ make
mipsel-linux-gcc -D__ASSEMBLY__ -O2 -G 0 -mno-abicalls -fno-pic -mips32 -I../include -I../boards/onda_vx747 -c start.S -o start.o
make: mipsel-linux-gcc: Kommando nicht gefunden
make: *** [start.o] Fehler 127
daniel@linux:~/jz_xloader/jz4740$
« Last Edit: July 31, 2009, 11:24:58 AM by Gametot »
Logged

Offline no1be4me

  • Member
  • *
  • Posts: 23
Re: Ingenic Jz4740/Jz4732 players
« Reply #108 on: July 31, 2009, 09:01:45 AM »
@Gametot here is HXFreplace compiled. http://www.mediafire.com/download.php?hbza2njkkm2

@mcuelenaere
A patch for RockboxUtility support is on the patch tracker atm.

How would one use the above mentioned patch?
It's a diff file. Do I recompile the utility? Sorry that I'm confused
Thanks in advance for your response  ;)
« Last Edit: July 31, 2009, 04:08:43 PM by no1be4me »
Logged
I have a lot to learn ! Using Onda VX747

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #109 on: July 31, 2009, 05:38:46 PM »
Quote from: no1be4me on July 31, 2009, 09:01:45 AM
@Gametot here is HXFreplace compiled. http://www.mediafire.com/download.php?hbza2njkkm2

@mcuelenaere
A patch for RockboxUtility support is on the patch tracker atm.

How would one use the above mentioned patch?
It's a diff file. Do I recompile the utility? Sorry that I'm confused
Thanks in advance for your response  ;)

Thanks

It runs but, unfortunately, I have these weird graphics bugs. I can see nothing but music he plays.
I can now make no photo

an example I can see the main menu 5 times in a row.

i have onda vx747+
« Last Edit: July 31, 2009, 05:48:55 PM by Gametot »
Logged

Offline no1be4me

  • Member
  • *
  • Posts: 23
Re: Ingenic Jz4740/Jz4732 players
« Reply #110 on: July 31, 2009, 10:38:20 PM »
Quote from: Gametot on July 31, 2009, 05:38:46 PM
Quote from: no1be4me on July 31, 2009, 09:01:45 AM
@Gametot here is HXFreplace compiled. http://www.mediafire.com/download.php?hbza2njkkm2

@mcuelenaere
A patch for RockboxUtility support is on the patch tracker atm.

How would one use the above mentioned patch?
It's a diff file. Do I recompile the utility? Sorry that I'm confused
Thanks in advance for your response  ;)

Thanks

It runs but, unfortunately, I have these weird graphics bugs. I can see nothing but music he plays.
I can now make no photo

an example I can see the main menu 5 times in a row.

i have onda vx747+

When compiling you chose number 122 for the vx747+ correct?
If you did, I would then assume the plus model uses a different lcd screen (cheaper version) I use Ubuntu to do my Compiling.
I followed the instructions posted here http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling
Hope this helps.
Logged
I have a lot to learn ! Using Onda VX747

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #111 on: August 01, 2009, 03:45:04 AM »
Quote from: no1be4me on July 31, 2009, 10:38:20 PM
Quote from: Gametot on July 31, 2009, 05:38:46 PM
Quote from: no1be4me on July 31, 2009, 09:01:45 AM
@Gametot here is HXFreplace compiled. http://www.mediafire.com/download.php?hbza2njkkm2

@mcuelenaere
A patch for RockboxUtility support is on the patch tracker atm.

How would one use the above mentioned patch?
It's a diff file. Do I recompile the utility? Sorry that I'm confused
Thanks in advance for your response  ;)

Thanks

It runs but, unfortunately, I have these weird graphics bugs. I can see nothing but music he plays.
I can now make no photo

an example I can see the main menu 5 times in a row.

i have onda vx747+

When compiling you chose number 122 for the vx747+ correct?
If you did, I would then assume the plus model uses a different lcd screen (cheaper version) I use Ubuntu to do my Compiling.
I followed the instructions posted here http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling
Hope this helps.

Yes I have done everything as stated in the manual described.


The Boodloaderscreen is displaying correctly but then when I insert the SDKarte rockbox and invite these errors. So it may be also involved in the subject Compiling version.
« Last Edit: August 01, 2009, 04:21:55 AM by Gametot »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Ingenic Jz4740/Jz4732 players
« Reply #112 on: August 01, 2009, 06:18:37 AM »
Quote from: no1be4me on July 29, 2009, 09:43:07 AM
...
I never could get it to work with the 777 firmware. Worked great with the 747 firmware hmm go figure
Could you give me a link for this particular firmware?

Quote from: no1be4me on July 29, 2009, 07:10:37 PM
How to upload the Rockbox bootloader to NAND

...
There's no need to literally copy what's described in the wiki ;)

Quote from: no1be4me on July 31, 2009, 09:01:45 AM
A patch for RockboxUtility support is on the patch tracker atm.

How would one use the above mentioned patch?
It's a diff file. Do I recompile the utility? Sorry that I'm confused
Thanks in advance for your response  ;)
You'll need to apply the patch to an SVN checkout and then recompile RockboxUtility, see RockboxUtilityDevelopment for more info about compiling RBUtility.

I'm planning to commit this though.

Quote from: Gametot on August 01, 2009, 03:45:04 AM
Yes I have done everything as stated in the manual described.

The Bootloaderscreen is displaying correctly but then when I insert the SDKarte rockbox and invite these errors. So it may be also involved in the subject Compiling version.
Could you take a picture of how it looks like?
Did you compile this build yourself? And did you got Rockbox working before?


edit:
In other news, I got software volume control (partly) working; so expect a commit for that soon ;)
« Last Edit: August 01, 2009, 06:22:11 AM by mcuelenaere »
Logged

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #113 on: August 01, 2009, 09:09:22 AM »
Quote
Could you take a picture of how it looks like?
Did you compile this build yourself? And did you got Rockbox working before?

So I already have experience in compiling.

Here's a video and screenshots.

Video

http://www.youtube.com/watch?v=6SEhGa2D-dk


Screenshots






Thanks for you help


« Last Edit: August 01, 2009, 09:11:42 AM by Gametot »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Ingenic Jz4740/Jz4732 players
« Reply #114 on: August 01, 2009, 09:30:26 AM »
Quote from: Gametot on August 01, 2009, 09:09:22 AM
So I already have experience in compiling.

Here's a video and screenshots.

Video
http://www.youtube.com/watch?v=6SEhGa2D-dk

Screenshots



Thanks for you help

It looks like the LCD is inited for landscape mode instead of portrait mode.
Are you compiling from a clean SVN checkout? (there is an option to compile in landscape mode)

If so, try adding #define USB_BOOT to autoconf.h and recompile.
Logged

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #115 on: August 01, 2009, 09:53:58 AM »
Quote
It looks like the LCD is inited for landscape mode instead of portrait mode.
Are you compiling from a clean SVN checkout? (there is an option to compile in landscape mode)

If so, try adding #define USB_BOOT to autoconf.h and recompile.

   
Thanks it works now


   
« Last Edit: August 01, 2009, 05:16:47 PM by Gametot »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Ingenic Jz4740/Jz4732 players
« Reply #116 on: August 01, 2009, 05:42:17 PM »
Today was a busy bug hunting day :) :
 * fixed Doom
 * fixed the bug that made Rockbox crash on some music files with ID3V1 genre tags
 * added software volume control (now you can finally lower the volume :))
Logged

Offline no1be4me

  • Member
  • *
  • Posts: 23
Re: Ingenic Jz4740/Jz4732 players
« Reply #117 on: August 01, 2009, 06:46:53 PM »
@ mcuelenaere
 ftp://ftp.onda.cn/download/driver/oamp3/vx777/
I tried version 1.0

Logged
I have a lot to learn ! Using Onda VX747

Offline Gametot

  • Member
  • *
  • Posts: 14
Re: Ingenic Jz4740/Jz4732 players
« Reply #118 on: August 09, 2009, 04:31:54 PM »
Could it be the lcd driver Bugy something is?
At my Onda VX747 + is sometimes simply the display is dark when it is tapped.
Only after a few seconds, it lights up briefly and then go back to normal.
Logged

Offline cluex

  • Member
  • *
  • Posts: 7
Re: Ingenic Jz4740/Jz4732 players
« Reply #119 on: August 10, 2009, 09:42:30 AM »
to gametot

This screen blank problem also happened to my Onda VX747, I guess it comes from the LCD driver in rockbox. Try to adjust the brightness to 15 not 16. This method solve it. Hope it helps.  ;)
Logged

  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 13
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Ingenic Jz4740/Jz4732 players
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.085 seconds with 15 queries.