diff --git a/source/keys/keys.c b/source/keys/keys.c index cb799bb..f697fa3 100644 --- a/source/keys/keys.c +++ b/source/keys/keys.c @@ -150,7 +150,7 @@ void dump_keys() { 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) { - EPRINTF("Unknown pkg1 version."); + EPRINTF("Unknown pkg1 version.\n Make sure you have the latest Lockpick_RCM.\n If a new firmware version just came out,\n Lockpick_RCM must be updated.\n Check Github for new release."); goto out_wait; }