jamesMcMeex / m8c-rg35xx-knulli

A Docker platform to hopefully make it easier to compile a runnable executable of the M8 Tracker software for RG35XX* devices running Knulli CFW
MIT License
5 stars 1 forks source link

Does is possible for rg40xx h? #1

Closed DRCRecoveryData closed 1 month ago

DRCRecoveryData commented 2 months ago

Hi,

Rg40xx have same h700 soc can you check it?

jamesMcMeex commented 2 months ago

Hey, I don’t have an RG40XX device, but yes, you’re right it’s the same chip. You could modifying this script to use the Knulli toolchain and config for that device.

I may get an RG40XX at some point, and I plan to expand this tool to be flexible and build m8c for multiple devices, but that will be some time in the future!

Cheers, James

On 6 Sep 2024, at 16:21, DRC Lab @.***> wrote:

Hi,

Rg40xx have same h700 soc can you check it?

— Reply to this email directly, view it on GitHub https://github.com/jamesMcMeex/m8c-rg35xx-knulli/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH6Y4IOEFKJGCHBPGY2WKLZVHB7LAVCNFSM6AAAAABNYZPXDKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTANRXGM4DEMQ. You are receiving this because you are subscribed to this thread.

DRCRecoveryData commented 1 month ago

Hey, I don’t have an RG40XX device, but yes, you’re right it’s the same chip. You could modifying this script to use the Knulli toolchain and config for that device.

I may get an RG40XX at some point, and I plan to expand this tool to be flexible and build m8c for multiple devices, but that will be some time in the future!

Cheers,

James

On 6 Sep 2024, at 16:21, DRC Lab @.***> wrote:

Hi,

Rg40xx have same h700 soc can you check it?

Reply to this email directly, view it on GitHub https://github.com/jamesMcMeex/m8c-rg35xx-knulli/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH6Y4IOEFKJGCHBPGY2WKLZVHB7LAVCNFSM6AAAAABNYZPXDKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTANRXGM4DEMQ.

You are receiving this because you are subscribed to this thread.

Hi,

Have you success run m8c on RG40XX H? I see your post on reddit but when i run is show like this but on windows normal

https://github.com/user-attachments/assets/1a2b83db-163f-4c9c-bb5a-1ff79fa1f19f

jamesMcMeex commented 1 month ago

Hey @DRCRecoveryData,

I debugged the issue we were both having with the RG40XXH. It seems I didn't set the m8c executable with executable permissions. I have updated my script to do this now, and also put up a release of the m8c binary + associated files.

Give it a try and let me know how it goes!