• HomeBoards
  • RulesRules
  • HelpHelp
  • WikiWiki
  • Donate

Author Topic: Coolboy RS-97 (JZ4760 JZ4760B) (RetroGame 45$ Dingux handheld  (Read 550779 times)

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #380 on: February 04, 2018, 03:05:41 pm »
As I remembered,
GCW0: CPU JZ4770 1GHz, 512MB RAM
RetroGame/RS-97: CPU JZ4760 528MHz, 128GB RAM

But I need to try overclock on RetroGame/RS-97, if success, it is good news for us. :)


Best regards
Steward
Steward Fu

onthebridge

  • Posts: 110
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #381 on: February 04, 2018, 03:06:10 pm »
Awesome Steward, thank you very much :D how is the performance?

Jutleys

  • Posts: 1797
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #382 on: February 04, 2018, 03:27:52 pm »
The CPU is capable to do 600mhz max i think also Steward it would be nice if we can get a beta test version here we can help with testing for you keep up the great work.
« Last Edit: February 04, 2018, 06:00:01 pm by jutley »

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #383 on: February 05, 2018, 12:54:46 am »
Yes, I am using old uboot and kernel but new rootfs.
the first 8MB data in internal sdcard include uboot and kernel, so, you can reverse or copy it to your new sdcard by using dd command.
and your new sdcard must be ext3 in first partition because kernel boot arg is: mmcblk0p1 ext3

good luck !


By the way, you can also load rootfs from external sdcard (GBA slot) at boot stage by modifying boot args:
Code: [Select]
$ sudo dd if=/dev/mmcblk0 of=head.img bs=1M count=8
$ sed -i 's/mmcblk0p1/mmcblk1p1/g' head.img
$ sudo dd if=head.img of=/dev/mmcblk0
https://steward-fu.github.io/website/handheld/retrogame/rootfs_from_sdcard1.htm



Best regards
Steward
Steward Fu

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #384 on: February 05, 2018, 12:55:37 am »
The CPU is capable to do 600mhz max i think also Steward it would be nice if we can get a beta test version here we can help with testing for you keep up the great work.


Yes, I will also share it on this forum.
Thanks :)
Steward Fu

eltehero

  • Posts: 338
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #385 on: February 05, 2018, 07:18:37 am »
Is this device as capable as like the GCW Zero or the Revo K101 in terms of hardware?

Also, looking forward to receiving my unit and putting all this custom stuff on there, Steward. :D

RS-97 is less powerful than the Zero so emulators may not be as good but performance might be like Dingoo A380  with custom firmware?

http://boards.dingoonity.org/dingoo-technology-a380/firmware-v2-0016-with-neo-geo-zip-support/
« Last Edit: February 05, 2018, 07:25:47 am by van denhawk »

eltehero

  • Posts: 338
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #386 on: February 05, 2018, 07:23:16 am »
Hi,
All of emulators are ready for optimization.
For this beta OS, it will include the following emulators:
GMenu2X (Main GUI)
GB, GBC, GBA
FC, SFC, MD
PCE, PS1
FBA, DOSBOX
JinYong, SDLPAL, SDLPAL MHV



