[Tool] Support AutoRCM on devkits

This commit is contained in:
ctcaer@gmail.com
2019-04-16 20:05:35 +03:00
parent a2ba2ecf26
commit ed047ef5f5
5 changed files with 52 additions and 42 deletions

View File

@@ -652,7 +652,7 @@ void bootrom_ipatches_info()
EPRINTFARGS("Failed to read evp_thunks. Error: %d", res);
u32 words[192];
read_raw_fuses(words);
fuse_read_array(words);
emmcsn_path_impl(path, "/dumps", "raw_fuses.bin", NULL);
if (!sd_save_to_file((u8 *)words, sizeof(words), path))
gfx_puts("\nipatches.bin saved!\n");