Myriachan / libkhax

Library for modifying kernel memory on a certain handheld game console.
MIT License
33 stars 10 forks source link

Problem with emunand #2

Closed jmmc closed 9 years ago

jmmc commented 9 years ago

When I am on emunand and run this, It shows an error "Unknown kernel version" or something like that.

I have an O3DS 9.2E, with rxTools. Emunand version 9.2

Can you fix it?

Myriachan commented 9 years ago

Could you provide the full diagnostic text libkhax shows? This would show me which kernel version it thinks you have.

On Sunday, April 12, 2015, jmmc notifications@github.com wrote:

When I am on emunand and run this, It shows an error "Unknown kernel version" or something like that.

I have an O3DS 9.2E, with rxTools. Emunand version 9.2

Can you fix it?

— Reply to this email directly or view it on GitHub https://github.com/Myriachan/libkhax/issues/2.

jmmc commented 9 years ago

Yes, it shows this:

20150413_011028561_ios

Myriachan commented 9 years ago

02320100 indicates that your EmuNAND is 9.6.0. 023201 is hex, or 2.50-1. Looking it up in this chart:

http://3dbrew.org/wiki/Configuration_Memory#NATIVE_FIRM_Versions

It's 9.6.0. 9.6.0 can't be supported, because 9.3.0 fixed MemChunkHax.

If your rxTools System Configuration shows 9.2.0 with EmuNAND booted, maybe rxTools is booting the 9.6.0 kernel...?

Myria

On Sunday, April 12, 2015, jmmc notifications@github.com wrote:

Yes, it shows this:

[image: 20150413_011028561_ios] https://cloud.githubusercontent.com/assets/1288456/7108578/21bba52a-e18b-11e4-8c75-7358a83cac9b.jpg

— Reply to this email directly or view it on GitHub https://github.com/Myriachan/libkhax/issues/2#issuecomment-92159310.

jmmc commented 9 years ago

Mmmmm, I don't know... I'll contact with Roxas and see what happens. I'll write you when I have an answer

jmmc commented 9 years ago

Myria, Roxas said me that rxMode is based on 9.6 firmware so It doesn't mind the version which I have because the firm is 9.6. Problem solved, thanks for your time :)