Very good work Steward, but no mame? :(


onthebridge

  • Posts: 110
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #387 on: February 05, 2018, 07:52:10 am »
Hi,
All of emulators are ready for optimization.
For this beta OS, it will include the following emulators:
GMenu2X (Main GUI)
GB, GBC, GBA
FC, SFC, MD
PCE, PS1
FBA, DOSBOX
JinYong, SDLPAL, SDLPAL MHV



Very good work Steward, but no mame? :(
Seagal is already working on mame and if you take a look at steward's github you will see that mame is there as well ;)

Jack83

  • Posts: 162
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #388 on: February 05, 2018, 07:53:58 am »
Yes, I am using old uboot and kernel but new rootfs.
the first 8MB data in internal sdcard include uboot and kernel, so, you can reverse or copy it to your new sdcard by using dd command.
and your new sdcard must be ext3 in first partition because kernel boot arg is: mmcblk0p1 ext3

good luck !


By the way, you can also load rootfs from external sdcard (GBA slot) at boot stage by modifying boot args:
Code: [Select]
$ sudo dd if=/dev/mmcblk0 of=head.img bs=1M count=8
$ sed -i 's/mmcblk0p1/mmcblk1p1/g' head.img
$ sudo dd if=head.img of=/dev/mmcblk0
https://steward-fu.github.io/website/handheld/retrogame/rootfs_from_sdcard1.htm



Best regards
Steward

You can gain access to the uboot console by overwriting the 4mb kernel with e.g 0. Uboot will then fail to boot and default to the console. There you can set the boot delay. Now you can re-write the kernel to the sdcard and have permanent access.

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #389 on: February 05, 2018, 12:19:13 pm »
Yes, I am using old uboot and kernel but new rootfs.
the first 8MB data in internal sdcard include uboot and kernel, so, you can reverse or copy it to your new sdcard by using dd command.
and your new sdcard must be ext3 in first partition because kernel boot arg is: mmcblk0p1 ext3

good luck !


By the way, you can also load rootfs from external sdcard (GBA slot) at boot stage by modifying boot args:
Code: [Select]
$ sudo dd if=/dev/mmcblk0 of=head.img bs=1M count=8
$ sed -i 's/mmcblk0p1/mmcblk1p1/g' head.img
$ sudo dd if=head.img of=/dev/mmcblk0
https://steward-fu.github.io/website/handheld/retrogame/rootfs_from_sdcard1.htm



Best regards
Steward

You can gain access to the uboot console by overwriting the 4mb kernel with e.g 0. Uboot will then fail to boot and default to the console. There you can set the boot delay. Now you can re-write the kernel to the sdcard and have permanent access.

thanks for your information !
Steward Fu

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #390 on: February 05, 2018, 12:24:01 pm »
Updated:
GMenu2X is almost ready (only left usb disk function need to implement) and user can adjust backlight and turn on/off volume in Gmenu2X.
Other emulations is still under porting.
Sorry, I only left one week for this beta OS.
Hope everything is fine. :)

« Last Edit: February 05, 2018, 01:56:20 pm by Steward »
Steward Fu

Jack83

  • Posts: 162
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #391 on: February 05, 2018, 12:27:31 pm »
Can you tell me on which linux distribution you are working? I can't get buildroot to compile without errors. I would like to bootstrap into another distro.

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #392 on: February 05, 2018, 12:33:27 pm »
I am using Debian 9.0 x64 environment.
You can post error, maybe, I can help to figure out it.
Thanks
Steward Fu

t-link

  • Posts: 20
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #393 on: February 05, 2018, 12:41:07 pm »



Jutleys

  • Posts: 1797
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #394 on: February 05, 2018, 01:04:59 pm »
That looks damn fine well done great work i can't wait to try it can i just ask will the release be a .img file which we can write to internal memory card or will it just be copy to ext memory card and boot?
« Last Edit: February 05, 2018, 01:06:30 pm by jutley »

Fishcakes

  • Posts: 56
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #395 on: February 05, 2018, 01:48:57 pm »
Any chance of dual booting steward and snes fans os's? Its aleays nice to have options😀

Steward

  • Posts: 149
    • Steward's tutorial website
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #396 on: February 05, 2018, 02:00:46 pm »
@t-link   thanks you very much !

basically, I would like to keep original system.
so, I will program an app for user to switch booting from internal sdcard or external sdard.
new beta OS can be loaded from external sdcard.
this can avoid tear down your RetroGame device. :)

I would like to provide IMAGE file for user to make new sdcard.
any suggestion are welcome :)
Steward Fu

Jutleys

  • Posts: 1797
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #397 on: February 05, 2018, 02:12:21 pm »
I would love a .img file because i want to install on the 128gb internal card and write the image with win32disk. I am sure many others would want to change to a bigger card size too.Opening the device is quite easy and hard to break anything simply just remove card and put new written one in your done.Also you could have a firmware flasher file in opk file format that you can flash to the internal memory card.And for updates you can have a pc flashing program which can flash the device. When it has a new update simply just copy to update folder on ext card and flash will write to internal memory hope this is possible as it would save opening the device each time we would want to update the device.Just ideas here but at least we have a few options keep up the great work.
« Last Edit: February 05, 2018, 02:36:48 pm by jutley »

lemmywinks

  • Posts: 2883
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #398 on: February 05, 2018, 02:21:13 pm »
Excellent work, been hoping to get gmenu2x on it!

Jutley does this device support cards larger than 32gb in either SD slot?
Handhelds:
GPD Win, GPD XD 64gb, PlayGo, RS-90, 3DS XL, DSi XL, GBA SP, GBBC Clone, Gameboy Pocket c/w screen mod, PSP Go
PC:
ASUS TUF, Medion Erazer, Toshiba Z20t, Dell Mini 9, Psion 5MX, Toshiba 3480ct
Tons of other old laptops and tablets.....

Jutleys

  • Posts: 1797
Re: Coolboy RS-97 RetroGame 45$ Dingux handheld
« Reply #399 on: February 05, 2018, 02:21:38 pm »
Yes 128gb works