Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for 13.0+ #15

Open
Karma1233 opened this issue Nov 28, 2021 · 3 comments
Open

No support for 13.0+ #15

Karma1233 opened this issue Nov 28, 2021 · 3 comments

Comments

@Karma1233
Copy link

Firmware 13 has been out for a couple of months now. Is this going to be updated to support it?

@Kronos2308
Copy link

Kronos2308 commented Apr 14, 2022

incognito just need the bis keys

    // Read package1.
    u8 *pkg1 = (u8 *)malloc(0x40000);
    emummc_storage_set_mmc_partition(&storage, 1);
    emummc_storage_read(&storage, 0x100000 / NX_EMMC_BLOCKSIZE, 0x40000 / NX_EMMC_BLOCKSIZE, pkg1);
    const pkg1_id_t *pkg1_id = pkg1_identify(pkg1);
    if (!pkg1_id)
    {
		gfx_printf("%kUnknown pkg1 version. %k %d\n",COLOR_RED,COLOR_YELLOW,pkg1);
		gfx_printf("%k---------------\n", COLOR_YELLOW);
		pkg1_id = NULL;
    }

so you can ignore the pakage one verfy for the moment
and still is gona work

@Kronos2308
Copy link

tested on 14.1.0

@thegutuproject
Copy link

This should be fixed by #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants